Commit Graph

3302 Commits

Author SHA1 Message Date
Norberto Martín Afonso
ac3d4bf61b feat: update to Rive 0.8.4 (#1542)
Co-authored-by: norberto <normaafo@gmail>
2022-04-13 13:01:11 +02:00
Lukas Klingsbo
c79d5638b7 chore(release): publish packages
- flame@1.1.1
 - flame_oxygen@0.1.2
 - flame_bloc@1.3.0
 - flame_forge2d@0.11.0
 - flame_rive@1.2.0
 - flame_svg@1.2.0
 - flame_test@1.4.0
 - flame_tiled@1.4.0
 - flame_audio@1.0.2
 - flame_flare@1.1.1
 - flame_fire_atlas@1.0.2
flame_audio-v1.0.2 flame-v1.1.1 flame_bloc-v1.3.0 flame_fire_atlas-v1.0.2 flame_flare-v1.1.1 flame_forge2d-v0.11.0 flame_oxygen-v0.1.2 flame_rive-v1.2.0 flame_svg-v1.2.0 flame_test-v1.4.0 flame_tiled-v1.4.0 1.1.1
2022-04-12 18:08:43 +02:00
Lukas Klingsbo
64943af874 chore: Title validation shouldn't run on merge (#1541) 2022-04-12 16:02:05 +00:00
Lukas Klingsbo
c51bc6db5d docs: Fix flame_forge2d readme links (#1540) 2022-04-12 12:49:16 -03:00
Lukas Klingsbo
b8a07addaf chore: Add PR title validation (#1539)
This is the same action that Melos itself uses for PR title validation so it should be solid.
2022-04-12 17:24:01 +02:00
Jochum van der Ploeg
7b15c9a1ca feat: able to clear all overlays (#1536)
* feat: able to clear all overlays

* feat: able to clear all overlays

Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
2022-04-12 15:46:24 +02:00
Lukas Klingsbo
4f7a12eb2c feat: Bump forg2d version and have flame_forge2d examples use latest syntax (#1535) 2022-04-12 12:20:56 +02:00
Hwanseok Barth Kang
5ed0833321 feat: Possibility to create RenderableTiledMap from TiledMap (#1534) 2022-04-12 11:48:09 +02:00
Pasha Stetsenko
cf393761a1 docs: Chapter 3 of the Klondike game tutorial (#1515) 2022-04-11 21:27:54 +00:00
Pasha Stetsenko
2171a11937 refactor: Added classes MoveByEffect and MoveToEffect (#1524) 2022-04-11 20:16:00 +00:00
Pasha Stetsenko
f7b6cc69ab feat: Added closeToAabb() (#1531) 2022-04-11 22:00:56 +02:00
Siddharth Sinha
cae8c0ceb3 feat: Automatic Isometric Grid scaling (#1468) 2022-04-10 21:08:32 +00:00
Pasha Stetsenko
f0b31fcfc0 feat: Added children parameter to Component constructor (#1525) 2022-04-10 19:47:37 +00:00
Lukas Klingsbo
11bf75d074 fix: Invalidate polygon cache on resize (#1529) 2022-04-10 17:05:33 +00:00
Lukas Klingsbo
bdb360f181 feat!: Flip gravity in flame_forge2d to be able to mix Forge2D and Flame components (#1506) 2022-04-10 12:41:02 +00:00
Pasha Stetsenko
f46cae040e feat: Camera's Viewfinder can now be affected by rotation effects (#1527) 2022-04-09 23:43:51 +00:00
Pasha Stetsenko
403b6e6043 feat: Scale (zoom) effects can now be applied to Viewfinder in CameraComponent (#1514) 2022-04-09 00:43:13 +00:00
Erick
4f389f8b88 feat: adding HasGameRef.mockGameRef (#1520) 2022-04-08 20:00:12 -03:00
Pasha Stetsenko
325df46e19 fix: Bug with anchor parameter in Sprite.render() (#1508) 2022-04-07 23:15:36 +02:00
Hwanseok Barth Kang
5b2471c8ae fix: Make CollisionProspect's a, b have unordered equality (#1519) 2022-04-07 17:26:19 +02:00
Erick
fa2eabad65 chore(release): publish packages (#1505)
- flame_test@1.3.0
2022-03-30 10:40:22 -03:00
Erick
316a0b3bb0 feat: flame tests can now generate golden tests (#1501)
* feat: flame tests can now generate golden tests

* feat: PR suggestions
2022-03-30 10:16:58 -03:00
Pasha Stetsenko
0e91f5ca4d docs: Flutter-app directive can now also show the listings of code (#1500) 2022-03-29 21:43:06 +02:00
Pasha Stetsenko
167396142e docs: Take PUBLISH_PATH into account when building docs (#1499) 1.1.0 2022-03-28 11:23:03 +02:00
Lukas Klingsbo
3b80c767fe chore: Release 1.1 (#1496)
* chore(release): publish packages

 - flame@1.1.0
 - flame_audio@1.0.1
 - flame_bloc@1.2.0
 - flame_fire_atlas@1.0.1
 - flame_flare@1.1.0
 - flame_forge2d@0.9.0
 - flame_oxygen@0.1.1
 - flame_rive@1.1.0
 - flame_svg@1.1.0
 - flame_test@1.2.0
 - flame_tiled@1.3.0

* feat: Bump forge2d

* chore: Bump Forge2D to 0.10.0

* docs: Update Forge2D examples to 0.10.0
flame_forge2d-v0.10.0
2022-03-28 00:28:20 +02:00
Nicolas Schlecker
1a2b03131b fix: include layer offset in rendering pipeline (#1494) 2022-03-27 22:04:47 +00:00
Lukas Klingsbo
295468f03c feat: Add Transform2D.setFrom and Transform2D.clone (#1495) 2022-03-27 21:48:26 +00:00
Lukas Klingsbo
a559d9a12b fix: Fix calculation of AABB for ShapeHitboxes (#1481) 2022-03-27 23:31:10 +02:00
Pasha Stetsenko
87031b3e5f docs: Tutorial for making a Klondike card game, steps 1 & 2 (#1477) 2022-03-27 20:53:42 +00:00
Pasha Stetsenko
bd91fed597 feat: Move effects can now be applied to camera's Viewport and Viewfinder (#1464) 2022-03-27 16:18:57 +00:00
Lukas Klingsbo
3dd225a2c8 feat: Add setter for CircleComponent.radius (#1491) 2022-03-27 16:37:26 +02:00
Pasha Stetsenko
9566564ce6 fix: Game-in-Game scenario (#1490) 2022-03-27 16:09:46 +02:00
Erick
6891eaaa24 feat: adding ParticleSystemComponent (#1489) 2022-03-26 12:20:31 -03:00
Erick
a3b7de0acd feat: adding Component.lastChild and Component.firstChild (#1485)
* feat: adding Component.child

* fix: lint

* Update packages/flame/lib/src/components/component.dart

* fix: lint

* feat: renaming method

* Update packages/flame/lib/src/components/component.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>

* Update packages/flame/lib/src/components/component.dart

Co-authored-by: Pasha Stetsenko <stpasha@google.com>

* feat: pr suggestions

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
Co-authored-by: Pasha Stetsenko <stpasha@google.com>
2022-03-25 01:18:45 +00:00
Pasha Stetsenko
e6312e6fea fix: Component.propagateToChildren() order of traversal (#1483) 2022-03-23 17:28:18 +00:00
Pasha Stetsenko
f81254c181 feat: Added method Images.ready() (#1441) 2022-03-23 10:07:25 +00:00
Lukas Klingsbo
b37854c865 fix: Remove generics from ancestors (#1482) 2022-03-22 23:15:09 +01:00
Erick
e0125ad482 chore(release): publish packages (#1480)
- flame_audio@1.0.1-releasecandidate.1
 - flame_fire_atlas@1.0.1-releasecandidate.1
 - flame_flare@1.1.0-releasecandidate.1
 - flame_oxygen@0.1.1-releasecandidate.1
 - flame@1.1.0-releasecandidate.6
 - flame_bloc@1.2.0-releasecandidate.6
 - flame_forge2d@0.9.0-releasecandidate.6
 - flame_svg@1.1.0-releasecandidate.5
 - flame_test@1.2.0-releasecandidate.6
 - flame_rive@1.1.0-releasecandidate.6
 - flame_tiled@1.3.0-releasecandidate.6
2022-03-22 10:56:01 -03:00
Erick
4678e21a0b feat: updating forge2d version (#1479) 2022-03-22 10:11:38 -03:00
dani
a41f53762a feat: Added method that returned descendants (#1461) 2022-03-22 13:24:53 +01:00
Pasha Stetsenko
45f7929556 fix: Fix warnings in documentation (#1472) 2022-03-20 12:15:58 +01:00
Lukas Klingsbo
e1e87fc422 fix: Only end collisions where there was a collision (#1471) 2022-03-19 19:17:54 +01:00
Lukas Klingsbo
4c3960c341 feat: Possibility to mark gesture events as handled (#1465) 2022-03-19 18:07:06 +01:00
Lukas Klingsbo
6b9de7426a chore: Add correct removal version to deprecated methods (#1470) 2022-03-19 16:05:11 +00:00
Lukas Klingsbo
e894d20133 fix: debugMode should be inherited from parent when mounted (#1469) 2022-03-19 16:13:50 +01:00
Erick
6434829b45 feat: adding loaded future to the component (#1466)
* feat: adding loaded future to the component

* fix: flame flare example game

* docs

* Update doc/flame/components.md

Co-authored-by: Lukas Klingsbo <me@lukas.fyi>

Co-authored-by: Lukas Klingsbo <me@lukas.fyi>
2022-03-18 17:45:21 +00:00
Jochum van der Ploeg
4ddd90aafc feat: Deprecating Rect methods (#1455)
* feat: Deprecating Rect methods

* Fixed analyze problems

Co-authored-by: Erick <erickzanardoo@gmail.com>
2022-03-18 13:17:41 -03:00
Pasha Stetsenko
d51dc5e132 feat: Added .anchor property to CameraComponent.Viewfinder (#1458) 2022-03-18 09:08:51 +01:00
Lukas Klingsbo
101f728a00 docs: Fix broken debugMode link (#1454) 2022-03-15 15:26:06 +01:00
Jochum van der Ploeg
7e50572249 docs: Rect extension docs is out of date (#1451) 2022-03-15 13:21:14 +00:00