Commit graph

20 commits

Author SHA1 Message Date
smallmodel
6fe1e86b31
Automatically scale UI elements for high resolutions
This fixes UI elements being tiny on high resolutions like 4K. Now most UI elements will scale automatically with resolutions above 1920x1080.
2024-11-30 22:40:00 +01:00
smallmodel
bc834b021c
Use and draw the marker material when specified
This is used by the fuse stopwatch hud
2024-11-03 15:09:47 +01:00
smallmodel
10e4d3db11
Check if the activeItem is within the configstring range to avoid leaking data 2024-10-03 19:05:56 +02:00
smallmodel
016e062fef
Fix UIReggedMaterial::ReregisterMaterial and UIReggedMaterial::GetMaterial
ReregisterMaterial() must register the material if it was registered before, and GetMaterial() must register the material if it hasn't been registered and return it
2024-07-24 21:10:46 +02:00
smallmodel
576869bda0
Fixed UIFakkLabel::Draw() implementation 2023-12-31 22:02:59 +01:00
smallmodel
e49833737d
Fixed label showing when stat alpha is 0 2023-10-03 12:21:24 +02:00
smallmodel
c442942022
Using text outlines 2023-10-03 01:49:59 +02:00
smallmodel
001704b22e
Implemented LayoutPlayerStatAlpha and LayoutStatbarShader_Marker 2023-10-03 00:48:41 +02:00
smallmodel
5f12be2037
Formatted source files 2023-10-02 19:18:25 +02:00
smallmodel
13931c40cb
Added playerstatalpha and statbar_shader_marker from 2.0 2023-10-02 19:16:12 +02:00
smallmodel
7828cddc2a
Implemented DrawStatCircle, DrawStatNeedle, DrawStatRotator DrawStatSpinner and StatCircleTexCoord. The compass HUD is now fully functional 2023-07-18 20:50:40 +02:00
OM
c287638f99 Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
OM
7b79877516 made renderer (original quake III) work with SDL 2023-05-27 22:23:03 +02:00
OM
3d223f5a5d Updates 2023-05-27 15:36:19 +02:00
OM
76178064a0 Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
OM
34f66963e3 Implemented DrawStatCompass 2023-05-19 19:26:46 +02:00
OM
9f1d35a11b Statbar fix
Implemented *UIFakkLabel::DrawStatbar*
2023-05-19 17:34:01 +02:00
OM
4e14535f08 Fixed stats not drawing properly 2023-05-19 15:44:42 +02:00
OM
21916a5ab7 Reduced compilation warnings with overrides 2023-05-11 22:48:26 +02:00
Ley0k
09bed43f97 Hard reset 2016-03-27 11:49:47 +02:00