29 Commits

Author SHA1 Message Date
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
c8dc0b45c5 Removing initialDimensions and removeGesture methods (#627)
* Removing initialDimensions and removeGesture methods

* Removing wrongly commited folder

* PR suggestion
2021-01-17 11:21:37 -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
18d04c13c0 Remove Resizable mixin (#589)
* Remove Resizable mixin

* Update examples and changelog

* Fixed formatting

* Remove unused import
2020-12-22 15:55:29 +01:00
2f2ab1341e game widget (#533) 2020-12-09 10:10:12 +00:00
e590f70ddd Merge branch 'v1.0.0' into erick.removing-deprecated-stuff 2020-10-06 10:51:47 -03:00
47aba31eff Fix resizable conflict (#483) 2020-10-06 14:13:31 +01:00
3624b8ca17 Linting 2020-10-05 21:23:38 -03:00
0851efa7df Merge branch 'v1.0.0' into erick.assets-refactor-2 2020-10-05 19:30:18 -03:00
0f9fc2c60e Fixed with regards to the comments 2020-09-30 20:49:19 +02: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
181d292861 Fix imports 2020-09-21 19:39:40 +02:00
50f8ffce3b Vector2 extension 2020-09-20 17:30:58 +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
6f836ee36c Extract each component to their own file 2020-08-03 13:08:41 -04:00
3517979e81 Merge branch 'develop' into erick.remove-svg-package 2020-07-02 19:47:53 -03:00
67a694087e Fixing example and restoring SpriteComponent 2020-07-02 19:41:37 -03: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
ff876ef058 fix debug example app 2019-10-14 19:06:50 -04:00
29f100a460 removing unnecessary types in example 2019-10-14 18:58:52 -04:00
bbd5a3f683 formatting 2019-10-14 17:28:50 -04:00
15955e7d28 Fixing warnings and nits on our examples 2019-10-14 17:15:41 -04:00
6770c0a270 Refactoring debugging 2019-07-11 17:47:24 -03:00