sm64coopdx/src/pc/lua
Keeberghrh e02a68e221
Character Animation System (#441)
Replaces references to set_mario_animation() with set_character_animation(), but the old function still exists as a way to play any character animation on any character. Waluigi has two animations, added as a test and may not be final. Exposed new functions to Lua for usage in mods.
Primary concern is that each character requires 209 lines indicating what animations they use, similar to Character Sounds.
2023-10-27 17:43:45 -07:00
..
utils custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
smlua.c fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua.h fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_cobject.c fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_cobject.h fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_cobject_allowlist.c Fix warnings 2023-06-24 13:57:32 -07:00
smlua_cobject_allowlist.h Add object animations to Lua, add CPointer allowlist 2022-03-03 18:31:45 -08:00
smlua_cobject_autogen.c Character Animation System (#441) 2023-10-27 17:43:45 -07:00
smlua_cobject_autogen.h Add a container to animation tables so that we can track their length and stay in bounds 2023-05-10 20:57:35 -07:00
smlua_constants_autogen.c Character Animation System (#441) 2023-10-27 17:43:45 -07:00
smlua_functions.c Add set_exclamation_box_contents() (#445) 2023-07-18 18:18:02 -04:00
smlua_functions.h Add Wario's moveset based on steven's mod 2022-02-14 18:26:44 -08:00
smlua_functions_autogen.c Character Animation System (#441) 2023-10-27 17:43:45 -07:00
smlua_functions_autogen.h Even more Lua improvements 2022-01-19 19:20:57 -08:00
smlua_hooks.c allocate_mario_action fix and improvement (#453) 2023-08-18 18:55:39 +02:00
smlua_hooks.h allocate_mario_action fix and improvement (#453) 2023-08-18 18:55:39 +02:00
smlua_sync_table.c fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_sync_table.h fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_utils.c custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
smlua_utils.h fix C string typing (#459) 2023-08-18 18:31:59 +02:00