Skip to content

Tags: anura-engine/anura

Tags

v4.0.2

Toggle v4.0.2's commit message
Fixing an issue where objects which were in a fatal collision state w…

…ith other objects were not throwing the FFL exception that they're supposed to throw to allow us to gracefully recover, and were instead just asserting the game. Notably, this was causing a frogatto issue when moth bombers would drop a bomb through other moth bombers, and assert if said bomb overlapped another one as it was spawned.

v4.0.0

Toggle v4.0.0's commit message
Added some new setter/getter functions for the camera position to fix…

… a regression where the camera was being positioned at the XY pos rather than the mid_XY.

mac-build-prior-to-vcpkg

Toggle mac-build-prior-to-vcpkg's commit message
Fixed FFL maps with the key "\" serializing literally, into invalid J…

…SON.

Fixes frogatto/frogatto#573.