mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-19 22:42:40 +00:00
- Renamed the `new` and `realloc` functions to `create` and `resize` - Added `delete_all` - Made Mod Data a class: - Allocation is now limited to prevent out-of-memory crashes: 1024 display lists of max size 2048 and 1024 vertex buffers of max size 4096 per mod - Added error codes to identify the cause of a failure (name not found, pointer not found, max size exceeded, item pool is full, ...) |
||
|---|---|---|
| .. | ||
| audio-test | ||
| big-paddle | ||
| custom-animations-dynos | ||
| custom-animations-lua | ||
| custom-box-model | ||
| custom-hud-texture | ||
| custom-level | ||
| gfx-vtx-demo | ||
| koopa-player-model | ||
| lighting-engine-demo | ||
| texture-override | ||
| behavior-add-to-goomba.lua | ||
| behavior-ball.lua | ||
| behavior-replace-goomba.lua | ||
| behavior-surface-collisions.lua | ||
| Custom Text Example.lua | ||
| hud.lua | ||
| instant-clip.lua | ||
| low-gravity.lua | ||
| Mario-Run.lua | ||
| Moonjump.lua | ||
| spawn-stuff.lua | ||
| water-level.lua | ||