Commit Graph

3302 Commits

Author SHA1 Message Date
Lukas Klingsbo
7d9732174a Fix ComposedComponentTest 2020-11-15 01:18:51 +01:00
Lukas Klingsbo
0135f93493 Simplify BaseGame interactions 2020-11-15 01:18:49 +01:00
Lukas Klingsbo
64068ebad9 Merge pull request #525 from flame-engine/spydon.fix-parallax
Fix parallax bug
2020-11-15 01:17:23 +01:00
Erick
5e46b8eaf5 Merge pull request #512 from flame-engine/erick.basic-advanced-detectors-warning
Adding warning about both advanced and basic gesture detectors
2020-11-14 20:46:18 -03:00
Erick Zanardo
44b86f6b33 Luans nits 2020-11-14 20:42:58 -03:00
Lukas Klingsbo
9e2f121e0f No explicit type on internal variables 2020-11-12 22:20:06 +01:00
Lukas Klingsbo
659b273526 Add changelog 2020-11-11 21:56:21 +01:00
Lukas Klingsbo
b07d433bd2 Fix parallax component 2020-11-11 21:55:31 +01:00
Lukas Klingsbo
5890a72113 Merge pull request #522 from HarrisonQi/master
Update ReadME translation (Chinese)
2020-11-11 09:07:42 +01:00
Lukas Klingsbo
887449c186 Merge pull request #519 from flame-engine/spydon.duration-for-effects
Duration for effects and a test suite for basic effects
2020-11-10 19:31:04 +01:00
Lukas Klingsbo
c9ee8ebad7 Remove empty constructor for EffectsHandler 2020-11-10 19:27:20 +01:00
harrisonqi
e3ca9115d1 Update README-ZH.md 2020-11-09 13:33:40 +08:00
Lukas Klingsbo
0a594c2ddf Remove unnecessary hasCompleted in CombinedEffect 2020-11-07 15:28:18 +01:00
Lukas Klingsbo
559c066c29 Add example text for duration in infinity 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
bf1066ad37 Simplify "closeTo"-logic in tests 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
74d9a81ba9 Test SequenceEffect containing alternating effects 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
2b9166db08 Test CombinedEffects that contain alternating effects 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
b9285c9b4d Correctly change end state in CombinedEffect 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
0d7a2a5c12 Do not reset state if not root effect 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
39c2663798 Function for set component to init state 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
057c84e9e6 Rename EffectHandler 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
6afe52b931 Break out effects handling 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
ef55063072 SequenceEffect test 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
bd22660800 Remove unnecessary part from SequenceEffect update 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
aaa35fb35a Fixed some Sequence bugs 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
c17c6f2bc2 Formatting 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
0577b2eb76 Pause and resume for effects 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
601bfcce5f Pause effects 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
b784114739 Remove unused import 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
d77c8d9c79 Duration can not be zero 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
09adb4972c Always set end state 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
51d0c6e77d Added missing rotate example 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
73f4dfd673 Only return active effects 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
84ca546ccb Round the floating point delta 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
eeb22ea3ef Debugging 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
39f6e06abb All current tests need floatRange 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
65f3828b23 Add float range to other peak tests 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
697a592c21 Never reset drift time 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
b3615f1cac Do not reset drift time internally 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
5e4c466716 Add float range to test suite where needed 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
467181ba75 Assert message for speed or duration needed 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
407dd9e435 pixels/s -> pixels per second 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
89f059953c Remove unused file 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
f74bda9b0d Shouldn't have an infinite effect inside of a CombinedEffect 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
e85aa78aef Remove unused import 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
ed4d493ecb Fix formatting 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
1a6f53ce4b Use sequence in sequence example 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
2ff0484cb6 Use combination effect in example 2020-11-07 15:21:21 +01:00
Lukas Klingsbo
48be10934b Clarified changelog 2020-11-07 15:21:19 +01:00
Lukas Klingsbo
9f4175f14d Added entry to changelog 2020-11-07 15:21:01 +01:00