Commit graph

546 commits

Author SHA1 Message Date
OM
92e2d42e19 Pre-added marks functions 2023-05-19 02:09:28 +02:00
OM
58e5e3fd63 Added multi-texture GL values
Don't iterate the stage if it has a skyAlpha gen near invisibility
2023-05-19 02:09:13 +02:00
OM
b61c7b3988 Fog fixes 2023-05-19 02:08:32 +02:00
OM
ee030f27e2 Early implementation of fog and sky portal 2023-05-19 00:29:13 +02:00
OM
03100b47c1 Set the project name to openmohaa 2023-05-18 20:24:09 +02:00
OM
67444b0f15 Fixed sound being muted on startup 2023-05-18 20:21:38 +02:00
OM
f6ae9a2b43 Incremented the version number 2023-05-18 20:16:19 +02:00
OM
98cd85bc9a Fixed compilation under Linux 2023-05-18 20:07:54 +02:00
OM
448e9010dc Fixed alias random indexes being wrong 2023-05-18 19:47:50 +02:00
OM
ce69ed75f7 Reverted to Quake 3 sound system 2023-05-18 19:47:37 +02:00
OM
6ac70d6b7c Fixed terrain patch not drawing properly 2023-05-18 18:51:45 +02:00
OM
4f588d939d Prevent spawning a tempmodel that has the world as a tempmodel 2023-05-18 18:45:25 +02:00
OM
f6ebdd1998 Better multitexture / bundle support 2023-05-18 18:17:32 +02:00
OM
7438dd709c Fixed terrain unpacking 2023-05-18 18:17:18 +02:00
OM
1207b46937 Fixed terrains vertices being wrongly rendered 2023-05-18 17:15:52 +02:00
OM
497f853171 Fixed terrain varnodes being badly loaded 2023-05-18 17:14:00 +02:00
OM
4984f8b925 nextBundle fix 2023-05-18 16:40:17 +02:00
OM
a1d581df39 Introducing full LOD terrain support 2023-05-18 14:41:37 +02:00
OM
6db89a5440 Wrong dedicated condition for CL_SetFrameNumber 2023-05-18 01:40:18 +02:00
OM
4671aa9893 Replaced memset with a *for* loop 2023-05-18 01:36:13 +02:00
OM
4d66b35ba1 Added *SV_SetFrameNumber* and *CL_SetFrameNumber* so TIKI cache can get refreshed 2023-05-18 01:35:58 +02:00
OM
4b6bb674c5 Set the console name to OpenMoHAA 2023-05-18 01:13:32 +02:00
OM
c9a4fc65a2 Implemented the dm box 2023-05-18 01:13:11 +02:00
OM
d84b22aa5c Using boxstate_t namespace 2023-05-18 01:03:44 +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
5bef94f671 Implemented UIGMBox 2023-05-18 00:54:12 +02:00
OM
08ba82bcb6 Fixed DMConsoleCommandHandler crash
Fixed UI_PrintConsole not printing to the correct box
2023-05-18 00:53:47 +02:00
OM
2c5225bce2 Removed Quake3 colors 2023-05-18 00:53:13 +02:00
OM
1e18b027a0 Fixed Listener::EventPending always returning true regardless of the event 2023-05-18 00:52:27 +02:00
OM
44b69efde5 Implemented console hiders 2023-05-17 21:51:09 +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
d074eea927 Using AddObject instead of AddUniqueObject 2023-05-17 21:48:42 +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
64934be8bc Fixed *str::str* crashing on 0-length string 2023-05-17 19:08:10 +02:00
OM
d232388e2d Fixed message colors 2023-05-17 19:07:32 +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
699f8b1b01 *UI_PrintConsole*: Fixed the console always printing after the first character 2023-05-17 17:30:07 +02:00
OM
0b14732f9e Fixed *IterateFromTail* 2023-05-17 17:29:39 +02:00