sm64coopdx/docs/lua
PeachyPeach 0f351e11fb
Some checks failed
Build coop / build-windows (push) Has been cancelled
Build coop / build-ubuntu (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Gfx/Vtx improvements (#756)
- 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, ...)
2025-04-24 14:03:17 +10:00
..
examples Gfx/Vtx improvements (#756) 2025-04-24 14:03:17 +10:00
guides Revert "Constants fix" 2025-04-17 18:27:36 -04:00
constants.md Revert "Constants fix" 2025-04-17 18:27:36 -04:00
functions-2.md Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
functions-3.md Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
functions-4.md fix apply_platform_displacement (#740) 2025-04-12 23:03:12 +10:00
functions-5.md fix apply_platform_displacement (#740) 2025-04-12 23:03:12 +10:00
functions-6.md Gfx/Vtx improvements (#756) 2025-04-24 14:03:17 +10:00
functions.md Gfx/Vtx improvements (#756) 2025-04-24 14:03:17 +10:00
globals.md Final touches for geo hooks (#588) 2024-12-28 08:44:36 -05:00
lua.md Document sound functions 2024-12-16 20:18:28 -05:00
structs.md Gfx set command: v2 + Gfx/Vtx dynamic alloc (#718) 2025-04-12 18:19:14 -04:00