Commit Graph

823 Commits

Author SHA1 Message Date
Erick Zanardo
3498723801 Adding tap events 2019-09-10 21:16:45 -03:00
kurtome
5f28cededa updating docs for BaseGame camera to clarify how it works 2019-09-09 22:55:12 -03:00
renato.soares
110aa376d8 formatting files 2019-08-10 15:40:38 -03:00
renato.soares
ccc4677663 changing animation to component 2019-08-10 15:40:38 -03:00
renato.soares
51d259038f formatting files 2019-08-10 15:40:38 -03:00
renato.soares
411a39fd72 exposing objects layer from tiled file 2019-08-10 15:40:38 -03:00
Luan Nico
3549258f25 bumped versions and fixed warnings 2019-08-03 17:24:13 -03:00
Erick Zanardo
f1bd00db88 Formating 2019-08-03 15:39:33 -03:00
Erick Zanardo
029a392fed refactoring to get all optional parameters as optionals 2019-08-03 15:39:33 -03:00
Erick Zanardo
51b17a0592 Adding override paint method to Sprite 2019-08-03 15:39:33 -03:00
Lukas Klingsbo
19b50dd87f Added possibility to see current base offset 2019-08-02 11:29:11 -06:00
Lukas Klingsbo
806d8d8f2a ParallaxComponent that can move layers in 2D
You can now move the layers in the parallax in the Y-axis, as
well as the X-axis. It has extensive configurability of how the images
should align, fill and repeat on the screen.
2019-08-02 01:37:44 -06:00
Erick Zanardo
98c76a19d5 Fixing flare animations with embeded images 2019-07-31 10:58:55 -03:00
Luan Nico
7c00cac2f9 fix warning 2019-07-15 09:51:04 -03:00
Luan Nico
965c5758be fix warning 2019-07-15 09:32:01 -03:00
Luan Nico
56aaee2e39 Merge pull request #130 from flame-engine/sprite-as-widget
Sprite as widget
2019-07-14 18:39:23 -03:00
Erick Zanardo
e86b2a4418 Fixing loopLongAudio 2019-07-14 16:12:17 -03:00
Erick Zanardo
f3aad5980c PR suggestion 2019-07-14 15:48:57 -03:00
Erick Zanardo
589f8235b5 Formating 2019-07-12 13:44:09 -03:00
Erick Zanardo
78dfa1647c Creating spriteAsWidget helper 2019-07-12 11:46:02 -03:00
Erick Zanardo
4daedc23e1 AnimationComponent.empty was breaking 2019-07-11 22:49:32 -03:00
Erick Zanardo
3fe9395d26 PR suggestions 2019-07-11 17:57:03 -03:00
Erick Zanardo
557768476e Linting 2019-07-11 17:57:03 -03:00
Erick Zanardo
5117e1feb0 Adding assertions 2019-07-11 17:57:03 -03:00
erickzanardo
c929c35e2c Adding SpriteSheet class 2019-07-11 17:57:03 -03:00
Erick Zanardo
f415090c24 PR suggestions 2019-07-11 17:47:24 -03:00
Erick Zanardo
944d031c39 Removing old debug component 2019-07-11 17:47:24 -03:00
Erick Zanardo
6770c0a270 Refactoring debugging 2019-07-11 17:47:24 -03:00
Luan Nico
19c0a1de5b update audio pool to use new audioplayers apis, adding audiopool example 2019-07-09 12:09:43 -03:00
Luan Nico
00519b0047 bump version + formatting 2019-07-09 11:37:22 -03:00
Luan Nico
8696d309bb Merge pull request #122 from flame-engine/timer-is-running
Adding Timer#isRunning method
2019-07-09 11:26:56 -03:00
Erick Zanardo
a9d9484b97 Updating sdk constraints and flutter svg version 2019-07-08 23:14:17 -03:00
Erick Zanardo
1ba184f52e PR Changes 2019-07-08 22:49:42 -03:00
erickzanardo
4f3501f79d Adding progress getter on Timer class 2019-07-05 16:49:25 -03:00
erickzanardo
631df58f6d Adding Timer#isRunning method 2019-07-05 14:36:56 -03:00
Erick Zanardo
b50efcb3a5 Adding destoryOnFinish flag to AnimationComponent 2019-06-29 12:49:36 -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
Erick Zanardo
dbbfe01cae Downgrading Flame support to stable channel (1.5.4-hotfix.2) 2019-06-11 22:28:00 -03:00
Luan Nico
d352c7af1c fix lint 2019-06-11 20:53:06 -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
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
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
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
Luan Nico
6c35928e62 Merge pull request #78 from luanpotter/animmation-as-widget
Fix constrained box
2019-04-19 12:43:09 -03:00
Renan Araujo
f43320f957 comment format 2019-04-19 12:16:05 -03:00
Renan Araujo
5a71cd72f0 Merge branch 'develop' of github.com:luanpotter/flame into animmation-as-widget 2019-04-19 12:13:16 -03:00
Renan Araujo
10044ca2c9 format 2019-04-19 11:38:44 -03:00