8000 Tags · flame-engine/forge2d · GitHub
[go: up one dir, main page]

Skip to content

Tags: flame-engine/forge2d

Tags

forge2d-v0.14.2+1

Toggle forge2d-v0.14.2+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): Publish packages (#112)

Prepared all packages to be released to pub.dev

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

forge2d-v0.14.2

Toggle forge2d-v0.14.2's commit message
 - **FIX**: Loosen constraints on vector_math to ^2.1.4 ([#108](#108)…

…). ([c2ca615](c2ca615))

forge2d-v0.14.1

Toggle forge2d-v0.14.1's commit message
 - **FIX**: Destroy and create bodies after step is done ([#106](#106)…

…). ([92c7ccb](92c7ccb))

 - **FIX**: Fix CircleShape.computeDistanceToOut and add some tests. ([#100](#100)). ([584a07e](584a07e))

forge2d-v0.14.0

Toggle forge2d-v0.14.0's commit message
Publish forge2d-v0.14.0.

forge2d-v0.13.1

Toggle forge2d-v0.13.1's commit message
Publish forge2d-v0.13.1.

forge2d-v0.13.0

Toggle forge2d-v0.13.0's commit message
Publish forge2d-v0.13.0.

forge2d-v0.12.2

Toggle forge2d-v0.12.2's commit message
 - **FIX**: Depend on any test version. ([1f80bf3](1f80bf3))

forge2d-v0.12.1

Toggle forge2d-v0.12.1's commit message
 - **FIX**: Lower meta bounds. ([39987d8](39987d8))

forge2d-v0.12.0

Toggle forge2d-v0.12.0's commit message
> Note: This release has breaking changes.

 - **REFACTOR**: ignored invariant boolean warning ([#47](#47)). ([c032f9c](c032f9c))
 - **FIX**: Fixed issue where particles created were centred around (0,0) rather than their parent group's position. ([#69](#69)). ([a36e88e](a36e88e))
 - **FIX**: Properly use the `getX/YAxis` out vector ([#61](#61)). ([c1aba67](c1aba67))
 - **FEAT**: made ContactListener methods optional overrides ([#55](#55)). ([47037a1](47037a1))
 - **BREAKING** **REFACTOR**: gravity getter and setter ([#66](#66)). ([5108e30](5108e30))
 - **BREAKING** **REFACTOR**: isBullet getter and setter ([#64](#64)). ([ee5d4bf](ee5d4bf))
 - **BREAKING** **REFACTOR**: `isEnabled` getter and setter ([#65](#65)). ([839e53a](839e53a))
 - **BREAKING** **REFACTOR**: removed wrapper get and set methods for GearJoint.ratio ([#63](#63)). ([58b5115](58b5115))
 - **BREAKING** **REFACTOR**: used getter and setters for maxMotorForce ([#62](#62)). ([4ab2eb2](4ab2eb2))
 - **BREAKING** **REFACTOR**: used setters and getters for motorSpeed ([#58](#58)). ([96103f1](96103f1))
 - **BREAKING** **FIX**: Add friction and restitution arguments to createFixtureFromShape ([#56](#56)). ([a91b08b](a91b08b))
 - **BREAKING** **FIX**: Set the RopeJoint's local anchors to null vectors by default ([#67](#67)). ([2dfe1e8](2dfe1e8))
 - **BREAKING** **FEAT**: Move to dart 2.17 and clean up comment. ([#59](#59)). ([8abd859](8abd859))

forge2d-v0.11.0

Toggle forge2d-v0.11.0's commit message
> Note: This release has breaking changes.

 - **FEAT**: allowed specifying `BodyDef` properties via constructor (#51). ([aa3f5f7](aa3f5f7))
 - **FEAT**: allowed specifying `FixtureDef` properties via constructor (#52). ([1c09a13](1c09a13))
 - **BREAKING** **FEAT**: allow modifying gravity in the x-axis and y-axis (#53). ([c14b424](c14b424))
 - **BREAKING** **FEAT**: made default friciton 0 (#54). ([e943a56](e943a56))
0