28 Commits

Author SHA1 Message Date
8e9c16b619 Merge branch 'v1.0.0' into erick.assets-refactor-2 2020-09-29 23:54:11 -03:00
2ea5001506 Adding images on Game, auto clear on game detach, fixing some examples 2020-09-23 22:21:56 -03:00
7bc9c9a3a7 Create extensions for Size and Offset 2020-09-21 19:50:54 +02:00
385e60e554 setByPosition -> setPosition 2020-09-21 13:17:56 +02:00
e65a0d72ba Simplify anchor translate method 2020-09-21 12:59:02 +02:00
540e021d8b Rename vector2_extension to vector2 2020-09-21 12:17:21 +02:00
50f8ffce3b Vector2 extension 2020-09-20 17:30:58 +02:00
da18aefd10 Fix formatting 2020-09-18 00:04:04 +02:00
c90f636136 Use delegate Vector2F class instead of Vector2 2020-09-18 00:00:13 +02:00
c95c93b3cd VectorUtil -> Vector2Operations 2020-09-12 16:43:29 +02:00
5edd5f0fbd Move from Position to Vector2 2020-09-10 01:16:25 +02:00
113e0db074 Merge branch 'develop' into v1.0.0 2020-08-31 22:25:47 -03:00
6057e9aacd Adding missing recordFps to particle example 2020-08-29 11:53:09 -03:00
6ff7f652bb Fixing particles example and updating changelog 2020-08-22 13:12:22 -03:00
7530e24c66 Merge branch 'develop' into v1.0.0 2020-08-11 22:07:54 -03:00
1fe1a49127 pr stuff 2020-08-11 00:28:24 +01:00
76395490bf update docs 2020-08-11 00:22:59 +01:00
23f13c395a Improvement(#419): Rename animation to sprite animation (#429)
* rename animation stuff

* rename sprite animation component

* pr stuff
2020-08-06 01:21:20 +01:00
861918c823 Linting 2020-06-30 23:56:24 -03:00
df1f88a6e0 Reverting doc rename 2020-05-18 15:13:22 -03:00
9293a6e4a9 Renamed doc to docs and minor language fixes 2020-05-10 16:51:49 +02:00
2bc4b7ad9d refactor classes in game.dart to separate files 2020-04-20 21:11:54 +02:00
0dc5585e2f docs: fixed link to particles examples
chore: removed unused import
2019-12-01 17:26:32 +03:00
0f98a8542d chore: format
fix: doc/example/particles/readme, attempt to embed webm preview
fix: doc/example/particles better sample for chaining
refactor: Particle, dropped duration support
2019-11-28 23:02:28 +03:00
ff425afa26 feat: docs, adde particles docs
fix: doc/examples/particles, added web to .gitignore
feat: doc/examples/particles, added more examples,
refactor: Particle does not extend Component
refactor: Particle subclasses in separate folder
refactor: ParticleComponent is now simple container
fix: SingleChildParticle, asserts for child existing
feat: AnimationParticle for Flame Animation
feat: ComponentParticle for Flame Component
feat: SpriteParticle for Flame Sprite
2019-11-28 18:01:31 +03:00
ce0b99ecbd fix: particles example, more performant sample of PaintParticle 2019-11-25 20:59:10 +03:00
53e8aba3d6 chore: format doc/examples/particles/lib 2019-11-25 18:12:24 +03:00
38e3685cda feat: particles 2019-11-25 17:58:16 +03:00