Skip to content

Releases: britzl/ludobits

Ludobits 6.6.0

10 May 12:18
Compare
Choose a tag to compare

FIX: sequence.http_get() and sequence.http_post() didn't work
NEW: sequence.call() to invoke any function

Ludobits 6.5.2

23 Apr 21:35
Compare
Choose a tag to compare

FIX: ludobits.m.signal Signal id should be of type hash for easier use when sent as a message id

Ludobits 6.5.1

23 Apr 21:29
Compare
Choose a tag to compare

FIX: ludobits.m.signal trigger() failed for listeners added as URLs when the message was anything other than a table or nil

Ludobits 6.5.0

21 Apr 10:05
Compare
Choose a tag to compare

NEW: sequence.go.animate() now supports "position.xy" as a property

Ludobits 6.4.0

13 Apr 06:15
Compare
Choose a tag to compare

NEW: ludobits.m.sequence

Ludobits 6.3.1

02 Apr 06:47
Compare
Choose a tag to compare

FIX: Delete flow timers when done

Ludobits 6.3.0

01 Apr 20:21
Compare
Choose a tag to compare

CHANGE: flow.update() has been deprecated in favour of updating flows using a native timer
CHANGE: flow.ray_cast() has been deprecated in favour of native physics.raycast()

Ludobits 6.2.0

03 Nov 15:03
a066423
Compare
Choose a tag to compare

NEW: util.lerp()

Ludubits 6.1.0

16 Aug 14:35
Compare
Choose a tag to compare

NEW: Added async.delay(delay)

Ludubits 6.0.0

09 May 08:26
Compare
Choose a tag to compare

CHANGE: Moved ludobits.m.platformer to a separate repo (see https://github.com/britzl/platypus)
CHANGE: flow.until_input_pressed() and flow.until_input_released() can now wait for multiple action ids
CHANGE: Moved ludobits.m.conway and ludobits.m.perlin to ludobits.m.procgen
FIX: Broken examples
NEW: Added ludobits.m.async()
FIX: Updated and improved tests
NEW: ludobits.m.settings.lua now supports multiple files