sm64coopdx/src/pc
Isaac0-dev 0d71c6c12f
remove animation dma tables, and provide mods more access to mario animations (#47)
This removes the old animation system which would create 16 copies of the animation table, so this should use less memory. Made m->animation->targetAnim always be a pointer to the actual animation in gMarioAnims, so mods can grab the pointer and reuse it.
added get_mario_vanilla_animation to Lua, which lets a mod get any of mario's built in animations from its index.
2024-05-21 21:17:30 +10:00
..
audio Fixed over 100 code warnings 2021-08-19 18:16:16 -07:00
controller Shorten include paths by removing unnecessary "src/" 2024-04-17 17:28:38 -04:00
dev Move dev chat commands to pc dir 2024-03-23 10:10:15 -04:00
discord Prevent CoopNet and Discord activity mod name truncation 2024-03-17 21:11:08 -04:00
djui 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
fs 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
gfx 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
lua remove animation dma tables, and provide mods more access to mario animations (#47) 2024-05-21 21:17:30 +10:00
mods 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
network reset mario state on player disconnect (#44) 2024-05-14 10:12:20 +10:00
os fix C string typing (#459) 2023-08-18 18:31:59 +02:00
utils improve frame delaying and vsync (#31) 2024-05-09 23:56:54 +10:00
chat_commands.c Move dev chat commands to pc dir 2024-03-23 10:10:15 -04:00
chat_commands.h Added chat commands: /kick /ban /permban /players 2022-02-12 15:23:05 -08:00
cliopts.c Overhaul launch paremeter code 2024-03-09 23:47:39 -05:00
cliopts.h Overhaul launch paremeter code 2024-03-09 23:47:39 -05:00
configfile.c Add save file names 2024-05-11 22:05:35 -04:00
configfile.h Add save file names 2024-05-11 22:05:35 -04:00
crash_handler.c fixed a crash & memory leak from smlua_text_utils (#40) 2024-05-13 19:38:53 -04:00
crash_handler.h Remove debug code that broke on headless 2024-03-23 10:09:10 -04:00
debug_context.c sm64coopdx 2023-10-30 01:03:36 -04:00
debug_context.h loading screen (#495) 2023-11-06 14:59:17 -05:00
debuglog.h Overhaul console logging 2023-11-26 16:49:32 -05:00
ini.c Merge remote-tracking branch 'upstream/nightly' into nightly 2020-05-20 00:02:29 +09:00
ini.h Support for text-based savefiles 2020-05-18 17:44:21 +09:00
loading.c 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
loading.h Post rom extractor changes 2024-03-23 17:03:52 -04:00
mini.h Consistent capitalization 2023-12-27 17:21:13 -05:00
mixer.c Massive DynOS refactor for performance/organization 2022-04-19 21:06:18 -07:00
mixer.h properly merge refresh 10.1's audio code 2020-06-21 02:23:03 +03:00
nametags.c Fix Nametags color inconsistency 2024-05-15 18:35:13 -04:00
nametags.h sm64coopdx 2023-10-30 01:03:36 -04:00
pc_main.c 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
pc_main.h Remove DirectX 12 2024-03-30 23:57:18 -04:00
platform.c 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
platform.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
queue.h Mod storage, network_discord_id_from_local_index and other small changes (#200) 2022-09-26 19:28:26 -07:00
README-n64-fast32-engine.md Adds credit to Emil. 2020-05-10 17:47:10 -03:00
rom_assets.c 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
rom_assets.h extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
rom_checker.cpp quick patch: don't rename tmp folder if .tmp already exists (#48) 2024-05-20 12:42:06 +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
ultra_reimplementation.c Possible crash fix for osPiStartDma() 2023-04-10 17:46:45 -07:00
update_checker.c extract assets from rom at runtime (#4) 2024-03-23 16:11:30 -04:00
update_checker.h [WIP] Update checker 2024-03-07 17:33:43 -05:00