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 |
|
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 |
|
OM
|
a7a224054a
|
Implemented UIFloatingWindow
|
2023-05-17 15:54:20 +02:00 |
|
OM
|
fad9529c61
|
Export W_Button_Pressed
|
2023-05-17 15:54:06 +02:00 |
|
OM
|
c1ae133cf1
|
Fixed main menu loop
|
2023-05-17 15:53:53 +02:00 |
|
OM
|
cf14b84876
|
Using MOHAA's R_CreateImage and R_LoadImage
|
2023-05-17 00:25:27 +02:00 |
|
OM
|
3f2d62db4a
|
Fixed no mipmaps shader, better quality for UI
|
2023-05-17 00:05:22 +02:00 |
|
OM
|
717a56c116
|
*CG_LandingSound*: Initialize iEffectNum to -1
|
2023-05-16 23:49:44 +02:00 |
|
OM
|
21958db630
|
Made static models rendering work
|
2023-05-16 23:35:39 +02:00 |
|
OM
|
bba11beb39
|
Reset static models rendering properly
|
2023-05-16 23:34:50 +02:00 |
|
OM
|
0e33f8258a
|
*TIKI_GetSkelAnimFrame2*: fixed radius/mins/maxes parameters being unused
|
2023-05-16 22:04:07 +02:00 |
|
OM
|
8ff70d1ceb
|
Fixed border colors
|
2023-05-16 22:02:45 +02:00 |
|
OM
|
fe0e345a8d
|
Fixed weaponbar
|
2023-05-16 22:02:25 +02:00 |
|
OM
|
6e3b83bd3a
|
Fixed the weapon bar not working properly
|
2023-05-16 20:19:25 +02:00 |
|
OM
|
08dfaa8e1e
|
Motion fixes
|
2023-05-16 20:19:13 +02:00 |
|
OM
|
a4e0e7b697
|
L_ProcessPendingEvents tweaks
|
2023-05-16 20:18:43 +02:00 |
|
OM
|
7064abc862
|
Added activation and mouse events for View3D
|
2023-05-16 19:03:10 +02:00 |
|
OM
|
4b449772b3
|
LayoutAlign fix
Return last responder in *UIWidget::FindResponder* instead
|
2023-05-16 19:02:46 +02:00 |
|
OM
|
2db3eb868a
|
Fixed view events and active controls not working properly
|
2023-05-16 19:02:16 +02:00 |
|
OM
|
32028ccf1d
|
Fixed UList crash
|
2023-05-16 19:01:57 +02:00 |
|