sm64coopdx/docs/lua
PeachyPeach de25c5437b
Make djui_hud_measure_text compute text height (#1177)
- Change `djui_hud_measure_text` to return both text width and height
  - New syntax is: `local width, height = djui_hud_measure_text(text)`
  - Old syntax still works, but only returns `width`
- Fix incorrect char height for some fonts
- Fix nametags interpolation using the wrong scale
2026-04-05 10:00:03 +10:00
..
examples Fix gfx_set_command bug if symbol is a substring of another symbol 2025-11-08 16:46:59 +01:00
guides Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
constants.md Add surface collision Lua hooks (#1139) 2026-03-15 14:04:36 +01:00
functions-2.md Multi-return from C and other autogen changes (#1044) 2025-12-19 20:27:44 -05:00
functions-3.md Make djui_hud_measure_text compute text height (#1177) 2026-04-05 10:00:03 +10:00
functions-4.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
functions-5.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00
functions-6.md Fix nametags color and rendering order (#1150) 2026-04-04 09:37:16 +10:00
functions-7.md Add get_mod_files (#1091) 2026-03-15 21:49:01 +01:00
functions.md Fix nametags color and rendering order (#1150) 2026-04-04 09:37:16 +10:00
globals.md Final touches for geo hooks (#588) 2024-12-28 08:44:36 -05:00
lua.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
structs.md DJUI Text improvements and bug fixes (#1131) 2026-03-11 08:38:24 +10:00