Releases: britzl/ludobits
Ludobits 1.1
CHANGE: flow.until_message() and flow.until_any_message() will now properly filter messages and only react to messages sent to the correct URL
NEW: platformer.lua now has support for wall jump
NEW: platformer.lua now has support for custom velocity reduction when aborting a jump
Ludobits 1.0
Made several improvements to the listener module. It is no longer possible to add a table of message_id and callback functions/urls. They now need to be added one by one.
Ludobits 0.9
Fixed issue with savefile.lua on Windows
Ludobits 0.8.3
Fixed issue with savefile.lua
Fixed scaling issue in simple_input.lua
Mass is taken into account when manipulating dynamic collision objects using dynamic.lua
Ludobits 0.8.2
Fixed issue with kinematic.look_at() when id is provided
Fixed incorrect asset path for platformer example
Ludobits 0.8.1
Added ludobits.m.timer
Ludobits 0.8
The new version requires delta time to be passed to flow.update(). This is required if time_step is manipulated in a collection proxy.
Ludobits 0.7.6
0.7.6
Ludobits 0.7.5
Added optional message handling capabilties to broadcast.lua
Ludobits 0.7.4
Improved broadcast module and added example