sm64coopdx/autogen
PeachyPeachSM64 b4c8f023d2
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
Make painting textures replaceable by Lua
Fix `textureArray` type to be recognized by autogen.

Painting textures can be replaced with the following code:
```
local tex1 = get_texture_info("texture_bottom")
local tex2 = get_texture_info("texture_top")

gPaintingValues.bob_painting.textureArray[1] = tex1.texture
gPaintingValues.bob_painting.textureArray[2] = tex2.texture
```

Texture format must be RGBA 16-bit for built-in textures or
RGBA 32-bit for mod loaded textures.
2025-10-05 12:12:14 +02:00
..
lua_constants Restored OOB death + De-sorted fields + Read-Only marked as protected (#921) 2025-08-28 18:06:55 +02:00
lua_definitions Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02:00
autogen.sh smlua event hooks refactor (#826) 2025-06-09 07:40:48 +10:00
common.py Fix Texture type; add various get_name functions (#945) 2025-09-15 20:59:26 +02:00
convert_constants.py Gfx commands to Copy Lights into Env/Prim color (#927) 2025-08-28 06:27:25 +10:00
convert_functions.py Revert "Reset Mario animations on server shutdown" 2025-09-02 20:28:03 +02:00
convert_structs.py Make painting textures replaceable by Lua 2025-10-05 12:12:14 +02: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 autogen implement structs with name after definition 2025-02-12 18:24:01 +10:00
gen_hooks.py Fix HOOK_ON_DIALOG 2025-09-13 01:26:15 +02:00
gen_math.py Fix vec3f bugs (#837) 2025-06-05 19:44:09 +10: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