sm64coopdx/data
PeachyPeach 834512a5c5
Fix Lua/custom behaviors bugs and flaws (#1229)
* improve custom behaviors logic

* clarify description of get behavior functions; get name returns last name instead of first; create generic name only when needed

* review

* fix potential buffer overflow
2026-05-19 10:56:08 +10:00
..
behavior_data.c Fix Lua/custom behaviors bugs and flaws (#1229) 2026-05-19 10:56:08 +10:00
behavior_table.c Fix Lua/custom behaviors bugs and flaws (#1229) 2026-05-19 10:56:08 +10:00
dynos.c.h Fix djui hud texture unsupported formats (#995) 2025-11-20 11:44:02 +10:00
dynos.cpp.h Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos.h Unify renderers into one build, add renderer selectionbox (#1218) 2026-05-09 19:46:29 -04:00
dynos_bin_actor.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10: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 Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_behavior.cpp Fix Lua/custom behaviors bugs and flaws (#1229) 2026-05-19 10:56:08 +10:00
dynos_bin_col.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_common.cpp Basic Vertex Point Lighting Engine (#716) 2025-03-27 16:36:02 -04:00
dynos_bin_compress.cpp ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
dynos_bin_geo.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_gfx.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_legacy.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10: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 Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_lvl_validate.cpp Add lua params support to level macros (allocate dialog pt. 2) (#905) 2025-09-13 20:36:28 +02: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 Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_pointer.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_read.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_rooms.cpp DynOS Bin Compression (#131) 2022-06-25 00:52:53 -07:00
dynos_bin_tex.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_bin_texlist.cpp Enforce function pointers types in dynos 2025-08-17 19:27:41 +02: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 Regenerate DynOS assets when source files are modified (#873) 2025-07-02 23:24:35 +10:00
dynos_bin_vtx.cpp Add G_PACKED_NORMALS Geo Mode from F3DEX3 (#768) 2025-04-25 15:07:31 -04:00
dynos_c.cpp Fix djui hud texture unsupported formats (#995) 2025-11-20 11:44:02 +10:00
dynos_cmap.cpp optimised loading the mod cache (#1222) 2026-05-09 11:13:08 -04:00
dynos_cmap.cpp.h optimised loading the mod cache (#1222) 2026-05-09 11:13:08 -04:00
dynos_gfx_init.cpp Add mod development mode (#851) 2025-06-22 19:07:15 +10:00
dynos_level.cpp some fixes for dynos, and a crash fix (#1040) 2025-12-26 12:59:47 +10:00
dynos_main.cpp Gfx set command: v2 + Gfx/Vtx dynamic alloc (#718) 2025-04-12 18:19:14 -04:00
dynos_mgr_actor.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_mgr_anim.cpp Scale bone anim support (#1215) 2026-05-05 00:15:00 +02:00
dynos_mgr_bhv.cpp some fixes for dynos, and a crash fix (#1040) 2025-12-26 12:59:47 +10:00
dynos_mgr_builtin.cpp Introduce this new pack in a more proper reviewable manner (#1192) 2026-04-21 23:41:44 -04:00
dynos_mgr_builtin_externs.h Show Ping option (#889) 2025-07-29 22:39:36 +10:00
dynos_mgr_builtin_tex.cpp Fix djui hud texture unsupported formats (#995) 2025-11-20 11:44:02 +10:00
dynos_mgr_col.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_mgr_gfx.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_mgr_lvl.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_mgr_moddata.cpp Gfx/Vtx improvements (#756) 2025-04-24 14:03:17 +10:00
dynos_mgr_moddata.hpp Fix Texture type; add various get_name functions (#945) 2025-09-15 20:59:26 +02:00
dynos_mgr_models.cpp Fix warnings and some bugs 2025-07-02 18:49:44 +02:00
dynos_mgr_movtexqc.cpp Fix DynOS generation bug with duplicates (#1220) 2026-05-18 07:50:20 +10:00
dynos_mgr_pack.cpp path separators 2026-04-03 00:23:31 +02:00
dynos_mgr_tex.cpp Fix get_texture_info and add HOOK_ON_DYNOS_PACKS_TOGGLED (#1181) 2026-04-21 21:22:18 -04:00
dynos_misc.cpp massive performance improvements for add_scroll_target (#1219) 2026-05-08 20:57:06 +10:00
dynos_warps.cpp Reset pause menu hidden on network shutdown (Oldest mistake in the book) 2025-11-23 20:19:05 -05:00