sm64coopdx/autogen
Cooliokid956 efcfff210d
Miscellaneous additions (#711)
- Fixed script file path shortening for Windows in console errors (what I could at least, the one left unfixed is preprocessed and I can't mess with that)
- Adjusted audio sanity check messages to sound more natural
- 9 new functions added:

## `audio_stream_set_loop_points(audio, start, end)`
Sets an audio stream's loop points in samples, no longer requiring a hacky method to loop streams in mods

## `get_active_mod()`
Returns the mod currently being processed, can be used by mods with APIs to determine what they're being used by and react accordingly

## `get_area_update_counter()`
Returns `gAreaUpdateCounter`, can be used to determine various in-game statistics, as well as if the game is being updated

## Exposed several object pointers
`get_current_object()` to retrieve `gCurrentObject`
`get_dialog_object()` to retrieve `gContinueDialogFunctionObject`
`(get|set)_cutscene_focus()` to retrieve/assign `gCutsceneFocus`
`(get|set)_secondary_camera_focus()` to retrieve/assign `gSecondCameraFocus`
2025-03-24 07:31:06 +10:00
..
lua_constants HOOK_ON_DJUI_THEME_CHANGED 2024-12-11 23:55:10 -05:00
lua_definitions Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
autogen.sh Console Overhaul (#490) 2023-10-28 00:18:23 -07:00
common.py Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
convert_constants.py Miscellaneous additions (#711) 2025-03-24 07:31:06 +10:00
convert_functions.py Expose some cool math functions 2025-03-14 22:25:56 -04:00
convert_structs.py smlua use lot and lvt names rather than an index 2025-03-10 12:21:48 +10:00
extract_constants.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_functions.py Documentation of mario.h, mario_actions_airborne.c, mario_actions_automatic.c, mario_actions_cutscene.c, and mario_actions_moving.c (#601) 2024-12-31 21:00:54 -05:00
extract_object_fields.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_structs.py autogen implement structs with name after definition 2025-02-12 18:24:01 +10:00
gen_sound.py Fixed Wario sounds pitch/speed 2022-02-15 00:51:19 -08:00
vec_types.py fix mat4 optional fields 2025-01-05 08:48:38 +10:00