Commit graph

13 commits

Author SHA1 Message Date
smallmodel
25f4d0199d
Use const UColor pointer 2025-01-07 00:32:03 +01:00
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
f2e32c737b
Fix the gap in the console between the bottom line and the text 2024-09-19 19:46:07 +02:00
smallmodel
8fc6b6e3c3
Correctly handle quick message and message mode for the chat window
This fixes the chat window not being put in quick message mode at all when intended, now it also correctly handle team/private message modes
2024-09-18 22:14:16 +02:00
smallmodel
cf9af20fbd
Console history and wheel scroll
Implemented KeyEvent() for both UIConsole and UIDMConsole
Added a call to AddHistory() in UIConsole::KeyEnter()
2023-08-27 18:55:49 +02:00
OM
76178064a0 Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
OM
545dc19811 Set console font to verdana-12 2023-05-21 00:01:04 +02:00
OM
1f484e3e15 Implemented *UIDMConsole::KeyEnter* 2023-05-18 00:54:56 +02:00
OM
c7bc06746c Added floatingconsole destructors
UIFloatingDMConsole is now partially implemented
2023-05-17 21:49:20 +02:00
OM
7268d9a733 Stack overflow fix with lines 2023-05-17 19:09:25 +02:00
OM
da89c99586 Implemented *UIConsole::AddHistory* and *UIConsole::OnSizeChanged* 2023-05-17 17:31:09 +02:00
OM
2bbba486a4 Semi-console implementation 2023-05-17 15:54:51 +02:00
Ley0k
09bed43f97 Hard reset 2016-03-27 11:49:47 +02:00