sm64coopdx/data
Prince Frizzy ee3a7018ab
Adds support for compiling other regions (#378)
* Initial support for compiling with EU.

* Fix EU text.

* JP now compiles, TODO: Fix Autogen to fix JP and fix text in djui.

* audio: Prevent crash in EU.

* audio: Sync EU audio to 60 Hz instead of 50 Hz

* Add logging and remove sanity check to hopefully track EU crash.

* Various improvements for EU

Improve some memory debugging
Improve sound debugging
Initalize some variables in load.c for the sound system
Synchronize the EU cutscenes with the US version.

* Fix credits music playing in EU, Document some EU audio code.

* Autogen now supports version excluded object fields and functions. Reran autogen in accordance.

* Fix some potentional shifting issues due to version differences.

* Decrease the sleep times in some spots, We do not need them to be so long. (#373)

* Add the region to the version string.

---------

Co-authored-by: djoslin0 <djoslin0@users.noreply.github.com>
2023-05-03 00:54:25 -07:00
..
behavior_data.c
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
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_animation.cpp
dynos_bin_behavior.cpp
dynos_bin_col.cpp
dynos_bin_common.cpp Adds support for compiling other regions (#378) 2023-05-03 00:54:25 -07:00
dynos_bin_compress.cpp
dynos_bin_geo.cpp
dynos_bin_gfx.cpp
dynos_bin_legacy.cpp
dynos_bin_light_t.cpp
dynos_bin_lights.cpp
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_movtex.cpp
dynos_bin_movtexqc.cpp
dynos_bin_pointer.cpp
dynos_bin_read.cpp
dynos_bin_rooms.cpp
dynos_bin_tex.cpp
dynos_bin_texlist.cpp
dynos_bin_trajectory.cpp
dynos_bin_utils.cpp
dynos_bin_vtx.cpp
dynos_c.cpp Bug fix: level_script_parse (#366) 2023-04-29 01:55:29 +02:00
dynos_cmap.cpp
dynos_cmap.cpp.h
dynos_gfx_init.cpp
dynos_gfx_update.cpp
dynos_level.cpp Adds support for compiling other regions (#378) 2023-05-03 00:54:25 -07:00
dynos_main.cpp
dynos_mgr_actor.cpp
dynos_mgr_anim.cpp custom animations no dynos (#371) 2023-04-28 21:00:17 -07:00
dynos_mgr_bhv.cpp
dynos_mgr_builtin.cpp Adds support for compiling other regions (#378) 2023-05-03 00:54:25 -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
dynos_mgr_lvl.cpp Bug fix: level_script_parse (#366) 2023-04-29 01:55:29 +02:00
dynos_mgr_movtexqc.cpp
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
dynos_misc.cpp
dynos_opt.cpp
dynos_opt_config.cpp
dynos_opt_cont.cpp
dynos_opt_render.cpp
dynos_opt_vanilla.cpp
dynos_opt_vanilla_c.c
dynos_warps.cpp