sm64coopdx/src/pc/lua
Blockyyy 5d39741be1 Delete star flags (#501)
* Expose save_file_remove_star_flags

* new packet

added a new packet type and two new functions

* oops

* create packet_save_remove_flag.c

move the new network functions to a new file

* Switch u32 to u8

Switched courseStarsToRemove from u32
 to u8 for consistency

* fixed the function

-Fixed empty save file marked as existing
-Fixed SAVE_FILE_EXISTS flag being deleted
-Fixed removing ALL flags from the remote saves
2023-11-14 20:40:34 -05:00
..
utils Add first person functions to Lua 2023-11-12 09:53:08 -05: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 Improve first person and add gFirstPersonCamera 2023-11-11 16:49:46 -05: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 Improve first person and add gFirstPersonCamera 2023-11-11 16:49:46 -05:00
smlua_cobject_autogen.h Improve first person and add gFirstPersonCamera 2023-11-11 16:49:46 -05:00
smlua_constants_autogen.c Add ON_COLLIDE_LEVEL_BOUNDS hook 2023-11-12 19:28:38 +01:00
smlua_functions.c ENHANCE_LEVEL_TEXTURES and make all DynOS textures overridable in Lua 2023-11-11 12:15:32 -05: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 Delete star flags (#501) 2023-11-14 20:40:34 -05:00
smlua_functions_autogen.h
smlua_hooks.c Added HOOK_ON_RENDER_BEHIND, deprecated djui_hud_set_render_behind_hud() 2023-11-08 19:53:27 -05:00
smlua_hooks.h Add ON_COLLIDE_LEVEL_BOUNDS hook 2023-11-12 19:28:38 +01:00
smlua_sync_table.c Added bounds checking to gActiveMods.entries[] 2023-11-08 19:53:36 -05:00
smlua_sync_table.h fix C string typing (#459) 2023-08-18 18:31:59 +02:00
smlua_utils.c ENHANCE_LEVEL_TEXTURES and make all DynOS textures overridable in Lua 2023-11-11 12:15:32 -05:00
smlua_utils.h ENHANCE_LEVEL_TEXTURES and make all DynOS textures overridable in Lua 2023-11-11 12:15:32 -05:00