sm64coopdx/src/pc/lua/utils
PeachyPeach 467b22e939
Some checks failed
Build coop / build-ubuntu (push) Has been cancelled
Build coop / build-windows (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Gfx set command: v2 + Gfx/Vtx dynamic alloc (#718)
* set_gfx_command part 2

* part 3

* get gfx/vtx from name; copy gfx/vtx

* gfx/vtx dynamic allocation lua

* gfx/vtx_new: don't take level/model/vanilla names

* Clean up gbi constants

* update example

* Isaac review; add gfx_get_next_command and vtx_get_next_vertex

* make all commands length 1; missing NULL checks
2025-04-12 18:19:14 -04:00
..
smlua_anim_utils.c remove animation dma tables, and provide mods more access to mario animations (#47) 2024-05-21 21:17:30 +10:00
smlua_anim_utils.h Document smlua_*_utils.h files (16.94%) 2024-12-07 21:53:08 -05:00
smlua_audio_utils.c Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
smlua_audio_utils.h Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
smlua_camera_utils.c This new camera code is NOT up to pollos standards. 2025-03-18 23:06:36 -04:00
smlua_camera_utils.h This new camera code is NOT up to pollos standards. 2025-03-18 23:06:36 -04:00
smlua_collision_utils.c add a way to find surface types in collision 2024-11-22 08:57:37 +10:00
smlua_collision_utils.h Documentation of mario.h, mario_actions_airborne.c, mario_actions_automatic.c, mario_actions_cutscene.c, and mario_actions_moving.c (#601) 2024-12-31 21:00:54 -05:00
smlua_deprecated.c Fix compilation warning 2024-12-11 23:57:34 -05:00
smlua_deprecated.h Document smlua_*_utils.h files (16.94%) 2024-12-07 21:53:08 -05:00
smlua_gfx_utils.c Gfx set command: v2 + Gfx/Vtx dynamic alloc (#718) 2025-04-12 18:19:14 -04:00
smlua_gfx_utils.h Gfx set command: v2 + Gfx/Vtx dynamic alloc (#718) 2025-04-12 18:19:14 -04:00
smlua_level_utils.c Fixing smlua_level_util_get_info_from_short_name typing and bug reintroduced by commit cc4f4e9 - Instant Warp Function (#494) 2023-10-30 17:53:03 -04:00
smlua_level_utils.h Document smlua_*_utils.h files (16.94%) 2024-12-07 21:53:08 -05:00
smlua_math_utils.c Additional Fix for sqr, max, and min Functions Focusing on Improved Performance and Documentation Support (#529) 2024-11-28 08:56:16 +10:00
smlua_math_utils.h Add descriptions to the auto-doc (#545) 2024-12-07 11:31:11 -05:00
smlua_misc_utils.c Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
smlua_misc_utils.h Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
smlua_model_utils.c add obj_get_model_id_extended, remember regular model ids 2025-03-04 15:09:09 +10:00
smlua_model_utils.h add obj_get_model_id_extended, remember regular model ids 2025-03-04 15:09:09 +10:00
smlua_obj_utils.c Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
smlua_obj_utils.h Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
smlua_text_utils.c corrected some issues with smlua_text_utils 2024-12-10 10:58:34 +10:00
smlua_text_utils.h Re-expose function 2025-01-10 19:04:55 -05:00