Commit Graph

3302 Commits

Author SHA1 Message Date
Ivan Cherepanov
bc74cb63ba docs: removed duration mentions from particle docs 2019-12-01 17:30:04 +03:00
Ivan Cherepanov
0dc5585e2f docs: fixed link to particles examples
chore: removed unused import
2019-12-01 17:26:32 +03:00
Ivan Cherepanov
ccd0b0636b chore: added particles note to a changelog, synced with upstream 2019-12-01 17:18:25 +03:00
Ivan Cherepanov
56bc66bc91 Merge branch 'develop' into particles 2019-12-01 17:17:12 +03:00
Ivan Cherepanov
ab2ddb7312 chore: typos + wording 2019-11-29 23:42:56 +03:00
Ivan Cherepanov
c8aeebc0f9 fix: gif example instead of webm, as webm not played by GH 2019-11-28 23:14:32 +03:00
Ivan Cherepanov
0f98a8542d chore: format
fix: doc/example/particles/readme, attempt to embed webm preview
fix: doc/example/particles better sample for chaining
refactor: Particle, dropped duration support
2019-11-28 23:02:28 +03:00
Ivan Cherepanov
ff425afa26 feat: docs, adde particles docs
fix: doc/examples/particles, added web to .gitignore
feat: doc/examples/particles, added more examples,
refactor: Particle does not extend Component
refactor: Particle subclasses in separate folder
refactor: ParticleComponent is now simple container
fix: SingleChildParticle, asserts for child existing
feat: AnimationParticle for Flame Animation
feat: ComponentParticle for Flame Component
feat: SpriteParticle for Flame Sprite
2019-11-28 18:01:31 +03:00
Erick (CptBlackPixel)
4cfd9cb396 Merge pull request #192 from rubberbird/develop
Added Box2D ChainShape render function
2019-11-28 06:10:43 -03:00
Luan Nico
8249c890f2 Merge branch 'develop' into develop 2019-11-27 23:52:26 -05:00
Parksie
7a090a20d9 correct spelling mistake
correct spelling mistake
2019-11-28 17:51:00 +13:00
Erick Zanardo
4be300791e PR suggestion 2019-11-27 22:12:20 -03:00
Erick Zanardo
bb5d876cdb Adding TimerComponent class 2019-11-27 22:12:20 -03:00
Erick Zanardo
20a80b2a82 Fixing small typo on CHANGELOG 2019-11-27 19:34:06 -03:00
Erick Zanardo
0139d31d22 Linting files 2019-11-27 19:32:36 -03:00
Luan Nico
05d6c00f84 Update CHANGELOG.md 2019-11-27 11:37:47 -05:00
Luan Nico
21052b51ed Merge branch 'develop' into develop 2019-11-27 11:37:12 -05:00
parkerr
0b87c441ac Changelog Update 2019-11-27 18:02:25 +13:00
parkerr
d197dc8ecd Added render function for chainShape Box2d 2019-11-27 18:01:28 +13:00
Ivan Cherepanov
ce0b99ecbd fix: particles example, more performant sample of PaintParticle 2019-11-25 20:59:10 +03:00
Ivan Cherepanov
a49e9b7494 chore: format /components/particles files 2019-11-25 18:18:52 +03:00
Ivan Cherepanov
53e8aba3d6 chore: format doc/examples/particles/lib 2019-11-25 18:12:24 +03:00
Ivan Cherepanov
38e3685cda feat: particles 2019-11-25 17:58:16 +03:00
Luan Nico
bec146afa5 bump version 2019-11-12 00:13:52 -05:00
Erick (CptBlackPixel)
235cf67eae Update CHANGELOG.md 2019-11-11 09:24:13 -03:00
Erick Zanardo
dea71c98f3 Changing docs to reflect the refactoring 2019-11-11 09:24:13 -03:00
Erick Zanardo
a2336b926d Refactoring new API to use mixins 2019-11-11 09:24:13 -03:00
Erick Zanardo
50fcc2c696 Adding reference to the gesture example on the input docs 2019-11-11 09:24:13 -03:00
Erick Zanardo
ae005ae93d Adding docs for new methods 2019-11-11 09:24:13 -03:00
Erick Zanardo
6f44e0514b Fixing gestures conflicts and adding a gestures example 2019-11-11 09:24:13 -03:00
Erick Zanardo
655a70b0a6 Adding docs and faq entry for the new API 2019-11-11 09:24:13 -03:00
Erick Zanardo
40a3598c59 Linting 2019-11-11 09:24:13 -03:00
Erick Zanardo
18c1670a1e Updating docs and CHANGELOG 2019-11-11 09:24:13 -03:00
Erick Zanardo
c70ff42912 Adding missing methods 2019-11-11 09:24:13 -03:00
Erick Zanardo
cd025896ad Fixing lint 2019-11-11 09:24:13 -03:00
Erick Zanardo
4dcb32b107 Adding new API for gesture detection on Game class 2019-11-11 09:24:13 -03:00
Felithium
8852e7a07a timer needs to be updated to trigger callback 2019-11-06 13:50:53 -03:00
Felithium
647f80976b added missing imports & fixed inheritance 2019-11-06 13:50:53 -03:00
Luan Nico
c3ba33fd8e Merge pull request #181 from flame-engine/fixing-flare
Fixing flare API and rendering
2019-10-30 19:45:41 -04:00
Luan Nico
06bb9f573f fix formatting 2019-10-30 19:41:26 -04:00
Luan Nico
d102c1a9c5 Update main.dart 2019-10-30 19:29:31 -04:00
Erick Zanardo
f4fc7df28a Fixing FlareAnimation API and FlareComponent renderization 2019-10-29 20:09:57 -03:00
Erick Zanardo
8d5efa1832 Adding Common exceptions section to FAQ 2019-10-23 20:18:47 -03:00
Luan Nico
6a1d016f9a Merge pull request #175 from impulse/patch-1
Add awesome list to "Getting started"
2019-10-22 12:51:28 -04:00
impulse
12abf8d7f2 Add awesome list to "Getting started" 2019-10-22 15:36:09 +02:00
Luan Nico
884c3a2713 Merge pull request #172 from flame-engine/fixes-and-nits
Fixes and nit-picks
2019-10-14 23:01:05 -04:00
Luan Nico
ff876ef058 fix debug example app 2019-10-14 19:06:50 -04:00
Luan Nico
29f100a460 removing unnecessary types in example 2019-10-14 18:58:52 -04:00
Luan Nico
33b457b5a5 uppercasing colors 2019-10-14 18:28:20 -04:00
Luan Nico
bbd5a3f683 formatting 2019-10-14 17:28:50 -04:00