mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
|
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
* wip
* get rid of seg2_dialog_table and fix crashes
* remove unused include
* change more types to s32
* remove dialog tables from eu_translation.h
* fix dialog_table_get signature
* Change `oToadMessageDialogId` to s32
* remove exit from dialog_table_add
* warning
* calloc allocated dialogs
* avoid memcpy on allocation fail
* Move dialog entry text field init to dialog_table_init
* Free original dialog entries' text field
* Put all reset logic in one place
* Run autogen
* Remove ``get_dialog_text_ascii`` from autogen
* minor fix
* free dialog->str if replaced
* nevermind
* remove get_dialog_unmodified from autogen
* Change -1 to DIALOG_NONE
* update stuff to s32
* use growing array functions
* Change limit to something more reasonable
* add null check
* remove explicit cast
* Minor fixes
* more type fix
* peachy review
* Fix weird enums in autogen
* remove extra newline :p
* add dialog restore
* bump max dialogs just a lil bit 🥺
* add lua behavior params
* all OBJECT fields are now Lua variables
* Revert lua behavior params changes
* isaac review
* fix segfault
---------
Co-authored-by: PeachyPeachSM64 <72323920+PeachyPeachSM64@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| GL | ||
| libc | ||
| PR | ||
| stb | ||
| behavior_commands.h | ||
| behavior_data.h | ||
| behavior_table.h | ||
| command_macros_base.h | ||
| config.h | ||
| course_table.h | ||
| dialog_ids.h | ||
| display_lists.inl | ||
| eu_translation.h | ||
| geo_commands.h | ||
| gfx_dimensions.h | ||
| gfx_symbols.h | ||
| helper_macros.h | ||
| level_commands.h | ||
| level_misc_macros.h | ||
| level_table.h | ||
| luigi_sounds.h | ||
| macro_preset_names.h | ||
| macro_presets.h | ||
| macros.h | ||
| macros.inc | ||
| make_const_nonconst.h | ||
| mario_animation_ids.h | ||
| mario_geo_switch_case_ids.h | ||
| model_ids.h | ||
| moving_texture_macros.h | ||
| object_constants.h | ||
| object_fields.h | ||
| platform_info.h | ||
| prevent_bss_reordering.h | ||
| segment_symbols.h | ||
| segments.h | ||
| seq_ids.h | ||
| seq_luigi.inc | ||
| seq_macros.inc | ||
| seq_toad.inc | ||
| seq_wario.inc | ||
| sm64.h | ||
| sounds.h | ||
| special_preset_names.h | ||
| special_presets.h | ||
| surface_terrains.h | ||
| textures.h | ||
| tinfl.h | ||
| toad_sounds.h | ||
| trig_tables.inc.c | ||
| types.h | ||
| ultra64.h | ||
| wario_sounds.h | ||