Erick Zanardo
23fd8c8bc0
Fixing release mode on examples that needed screenSize
2019-06-30 21:09:15 -03:00
Luan Nico
ffe41c873b
Merge pull request #114 from flame-engine/animation-destroy-on-finish
...
Animation destroy on finish
2019-06-30 16:28:23 -03:00
Erick Zanardo
841e4c53ce
Improving doc and adding CHANGELOG entry
2019-06-29 12:58:52 -03:00
Erick Zanardo
b50efcb3a5
Adding destoryOnFinish flag to AnimationComponent
2019-06-29 12:49:36 -03:00
erickzanardo
006a20f99f
Updating changelog
2019-06-28 15:47:31 -03:00
erickzanardo
64db91ea55
Adding docs
2019-06-28 15:47:31 -03:00
erickzanardo
1301fff443
PR suggestions
2019-06-28 15:47:31 -03:00
erickzanardo
4b2288623e
Implementing Timer and its examples
2019-06-28 15:47:31 -03:00
erickzanardo
27cb0cfff5
Adding time.dart
2019-06-28 15:47:31 -03:00
Luan Nico
a69e5f5765
bump version
2019-06-12 10:05:35 -03:00
Luan Nico
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
Erick Zanardo
dbbfe01cae
Downgrading Flame support to stable channel (1.5.4-hotfix.2)
2019-06-11 22:28:00 -03:00
Luan Nico
4a8ab1ddfd
version bump
2019-06-11 20:57:41 -03:00
Luan Nico
d352c7af1c
fix lint
2019-06-11 20:53:06 -03:00
Luan Nico
3f6eaae160
Merge pull request #105 from flame-engine/develop
...
Develop
2019-06-11 20:51:10 -03:00
Luan Nico
3197604462
Update CHANGELOG.md
2019-06-11 20:50:24 -03:00
Luan Nico
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
Illia Poplawski
dfe1f4c78a
Linting cleanup
2019-06-10 15:49:47 -04:00
Illia Poplawski
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
Luan Nico
7226977dff
bump versions
2019-06-09 11:42:00 -03:00
Luan Nico
e34ca947ca
move format script to the scripts folder
2019-06-09 11:30:10 -03:00
Luan Nico
9e6e89d0f4
Merge pull request #101 from illiapoplawski/positionComponent
...
Set PositionComponent#setByRect to also use anchor information
2019-06-01 08:49:05 -03:00
Illia Poplawski
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
Erick Zanardo
63115cf7b9
Merge branch 'develop'
2019-05-31 11:50:27 -03:00
Erick
18aa97d49a
Fixing README
2019-05-31 11:48:29 -03:00
Erick
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
Erick
82b06e01e8
Merge branch 'master' into develop
2019-05-31 11:19:47 -03:00
Erick Zanardo
0770b701a3
Bumping version
2019-05-31 11:16:27 -03:00
Erick Zanardo
adb8dbb324
Adding Contributing disclaimer on README
2019-05-30 19:58:44 -03:00
Erick
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
Erick
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
Erick
4a986ab392
Adding badges code on README ( #95 )
2019-05-27 09:49:21 -03:00
Luan Nico
8ccdcb00d8
Improving scripts
2019-05-25 15:55:59 -03:00
Luan Nico
78ce540320
Improve flame audio api
2019-05-25 14:51:45 -03:00
Erick
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
Luan Nico
7537d75231
Merge pull request #92 from luanpotter/adding-go-desktop-example
...
Adding go desktop example
2019-05-22 15:18:55 -03:00
Erick Zanardo
63f6ea0cbe
Linting files
2019-05-22 09:24:25 -03:00
Erick Zanardo
dd0de2e751
Adding go desktop example
2019-05-21 12:20:05 -03:00
Luan Nico
5356ebcd29
Merge pull request #88 from MrAlek/patch-1
...
Bump synchronized to 2.1.0
2019-05-17 18:47:05 -03:00
Alek Åström
d20dc05d97
Bump synchronized to 2.1.0
...
Avoiding conflict with other packages
2019-05-15 20:16:19 +02:00
Luan Nico
fc633eca07
bump version
2019-05-07 13:17:58 -03:00
Erick
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
erickzanardo
6418242f65
Updating CHANGELOG
2019-05-07 13:10:56 -03:00
impulse
3f4d09b24c
add part 5 from alekhin series to readme ( #84 )
2019-05-03 11:41:37 -03:00
Luan Nico
4154e66f2d
scaleTo for empty vector
2019-04-28 17:56:00 -03:00
Luan Nico
0303218ebf
adding method limit to position
2019-04-28 17:02:44 -03:00
Luan Nico
badc0a3e81
Add scaleTo method to position
2019-04-27 19:21:11 -03:00
Luan Nico
c320e924b6
Adding equality comparison for Position
2019-04-20 20:35:34 -03:00
Luan Nico
89e26e2329
fixing examples
2019-04-20 20:28:15 -03:00
Luan Nico
9fab5fbf6f
fix for position
2019-04-20 02:31:13 -03:00