toaster
1c6ca63933
K_DrawGameControl: Use _FONT enums instead of fragile laundered magic numbers
...
Fixes the Genesis font breaking all Menu font'd control visuals
2025-08-13 18:05:23 +01:00
Eidolon
cb7f437e60
Merge public master
2025-02-13 15:48:11 -06:00
Eidolon
a4d304a1f5
Update copyright years to 2025
2025-02-13 15:32:26 -06:00
Antonio Martinez
9eaf53b11f
Misc menu fixups
2024-09-27 03:28:39 -07:00
Antonio Martinez
81d6ac9f6e
FUCK A DRAWBUTTON
2024-09-27 03:28:39 -07:00
bitten2up
cfacbd91be
Fix implicit casts of int expecting 4-byte width
...
This fixes the issue with certain compilers that have int set to
different sizes by either explicitly casting or setting templates
manually
2024-05-03 17:53:53 +00:00
Sally Coolatta
c5a6968491
SRB2 -> DRRR copyright in menus folder
2024-04-05 10:18:34 -04:00
toaster
85d8cfdf85
menu_t: Add bgroutine
...
All backgrounds are now handled by a seperate routine.
This will allow more fine handling without a ton of special cases everywhere.
Creates an absolutely nasty diff because all menu_t have been updated in one blast 🥹
For the things that DO need to draw outside of GS_MENU (M_DrawOptionsCogs, the Wrongwarp), the behaviourflag MBF_DRAWBGWHILEPLAYING has also been added.
2023-12-04 20:10:03 +00:00
James R
f552791052
Add CV_ADDEDBYLUA, show all Lua cvars on the cheats menu
2023-09-01 22:13:18 +01:00
James R
f30763ce1d
Cheats menu: press Y to switch between cvars and commands
...
- Show a subset of commands:
- Commands registered by COM_AddDebugCommand
- Commands registered by Lua
2023-09-01 22:13:17 +01:00
James R
64a112e358
Pause menu: add cheats menu
...
Automatically populated with every cheat cvar.
2023-08-25 17:35:29 -07:00