504 Commits

Author SHA1 Message Date
2d8acfd7a0 Adding Buy me a coffee button 2019-07-02 15:44:26 -03:00
cb42631dab Changelog entry 2019-06-30 21:09:39 -03:00
23fd8c8bc0 Fixing release mode on examples that needed screenSize 2019-06-30 21:09:15 -03:00
ffe41c873b Merge pull request #114 from flame-engine/animation-destroy-on-finish
Animation destroy on finish
2019-06-30 16:28:23 -03:00
841e4c53ce Improving doc and adding CHANGELOG entry 2019-06-29 12:58:52 -03:00
b50efcb3a5 Adding destoryOnFinish flag to AnimationComponent 2019-06-29 12:49:36 -03:00
006a20f99f Updating changelog 2019-06-28 15:47:31 -03:00
64db91ea55 Adding docs 2019-06-28 15:47:31 -03:00
1301fff443 PR suggestions 2019-06-28 15:47:31 -03:00
4b2288623e Implementing Timer and its examples 2019-06-28 15:47:31 -03:00
27cb0cfff5 Adding time.dart 2019-06-28 15:47:31 -03:00
a69e5f5765 bump version 2019-06-12 10:05:35 -03:00
99c1e85aa3 Merge pull request #106 from flame-engine/revert-to-stable
Downgrading Flame support to stable channel (1.5.4-hotfix.2)
2019-06-12 10:02:38 -03:00
dbbfe01cae Downgrading Flame support to stable channel (1.5.4-hotfix.2) 2019-06-11 22:28:00 -03:00
4a8ab1ddfd version bump 2019-06-11 20:57:41 -03:00
d352c7af1c fix lint 2019-06-11 20:53:06 -03:00
3f6eaae160 Merge pull request #105 from flame-engine/develop
Develop
2019-06-11 20:51:10 -03:00
3197604462 Update CHANGELOG.md 2019-06-11 20:50:24 -03:00
ad237c29c7 Merge pull request #104 from illiapoplawski/position
Extra functionality in position class for vector rotation, normalization, degrees, and common operators
2019-06-11 20:49:30 -03:00
dfe1f4c78a Linting cleanup 2019-06-10 15:49:47 -04:00
1acb058640 Added operator support for common math functions +,-,*,/. Added utility method to normalize a vector. Added ability to get angle of vector from origin or from another vector. Added ability to rotate a vector by a delta angle rather than just the absolute angle from the origin. Added support for degrees on top of radians for angle methods. 2019-06-09 12:42:58 -04:00
7226977dff bump versions 2019-06-09 11:42:00 -03:00
e34ca947ca move format script to the scripts folder 2019-06-09 11:30:10 -03:00
9e6e89d0f4 Merge pull request #101 from illiapoplawski/positionComponent
Set PositionComponent#setByRect to also use anchor information
2019-06-01 08:49:05 -03:00
0ce355b891 Sets PositionComponent#setByRect to also use anchor property. Change in #99 was a breaking change for setByRect when using the results of toRect as they now used different anchors which would cause the set rect to translate to a new incorrect position. 2019-06-01 07:32:22 -04:00
63115cf7b9 Merge branch 'develop' 2019-05-31 11:50:27 -03:00
18aa97d49a Fixing README 2019-05-31 11:48:29 -03:00
3cd3aec0d8 0.12.0 release condidate (#100)
* fixes on animation

* Fixed warning on using specific version o flutter_svg on pubspec

* Adding part 4 of Alekhin's articles

* ParallaxComponent is not abstract anymore, as it does not include any abstract method

* fix for position

* fixing examples

* Adding equality comparison for Position

* Add scaleTo method to position

* adding method limit to position

* scaleTo for empty vector

* add part 5 from alekhin series to readme (#84)

* Updating CHANGELOG

* Bump synchronized to 2.1.0

Avoiding conflict with other packages

* Adding go desktop example

* Linting files

* Upgrading flutter_svg and fixing version on pubspec for developer branch (#93)

* Upgrading flutter_svg and fixing version on pubspec for developer branch

* Switch flutter to dev channel (#94)

* Improve flame audio api

* Improving scripts

* Adding badges code on README (#95)

* Adding Flare support (#96)

* Initial commit

* Flare support

* Adding docs for FlareAnimation

* Some organization fixes on Flare example game

* Adding changelog entry

* Fixing lint

* Adding FlareComponent

* PR changes

* PR suggestions and linting

* Fixing position component anchor (#99)

* Change PositionComponent toRect() to take into account component's anchor in order to create the proper rect

* Linting

* Updating CHANGELOG

* Adding Contributing disclaimer on README

* Bumping version
2019-05-31 11:25:21 -03:00
82b06e01e8 Merge branch 'master' into develop 2019-05-31 11:19:47 -03:00
0770b701a3 Bumping version 2019-05-31 11:16:27 -03:00
adb8dbb324 Adding Contributing disclaimer on README 2019-05-30 19:58:44 -03:00
986dbf2c2c Fixing position component anchor (#99)
* Change PositionComponent toRect() to take into account component's anchor in order to create the proper rect

* Linting

* Updating CHANGELOG
2019-05-30 19:53:57 -03:00
e2dfd01366 Adding Flare support (#96)
* Initial commit

* Flare support

* Adding docs for FlareAnimation

* Some organization fixes on Flare example game

* Adding changelog entry

* Fixing lint

* Adding FlareComponent

* PR changes

* PR suggestions and linting
2019-05-30 11:12:15 -03:00
4a986ab392 Adding badges code on README (#95) 2019-05-27 09:49:21 -03:00
8ccdcb00d8 Improving scripts 2019-05-25 15:55:59 -03:00
78ce540320 Improve flame audio api 2019-05-25 14:51:45 -03:00
4494174b93 Upgrading flutter_svg and fixing version on pubspec for developer branch (#93)
* Upgrading flutter_svg and fixing version on pubspec for developer branch

* Switch flutter to dev channel (#94)
2019-05-23 16:26:26 -03:00
7537d75231 Merge pull request #92 from luanpotter/adding-go-desktop-example
Adding go desktop example
2019-05-22 15:18:55 -03:00
63f6ea0cbe Linting files 2019-05-22 09:24:25 -03:00
dd0de2e751 Adding go desktop example 2019-05-21 12:20:05 -03:00
5356ebcd29 Merge pull request #88 from MrAlek/patch-1
Bump synchronized to 2.1.0
2019-05-17 18:47:05 -03:00
d20dc05d97 Bump synchronized to 2.1.0
Avoiding conflict with other packages
2019-05-15 20:16:19 +02:00
fc633eca07 bump version 2019-05-07 13:17:58 -03:00
b7ef572777 0.11.2 Release candidate (#85)
* fixes on animation

* Fixed warning on using specific version o flutter_svg on pubspec

* Adding part 4 of Alekhin's articles

* ParallaxComponent is not abstract anymore, as it does not include any abstract method

* fix for position

* fixing examples

* Adding equality comparison for Position

* Add scaleTo method to position

* adding method limit to position

* scaleTo for empty vector

* add part 5 from alekhin series to readme (#84)

* Updating CHANGELOG
2019-05-07 13:11:33 -03:00
6418242f65 Updating CHANGELOG 2019-05-07 13:10:56 -03:00
3f4d09b24c add part 5 from alekhin series to readme (#84) 2019-05-03 11:41:37 -03:00
4154e66f2d scaleTo for empty vector 2019-04-28 17:56:00 -03:00
0303218ebf adding method limit to position 2019-04-28 17:02:44 -03:00
badc0a3e81 Add scaleTo method to position 2019-04-27 19:21:11 -03:00
c320e924b6 Adding equality comparison for Position 2019-04-20 20:35:34 -03:00