sm64coopdx/data
Isaac0-dev c9e4efdb31
custom level fixes and fixes from other pr (#483)
clean up custom level code
    fixed a bug where custom level course numbers weren't used by dynos warps
    removed a bunch of unused dynos code
    fix demos triggering incorrectly
    allowed the right Ctrl key to be used when opening the in game console
    fixed a softlock that was possible to experience when talking to the snowman in CCM
    fixed the bug where you can permanently lose your cap (bug created by my own PR from beta 32)
    fix the moderator feature I made a while back; I am amazed it even worked at all before
    fixed dynos warp initial actions being skipped (read ec8aabc for explanation)
    completely changed the way star names and course names work
2023-10-27 16:42:27 -07:00
..
behavior_data.c Force hidden 1up triggers to be invisible and E_MODEL_NONE 2023-10-26 16:53:50 -07:00
behavior_table.c Adds support for compiling other regions (#378) 2023-05-03 00:54:25 -07:00
dynos.c.h custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos.cpp.h custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos.h Load all models into dynamic memory, and store them in a way for reuse 2023-05-12 16:15:35 -07:00
dynos_bin_actor.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_ambient_t.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_animation.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_behavior.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_col.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_common.cpp Adds support for compiling other regions (#378) 2023-05-03 00:54:25 -07:00
dynos_bin_compress.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_geo.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_gfx.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_legacy.cpp DynOS Bin Compression (#131) 2022-06-25 00:52:53 -07:00
dynos_bin_light0.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_light_t.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_lights.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_lvl.cpp Update for MacOS 2023-06-23 16:40:46 -07:00
dynos_bin_lvl_validate.cpp Add level script pointer validation 2023-06-22 01:13:38 -07:00
dynos_bin_macro_object.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_movtex.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_movtexqc.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_pointer.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_read.cpp Update lang files 2023-06-14 23:25:04 -07:00
dynos_bin_rooms.cpp DynOS Bin Compression (#131) 2022-06-25 00:52:53 -07:00
dynos_bin_tex.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_texlist.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_trajectory.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_bin_utils.cpp Add Lights0 support to DynOS 2023-06-12 02:08:20 -07:00
dynos_bin_vtx.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_c.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_cmap.cpp Added another missing header 2023-03-27 16:06:55 -07:00
dynos_cmap.cpp.h Swapped out hashmap to C++ for sync objects 2023-03-27 14:29:15 -07:00
dynos_gfx_init.cpp give clients access to mod incompatible tags (#296) 2023-02-27 11:22:31 -05:00
dynos_gfx_update.cpp Attempt #3 2022-05-09 09:45:14 -07:00
dynos_level.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_main.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_mgr_actor.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_mgr_anim.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_mgr_bhv.cpp Added in-game console for DynOS and Lua errors 2023-05-19 04:20:08 -07:00
dynos_mgr_builtin.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_mgr_builtin_externs.h Update Mario, Luigi and Wario's Models (#434) 2023-07-04 16:23:34 -07:00
dynos_mgr_builtin_tex.cpp Update Mario, Luigi and Wario's Models (#434) 2023-07-04 16:23:34 -07:00
dynos_mgr_col.cpp Added a full new custom behavior system (#124) 2022-06-02 12:19:54 -07:00
dynos_mgr_lvl.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_mgr_models.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00
dynos_mgr_movtexqc.cpp Started working toward allowing disconnection 2022-05-09 07:27:47 -07:00
dynos_mgr_pack.cpp Prevent deduplication of area models - it would overwrite the areaIndex 2023-05-18 21:29:57 -07:00
dynos_mgr_tex.cpp Clear texture 1 on level init (fixes corrupt level textures) 2023-06-27 15:38:08 -07:00
dynos_misc.cpp Fixed several crashes and errors found in static analysis 2023-05-15 01:15:20 -07:00
dynos_warps.cpp custom level fixes and fixes from other pr (#483) 2023-10-27 16:42:27 -07:00