sm64coopdx/src/pc
Cooliokid956 85ab20357d
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
Restored OOB death + De-sorted fields + Read-Only marked as protected (#921)
* De-sort fields + Add `protected`

This fixes the atrocious ordering in autocomplete (a,b,g,r 😭)
also adds the protected scope for read-only fields

_ReadOnlyTable revision

* Restored OOB death (when alone)

also bubbles the player

* Rerun autogen

* Peachy Review

* kill goto

* Curly Brace
2025-08-28 18:06:55 +02:00
..
audio Fix linux compilation errors 2024-07-02 14:16:49 -04:00
controller Bettercam refactor and cleanup (#788) 2025-05-08 08:52:06 +10:00
dev better /warp dev command 2025-03-10 21:41:53 +10:00
discord stop asking for authorisation in discord 2025-03-28 11:13:26 +10:00
djui fix a warning from previous prs 2025-08-27 09:36:30 +10:00
fs Regenerate DynOS assets when source files are modified (#873) 2025-07-02 23:24:35 +10:00
gfx Gfx commands to Copy Lights into Env/Prim color (#927) 2025-08-28 06:27:25 +10:00
lua Restored OOB death + De-sorted fields + Read-Only marked as protected (#921) 2025-08-28 18:06:55 +02:00
mods fixed non directory mod reloading for dev mode 2025-08-08 12:19:31 +10:00
mumble Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
network Add `smlua_text_utils_allocate_dialog` (#896) 2025-08-03 17:49:45 +02:00
utils much better frame pacing 2025-07-25 14:00:14 +10:00
apparition.inc.c Whoops [build] 2025-05-22 08:58:59 -04:00
chat_commands.c Move dev chat commands to pc dir 2024-03-23 10:10:15 -04:00
chat_commands.h
cliopts.c Headless mode as a CLI option (#639) 2025-01-28 10:19:38 +10:00
cliopts.h Headless mode as a CLI option (#639) 2025-01-28 10:19:38 +10:00
configfile.c Show Ping option (#889) 2025-07-29 22:39:36 +10:00
configfile.h Show Ping option (#889) 2025-07-29 22:39:36 +10:00
crash_handler.c Fix HOOK_ON_WARP and document more functions (87.18%) 2025-05-01 20:26:04 -04:00
crash_handler.h Fix HOOK_ON_WARP and document more functions (87.18%) 2025-05-01 20:26:04 -04:00
debug_context.c fixed non dev compile 2024-10-22 20:54:11 +10:00
debug_context.h Basic Vertex Point Lighting Engine (#716) 2025-03-27 16:36:02 -04:00
debuglog.h Headless mode as a CLI option (#639) 2025-01-28 10:19:38 +10:00
dialog_table.c Fix graph node interpolation (#917) 2025-08-19 08:15:30 +10:00
dialog_table.h Add `smlua_text_utils_allocate_dialog` (#896) 2025-08-03 17:49:45 +02:00
ini.c Japanese Support (#574) 2024-12-31 10:32:31 -05:00
ini.h Japanese Support (#574) 2024-12-31 10:32:31 -05:00
loading.c Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
loading.h fix some threading crashes 2024-11-26 16:28:27 +10:00
mini.h Improve mod storage & hopefully fix Cookie mod 2024-06-15 13:39:16 -04:00
mixer.c
mixer.h
nametags.c new djui hud tools: viewport, scissor and render line (#916) 2025-08-27 08:15:41 +10:00
nametags.h Fix Nametags and some interpolation jank 2024-06-27 07:39:54 -04:00
pc_main.c revise better frame pacing (#901) 2025-08-27 08:17:16 +10:00
pc_main.h Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
platform.c Fixed MacOS Resource Path Location (#617) 2025-01-07 16:27:11 -05:00
platform.h Fixed MacOS Resource Path Location (#617) 2025-01-07 16:27:11 -05:00
README-n64-fast32-engine.md
rom_assets.c Fix macOS compile errors and warnings [build] 2025-05-22 08:48:05 -04:00
rom_assets.h whoops 2025-01-14 09:35:33 +10:00
rom_checker.cpp testing actions 2025-03-08 20:12:53 +10:00
rom_checker.h Rework new user folder system, make it just read sm64ex-coop if sm64coopdx isn't present, no more copying 2024-05-16 17:15:25 -04:00
thread.c fix some threading crashes 2024-11-26 16:28:27 +10:00
thread.h fix some threading crashes 2024-11-26 16:28:27 +10:00
ultra_reimplementation.c Touch up mod storage and fix inconsistent logic with old mod_storage_load 2024-06-02 18:15:17 -04:00
update_checker.c fixed the update false alarm bug with garbage data (linux) 2025-06-09 21:07:09 +10:00
update_checker.h