Commit Graph

3891 Commits

Author SHA1 Message Date
ManIsCat2 ca8739ea66 get out update checker part 2 2025-03-24 13:45:39 +03:30
ManIsCat2 6e96a0d0a9 ifdef out crashhandler 2025-03-24 13:21:06 +03:30
ManIsCat2 963dfcb022 ifdef these out 2025-03-24 13:13:44 +03:30
ManIsCat2 14c6a1d369 delete until we fix 2025-03-24 13:07:30 +03:30
ManIsCat2 de149e695e whatthe fuck 2025-03-24 12:57:07 +03:30
ManIsCat2 d4e08d41bb Merge remote-tracking branch 'origin/androiddev' into android-dev 2025-03-24 12:53:50 +03:30
xLuigiGamerx ae96adfef9 Temporarily disable the update checker 2025-03-24 11:33:07 +03:00
xLuigiGamerx dbcd6dacd8 Missing Config Options 2025-03-24 09:25:17 +03:00
xLuigiGamerx d255c31bd1 Readded Touch Controls Options 2025-03-24 08:58:47 +03:00
xLuigiGamerx 0a73385d72 New config option names in bettercam 2025-03-24 08:46:23 +03:00
xLuigiGamerx 67a1917bc6 Added dev branch changes from coopdx 2025-03-24 08:04:26 +03:00
Isaac0-dev 4ebb8fe2cb duplicate every instance of a display list
This is to fix writing to read only memory, which would a crash if a mod tries to modify a display list from vanilla sm64.
it also makes sure that modifications to display lists are unique to the display list it was applied to
2025-03-24 11:58:13 +10:00
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
Sploder-Saptarshi 4b53cefe7e Revert "add trash """debugging""""
This reverts commit a83f679801.
2025-03-24 00:25:09 +05:30
Sploder-Saptarshi a83f679801 add trash """debugging""" 2025-03-24 00:24:00 +05:30
ManIsCat2 28ceb309e6 attempt to add back crashandle 2025-03-23 22:10:33 +03:30
Sploder-Saptarshi 3fa58a4615 Reapply "chatgpt bad"
This reverts commit e6ff0cd2b1.
2025-03-23 21:12:20 +05:30
Sploder-Saptarshi 1146aa9aaf Revert "Update update_checker.c"
This reverts commit cc7bee6a4e.
2025-03-23 21:07:50 +05:30
Sploder-Saptarshi 0414032080 Revert "i forgor"
This reverts commit 898c582b2f.
2025-03-23 21:07:39 +05:30
Sploder-Saptarshi 35077b435a Revert "actually actually check"
This reverts commit 23faeab035.
2025-03-23 21:07:35 +05:30
Sploder-Saptarshi 90e9108c17 Revert "Update pc_main.c"
This reverts commit 26b51e7453.
2025-03-23 21:07:32 +05:30
Sploder-Saptarshi 26b51e7453 Update pc_main.c 2025-03-23 20:56:36 +05:30
Sploder-Saptarshi 23faeab035 actually actually check 2025-03-23 20:46:10 +05:30
Sploder-Saptarshi 898c582b2f i forgor 2025-03-23 20:38:33 +05:30
Sploder-Saptarshi cc7bee6a4e Update update_checker.c 2025-03-23 20:37:38 +05:30