64 Commits

Author SHA1 Message Date
110aa376d8 formatting files 2019-08-10 15:40:38 -03:00
ccc4677663 changing animation to component 2019-08-10 15:40:38 -03:00
51d259038f formatting files 2019-08-10 15:40:38 -03:00
411a39fd72 exposing objects layer from tiled file 2019-08-10 15:40:38 -03:00
3549258f25 bumped versions and fixed warnings 2019-08-03 17:24:13 -03:00
029a392fed refactoring to get all optional parameters as optionals 2019-08-03 15:39:33 -03:00
19b50dd87f Added possibility to see current base offset 2019-08-02 11:29:11 -06:00
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
965c5758be fix warning 2019-07-15 09:32:01 -03:00
4daedc23e1 AnimationComponent.empty was breaking 2019-07-11 22:49:32 -03:00
f415090c24 PR suggestions 2019-07-11 17:47:24 -03:00
944d031c39 Removing old debug component 2019-07-11 17:47:24 -03:00
6770c0a270 Refactoring debugging 2019-07-11 17:47:24 -03:00
00519b0047 bump version + formatting 2019-07-09 11:37:22 -03:00
b50efcb3a5 Adding destoryOnFinish flag to AnimationComponent 2019-06-29 12:49:36 -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
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
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
580ccdecfc Typos in documentation and comments (#71) 2019-04-04 13:57:38 -03:00
6696373bd7 zero analyzer issues 2019-03-23 15:02:17 -03:00
aacb3fcb65 flutter formar 2019-03-22 13:37:42 -03:00
b1a3d222a9 use final 2019-03-22 13:35:46 -03:00
5a2f576610 merge 2019-03-22 13:21:17 -03:00
e7ac8ed094 unecessary new 2019-03-22 13:20:18 -03:00
b86f53929e Adding basic SVG support (#61) 2019-03-21 21:42:52 -03:00
bb6757d853 composed component docs (#58)
* composed-component-docs

* undo mistakes

* typos
2019-03-16 22:15:26 -03:00
9c69937b5b Fixes build (tests), adding ditance method to position, fix linting (formating, quotes), removed uneeded new keywords everywhere 2019-03-10 15:17:53 -03:00
529b14e4df fix for new flutter version 2019-02-13 09:39:46 -02:00
a9b83fcc47 fixes for text box 2019-02-09 12:13:28 -02:00
bd51364400 formating and fixing warnings 2019-02-09 12:06:59 -02:00
45455f60f0 Adding SimpleGame, EmbeddedGameWidget and animationAsWidget to allow for easy integration of flame with non-game flutter apps, plus docs improved, minor fixes 2019-01-24 21:31:49 -02:00
8771df2a1c Merge pull request #32 from feroult/master
Simple TiledComponent
2019-01-11 12:32:17 -02:00
208442c2b5 fix for anchor + rotation regarding composed component 2019-01-02 00:37:21 -02:00
8dacfc90a6 Adding new text related components and upgrading old components to use the new features like anchor 2019-01-01 22:48:08 -02:00
a5f2facb75 tiled 2019-01-01 21:14:42 -02:00
c5a67ce859 simple tiled support 2019-01-01 19:33:43 -02:00
b703ee1ef5 update composed component 2018-12-07 21:36:57 -02:00
282e52b254 composed component 2018-11-22 14:52:58 -02:00
7541e19e33 PR nips 2018-11-17 19:44:21 -02:00
e1d2cf2238 composed components 2018-10-25 23:47:54 -03:00
4ff3721f13 fixes in API 2018-07-02 01:39:47 -03:00
d40bae6fbf fixes in API 2018-07-02 01:30:46 -03:00
fe9dbb7ff2 Adding more docs, dont need to commit doc/api folder (its generated) 2018-05-26 21:59:37 -03:00
7a0b9254c8 Added priority rendering/updating to BaseGame 2018-05-26 21:13:26 -03:00
1ced25f1f4 formatting, linting and refactorings 2018-05-24 22:19:59 -03:00
65cacd1c4c adding a resizable mixin 2018-05-24 22:19:59 -03:00
f03e55876b adding debug component 2018-05-24 22:19:59 -03:00
6be3d28493 formatting 2018-05-21 01:59:07 -03:00
3ef013df8b change -1 to null 2018-04-29 12:33:26 -03:00
879b358ad3 fix some apis 2018-04-15 10:00:18 -03:00