sm64coopdx/src/pc
djoslin0 2f573d17f9
Change get_game_tick_counter() to use gGlobalTimer (#853)
The old version was incrementing at the start of the code iteration, but it makes
more sense to increment after the frame is built. That way every event within one
visible game tick will get the same tick identifier

Co-authored-by: MysterD <myster@d>
2025-06-15 20:15:23 +10:00
..
audio
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 change the djui auto scale math 2025-06-14 14:35:09 +10:00
fs Reworked the platform-dependent executable paths. Quoting the command line for Discord game invites. (#188) 2024-12-27 18:05:54 -05:00
gfx disable lua vertex colors for G_PACKED_NORMALS_EXT 2025-06-09 19:03:22 +10:00
lua Change get_game_tick_counter() to use gGlobalTimer (#853) 2025-06-15 20:15:23 +10:00
mods Add a safer version of Lua's require() (#847) 2025-06-14 19:49:07 +10:00
mumble Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04:00
network mario object get optimizations (#840) 2025-06-09 20:04:24 +10:00
utils Fix vec3f bugs (#837) 2025-06-05 19:44:09 +10:00
apparition.inc.c Whoops [build] 2025-05-22 08:58:59 -04:00
chat_commands.c
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 Add missing mouse scrolling in console + Smooth Scrolling (#790) 2025-05-22 08:26:29 -04:00
configfile.h Add missing mouse scrolling in console + Smooth Scrolling (#790) 2025-05-22 08:26:29 -04: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
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
mini.h Improve mod storage & hopefully fix Cookie mod 2024-06-15 13:39:16 -04:00
mixer.c
mixer.h
nametags.c smlua event hooks refactor (#826) 2025-06-09 07:40:48 +10:00
nametags.h
pc_main.c Miscellaneous Additions: Addendum (#723) 2025-04-05 13:52:14 -04: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
thread.c
thread.h
ultra_reimplementation.c
update_checker.c fixed the update false alarm bug with garbage data (linux) 2025-06-09 21:07:09 +10:00
update_checker.h