.. |
behavior_data.c
|
Add a container to animation tables so that we can track their length and stay in bounds
|
2023-05-10 20:57:35 -07:00 |
behavior_table.c
|
Adds support for compiling other regions (#378)
|
2023-05-03 00:54:25 -07:00 |
dynos.c.h
|
Bug fix: level_script_parse (#366)
|
2023-04-29 01:55:29 +02:00 |
dynos.cpp.h
|
Bug fix: level_script_parse (#366)
|
2023-04-29 01:55:29 +02:00 |
dynos.h
|
Fix headless server compile (again) (#23)
|
2022-03-13 14:10:24 -07:00 |
dynos_bin_actor.cpp
|
Have DynOS read texture.inc.c when generating actor
|
2023-04-26 15:02:47 -07:00 |
dynos_bin_ambient_t.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_animation.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_behavior.cpp
|
Make most used and useful features built-ins (#242)
|
2023-02-26 03:15:54 +01:00 |
dynos_bin_col.cpp
|
SURFACE_RAYCAST (#177)
|
2022-09-12 19:56:24 -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
|
Enforce type lengths for bin compression
|
2022-08-05 19:12:57 -07:00 |
dynos_bin_geo.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_gfx.cpp
|
Made light maps a little less hacky
|
2023-04-28 00:22:30 -07:00 |
dynos_bin_legacy.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_light_t.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_lights.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_lvl.cpp
|
Disable compressing lvl files on every boot (is this required anymore?)
|
2023-03-30 12:15:26 -07:00 |
dynos_bin_macro_object.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_movtex.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_movtexqc.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_pointer.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_read.cpp
|
Update dynos_bin_read.cpp (#198)
|
2022-09-19 19:36:10 -07:00 |
dynos_bin_rooms.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_tex.cpp
|
Fix memory leak generating .tex files. (#295)
|
2023-02-23 00:44:51 -05:00 |
dynos_bin_texlist.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_trajectory.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_bin_utils.cpp
|
Cleanup ; recursive descent fixes ; fixed behavior override comparisons
|
2022-06-02 19:07:43 -07:00 |
dynos_bin_vtx.cpp
|
DynOS Bin Compression (#131)
|
2022-06-25 00:52:53 -07:00 |
dynos_c.cpp
|
Bug fix: level_script_parse (#366)
|
2023-04-29 01:55:29 +02: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
|
Fixed ~240 possible crashes
|
2023-05-05 23:59:58 -07:00 |
dynos_main.cpp
|
Fix crashes in various obj functions
|
2023-05-07 15:55:11 -07:00 |
dynos_mgr_actor.cpp
|
Fix crash in DynOS_Actor_AddCustom
|
2023-05-07 15:48:19 -07:00 |
dynos_mgr_anim.cpp
|
Add a container to animation tables so that we can track their length and stay in bounds
|
2023-05-10 20:57:35 -07:00 |
dynos_mgr_bhv.cpp
|
Sanity checks for the .bhv system (#293)
|
2023-02-22 15:12:09 -05:00 |
dynos_mgr_builtin.cpp
|
Add a container to animation tables so that we can track their length and stay in bounds
|
2023-05-10 20:57:35 -07:00 |
dynos_mgr_builtin_externs.h
|
djui_hud_set_rotation (#356)
|
2023-04-24 06:34:21 -04:00 |
dynos_mgr_builtin_tex.cpp
|
Adds support for compiling other regions (#378)
|
2023-05-03 00:54:25 -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
|
Bug fix: level_script_parse (#366)
|
2023-04-29 01:55:29 +02:00 |
dynos_mgr_movtexqc.cpp
|
Started working toward allowing disconnection
|
2022-05-09 07:27:47 -07:00 |
dynos_mgr_pack.cpp
|
Prevent having two DynOS packs with the same name loaded
|
2023-04-04 00:32:13 -07:00 |
dynos_mgr_tex.cpp
|
Attempt #3
|
2022-05-09 09:45:14 -07:00 |
dynos_misc.cpp
|
Scrolling textures (continued) (#175)
|
2022-09-12 19:57:28 -07:00 |
dynos_opt.cpp
|
Massive DynOS refactor for performance/organization
|
2022-04-19 21:06:18 -07:00 |
dynos_opt_config.cpp
|
Refactor coop-specific DynOS code
|
2022-03-30 23:05:53 -07:00 |
dynos_opt_cont.cpp
|
Fix headless server compile (again) (#23)
|
2022-03-13 14:10:24 -07:00 |
dynos_opt_render.cpp
|
Refactor coop-specific DynOS code
|
2022-03-30 23:05:53 -07:00 |
dynos_opt_vanilla.cpp
|
…
|
|
dynos_opt_vanilla_c.c
|
…
|
|
dynos_warps.cpp
|
Rename func_80321080 -> stop_secondary_music
|
2023-05-10 15:39:15 -07:00 |