217 Commits

Author SHA1 Message Date
b65bac8aed Updating dashbook and adding an example with info (#779) 2021-05-03 09:12:50 -03:00
0cb64fb57f Draggables weren't using the new coordinate system (#777)
* refactoring drag start events

* Fixing joystick, adding tests and examples

* format fixes
2021-04-30 10:01:42 -03:00
d9e0acd3ff Abstracting text API to enable custom renderers (#772)
* Abstracting text API to enable custom renderers

* Addressing comments

* Lint

* Update doc/text.md

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>

* Adding dartdoc about TextRenderer

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-04-29 09:24:17 -03:00
91864d0b88 Making velocities and deltas have the game and global values (#769)
* Making velocities and deltas have the game and global values

* Re adding code metircs

* Re adding code metircs

* Update packages/flame/lib/src/gestures/events.dart

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* Renaming example variable

* fixing example

* Linting

Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-04-25 14:54:04 -03:00
ccefeed1be Improve camera (#770) 2021-04-24 14:18:27 -04:00
defcb456e1 Adding SpriteAnimationGroupComponent (#766)
* Adding SpriteAnimationGroupComponent

* adding tests

* Changing ci to use flutter stable

* Addressing Spydon's comments

* reverting analysis_options.yml

* linting
2021-04-21 11:30:48 -03:00
27237043d5 Add variable height to the isometric tile layer (#756) 2021-04-21 00:47:54 -04:00
6dd37161c4 Implement coordinate transformations correctly for cameras and viewports (#764) 2021-04-21 00:20:37 -04:00
6b2f8032fe Making Flame events aware of camera (#755)
* some initial refactoring

* Fixing examples and joystick component

* Fixing examples

* Addressing comments from PR

* Fixing tutorials

* Updating docs

* Fixing tests

* PR followup

* A big follow up

* linting

* doc nit

* Changelog and fix tutorial

* Addressing comments

* Fixing BaseGame project and scale offset methods

* Formatting

* doc suggestions

* Update packages/flame/lib/src/gestures/events.dart

Co-authored-by: Luan Nico <luanpotter27@gmail.com>

* Hopefully, the last follow up

* Linting and adding dart-code-metrics again

* fixing tutorial

Co-authored-by: Luan Nico <luanpotter27@gmail.com>
2021-04-15 15:28:46 -03:00
1091f441ac Bring back collision detection example (#736) 2021-04-05 13:33:12 +02:00
1ff1b7a8bb Fix scroll example now that the scroll detector works (#745) 2021-04-03 20:00:11 -04:00
bc3820c0fa Make gameRef late (#742) 2021-04-03 19:47:37 -04:00
23a72f5f39 Follow a Vector2 in Camera and add onPositionUpdate (#716)
* No setter for position and size

* Use setter for position and size

* Add onPositionUpdate and snapTo to Camera

* Fix formatting

* Fix size in test

* Update packages/flame/CHANGELOG.md

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>

* Update packages/flame/CHANGELOG.md

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>

* Better naming for internal position state

* Anchor and angle defaults on effect test utils

* No setter for position and size

* Fix scale effect

* Fix formatting

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
Co-authored-by: Erick Zanardo <erickzanardoo@gmail.com>
2021-03-31 20:48:44 +02:00
444375dd14 Transforming PaletteEntry#paint into a full method and adding more colors to BasicPalette (#725)
* Transforming PaletteEntry#paint into a full method

* Fixing some errors that went unoticed

* Update packages/flame/CHANGELOG.md

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>

* Update packages/flame/CHANGELOG.md

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>

* followup

* format

Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
2021-03-27 14:53:29 -03:00
640bfea941 Migrate examples to null-safety (#707) 2021-03-24 19:04:33 -04:00
496b94e712 Bump versions for rc8 (#704) 2021-03-12 19:52:32 -05:00
769bb711c3 Migrate examples back, change to monorepo (#701) 2021-03-12 09:24:50 -05:00