44 Commits

Author SHA1 Message Date
19ff80a0eb Adds checking for trailling commas on the project (#670)
* Testing a new linter option for trailling commas

* Checking trailling commas on linter
2021-02-18 11:31:45 -03:00
4db3c0e401 Enabling direct import of Sprite and SpriteAnimation (#652)
* Enabling direct import of Sprite and SpriteAnimation

* Renan follow up

* Fixing spritesheet exmaple

Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
2021-02-03 14:20:39 -03:00
0c3d8f1bf1 Removing Util.dart and moving its remaining parts to better places (#640)
* Removing Util.dart and moving its remaining parts to better places

* Fixing lint

* Doc fixes

* Doc fixes

* PR suggestions
2021-01-25 08:53:52 -03:00
ccee9a466b Move files to src and comply with the dart package layout convention (#621)
* 👌 Use `Offset` type directly in `JoystickAction.update` calculations (#631)

* Move files to src and comply with the dart package layout convention

* Fixing widgets example

Co-authored-by: Serge Matveenko <lig@countzero.co>
Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
2021-01-20 09:05:43 -03:00
90fe03dc32 Debug mode to be variable on BaseGame (#608)
* Debug mode to be variable on BaseGame

* Update debug mode docs

* Fix typo

Co-authored-by: Erick <erickzanardoo@gmail.com>
2021-01-05 20:20:52 -03:00
6e56c23930 Some more linting 2020-12-12 15:42:42 -03:00
2e6da04930 Fixing lint 2020-12-12 15:17:40 -03:00
2f2ab1341e game widget (#533) 2020-12-09 10:10:12 +00:00
319f967bbf Merge branch 'v1.0.0' into erick.ensure-animation-initialization 2020-10-26 17:47:33 -03:00
34a902f8cf Fixing params 2020-10-22 22:43:12 -03:00
b29e0a6f11 Refactor timer class 2020-10-22 20:15:08 +02:00
76c7d51991 Address comments 2020-10-14 20:10:01 -04:00
1e285464f1 Improve IsometricTileMap and Spritesheet classes 2020-10-14 01:55:03 -04:00
150974708e Merge pull request #479 from flame-engine/spydon.fix-effects-bugs
Fix effects bugs, use Vector2 path for MoveEffect and generalize effects
2020-10-11 00:16:37 +02:00
f48bf4d654 All components must call super 2020-10-07 09:20:28 +02:00
6268afc7d1 linting 2020-10-05 21:40:26 -03:00
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