Skip to content

Releases: britzl/ludobits

Ludobits 1.1

07 Feb 12:31
Compare
Choose a tag to compare

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

08 Dec 12:04
Compare
Choose a tag to compare

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

05 Dec 17:03
Compare
Choose a tag to compare

Fixed issue with savefile.lua on Windows

Ludobits 0.8.3

25 Nov 06:42
Compare
Choose a tag to compare

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

08 Nov 06:42
Compare
Choose a tag to compare

Fixed issue with kinematic.look_at() when id is provided
Fixed incorrect asset path for platformer example

Ludobits 0.8.1

03 Nov 06:40
Compare
Choose a tag to compare

Added ludobits.m.timer

Ludobits 0.8

10 Oct 07:34
Compare
Choose a tag to compare
Ludobits 0.8 Pre-release
Pre-release

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

18 Sep 21:54
Compare
Choose a tag to compare
Ludobits 0.7.6 Pre-release
Pre-release
0.7.6

Ludobits 0.7.5

18 Sep 14:11
Compare
Choose a tag to compare
Ludobits 0.7.5 Pre-release
Pre-release

Added optional message handling capabilties to broadcast.lua

Ludobits 0.7.4

16 Sep 09:32
Compare
Choose a tag to compare
Ludobits 0.7.4 Pre-release
Pre-release

Improved broadcast module and added example