Skip to content

Releases: pewpewlive/ppl-utils

Fix another bug in wall API

26 Feb 07:17
Compare
Choose a tag to compare
v0.3.107

Add Wall API sample. Restore simple level sample.

Fix a bug in the wall API

25 Feb 18:44
Compare
Choose a tag to compare

This release fixes a bug where you could go through walls.

Wall API + reload button

23 Feb 09:02
Compare
Choose a tag to compare

The Wall API is here!
Please try it out and see if anything breaks when you do crazy things with it.

The other significant improvement is a new reload button that allows you to quickly reload the code of your level.

Change in API that enables more optimized entities.

15 Feb 20:52
Compare
Choose a tag to compare

The breaking API changes makes it possible to create entities that use much less memory:
The lua callbacks get called with the entity ID, so they don't have to capture variables anymore. This allows saving 50 bytes per callback per entity.

Also, you can now set the rendering radius on a given entity which allows the renderer to cull entities that are not visible.

Limit the number of entities and amount of RAM

27 Jan 15:32
Compare
Choose a tag to compare

Levels now have a maximum number of entities and RAM.

Lines far away are displayed with less flickering

21 Dec 07:11
1473059
Compare
Choose a tag to compare

New APIs to create enemies

24 Nov 21:05
Compare
Choose a tag to compare

New APIs to detect collision with walls, to add damage to ship, to enable interpolation, etc...

New APIs + fixed bugs

02 Nov 13:27
Compare
Choose a tag to compare
v0.0.84

Added helpers.

Added support for manifest files

11 Oct 00:32
Compare
Choose a tag to compare

Custom levels now can have manifest files, the way paths are used in Lua is made more consistent, and the UI of the custom levels has been improved.

Early preview (fixed webasm binary)

19 Sep 20:54
Compare
Choose a tag to compare
Pre-release

Fixes the webasm binary.