sm64coopdx/autogen
PeachyPeach 24c5a226ed
Some checks are pending
Build coop / build-linux (push) Waiting to run
Build coop / build-steamos (push) Waiting to run
Build coop / build-windows-opengl (push) Waiting to run
Build coop / build-windows-directx (push) Waiting to run
Build coop / build-macos-arm (push) Waiting to run
Build coop / build-macos-intel (push) Waiting to run
Fix mod storage load/save number (#1169)
- Fix `mod_storage_load/save_number` incorrect behavior. These functions should now be used only with numbers, not integers (see next point). The `mod_storage_load_number` can still load integer values from existing mod storage files.
- Add `mod_storage_load/save_integer` for integer values.
- Expand the range of savable values to `double` (64-bit float) and `long long` (64-bit integer) for respectively `number` and `integer` mod storage functions.
- Fix an obscure bug with `smlua_to_integer` that truncated very high integer values due to an implicit cast to double, causing floating-point imprecision issues. Thanks @yoshiweegee for the explanation.
2026-04-05 10:56:53 +10:00
..
lua_constants Add easing functions autocompletion for math.tween 2026-03-01 23:28:19 +01:00
lua_definitions Fix mod storage load/save number (#1169) 2026-04-05 10:56:53 +10:00
autogen.sh ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
common.py Bring back ChainSegment and PlayerPalette 2025-11-05 23:12:14 +01:00
convert_constants.py DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
convert_functions.py Fix nametags color and rendering order (#1150) 2026-04-04 09:37:16 +10:00
convert_structs.py get_mario_anim_part_rot() 2025-12-20 00:11:51 -05:00
extract_constants.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_display_lists.py geo_num3_switch is not a display list 2025-08-07 14:22:31 +02:00
extract_functions.py More Optimizations (#792) 2025-05-16 20:27:49 -04:00
extract_object_fields.py allow Lua to manipulate displaylists and vertices (#675) 2025-02-27 14:27:55 +10:00
extract_structs.py ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
gen_hooks.py make hook errors report the culprit file 2026-02-16 11:24:12 +10:00
gen_math.py Multi-return from C and other autogen changes (#1044) 2025-12-19 20:27:44 -05:00
gen_sound.py Fixed Wario sounds pitch/speed 2022-02-15 00:51:19 -08:00
vec_types.py More math improvements (#820) 2025-05-29 02:52:31 +02:00