Commit graph

81 commits

Author SHA1 Message Date
smallmodel
8e05347ba0
Moved CL_FinishedIntro and SV_CheckSaveGame to qcommon.h 2023-08-14 01:27:13 +02:00
smallmodel
f3affb3d4c
Implemented DontLocalize and FadeSequence from mohaas 2023-07-30 00:56:54 +02:00
smallmodel
a86ed01ba3
Fixed shader tiling being bad with virtual scaling on mohaas/mohaab 2023-07-29 23:18:31 +02:00
smallmodel
d40755eb7c
Added MouseAwayCommand. (this fixes main menu with items staying hovered in mohaas/mohaab) 2023-07-29 23:18:22 +02:00
smallmodel
ce7599cb02
Set column padding 2023-07-29 22:31:16 +02:00
smallmodel
ea3c48af02
Fixed double-click not working 2023-07-29 19:41:29 +02:00
smallmodel
add59ad12a
Implemented UIListBase::TrySelectItem and UIListBase::KeyEvent 2023-07-29 19:30:22 +02:00
smallmodel
53eecb4d4c
Fixed compare function being wrong 2023-07-29 19:29:52 +02:00
smallmodel
c732ed66b2
Set default alpha to 1.0 2023-07-28 21:45:19 +02:00
smallmodel
50d62f1505
Exported EV_UIListBase_ItemDoubleClicked and EV_UIListBase_ItemSelected 2023-07-27 22:43:24 +02:00
smallmodel
1438c052b4
Rearranged include files 2023-07-18 00:08:30 +02:00
smallmodel
69c2ea4614
Using font system from SH/BT to support different code pages 2023-07-17 00:24:04 +02:00
smallmodel
d7700ea1c2
Call ReregisterMaterial instead of RefreshMaterial 2023-07-09 20:15:47 +02:00
OM
c287638f99 Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
OM
6f1b23ddb8 Added **"scalecvar"** widget command (used by Spearhead and Breakthrough compass) 2023-05-29 20:32:22 +02:00
OM
3d223f5a5d Updates 2023-05-27 15:36:19 +02:00
OM
dc45c33c79 ioq3 updates 2023-05-26 20:53:00 +02:00
OM
238e94b4d5 Don't assert if *cls* is NULL 2023-05-21 19:59:12 +02:00
OM
0c18e0e26c Exports *UI_UpdateCenterPrint* and *UI_UpdateLocationPrint* 2023-05-21 19:58:59 +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
5f598cf1f9 Fixed the buttons not drawing as intended 2023-05-21 00:00:46 +02:00
OM
4e66f2482f Fixed minimize / maximize buttons not working/showing as intended 2023-05-21 00:00:27 +02:00
OM
f873fd447f Fixed vertical scrolling color 2023-05-20 23:59:54 +02:00
OM
a4123f65b3 Implemented UIStatus 2023-05-20 23:59:44 +02:00
OM
95230a8d0a Added list destructor 2023-05-20 14:57:06 +02:00
OM
c4502469f4 Partially implemented UIListBox and UIList 2023-05-20 02:15:52 +02:00
OM
c2cb15a1d1 Implemented UIListCtrl 2023-05-20 01:52:31 +02:00
OM
f523c32044 Partial implementation of UIList 2023-05-20 01:19:17 +02:00
OM
5ac5632e59 Export *CL_FinishedIntro* and *UI_StartStageKeyEvent* 2023-05-20 01:02:14 +02:00
OM
356e7c51fc Fixed widget alignment problem 2023-05-19 15:44:31 +02:00
OM
1f484e3e15 Implemented *UIDMConsole::KeyEnter* 2023-05-18 00:54:56 +02:00
OM
8beec0a84d Using size_t for UIFont::Print 2023-05-18 00:54:37 +02:00
OM
f66475d957 Moved item_t structure to each UI*Box 2023-05-18 00:54:25 +02:00
OM
78f810e943 Delete font when destroying *UIWidget*
Calling *IsDead()* instead of *BindActive* in *UIWidget::SendSignal*
2023-05-17 21:50:50 +02:00
OM
8e14620067 Fixed *UIWindowManager::getResponder* returning immediately 2023-05-17 21:49:59 +02:00
OM
e3b5279f2e Added UIFloatingWindow destructor 2023-05-17 21:49:37 +02:00
OM
c7bc06746c Added floatingconsole destructors
UIFloatingDMConsole is now partially implemented
2023-05-17 21:49:20 +02:00
OM
cb0aab4aa2 Initialize m_clicktime to -20000 2023-05-17 19:09:49 +02:00
OM
7268d9a733 Stack overflow fix with lines 2023-05-17 19:09:25 +02:00
OM
4a2278ffc7 Small m_background_color tweak by default 2023-05-17 19:08:48 +02:00
OM
e0c2329e44 Multiply by 60 always 2023-05-17 19:08:28 +02:00
OM
63c5057a45 Moved HUD_WINDOW_COLOR to UWindowColor 2023-05-17 19:07:22 +02:00
OM
407a30408d Fixed unmovable window 2023-05-17 17:38:17 +02:00
OM
0dc31e22b4 Fixed vertical scrollbar upper arrow 2023-05-17 17:38:11 +02:00
OM
da89c99586 Implemented *UIConsole::AddHistory* and *UIConsole::OnSizeChanged* 2023-05-17 17:31:09 +02:00
OM
55b91adb45 Implemented the vertical scrollbar 2023-05-17 17:30:22 +02:00
OM
0b14732f9e Fixed *IterateFromTail* 2023-05-17 17:29:39 +02:00
OM
2bbba486a4 Semi-console implementation 2023-05-17 15:54:51 +02:00
OM
7eeec056c8 Semi vertscroll implementation 2023-05-17 15:54:31 +02:00