Commit graph

485 commits

Author SHA1 Message Date
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
OM
5200e886d7 Fixed menus locking up, and menus not hiding 2023-05-16 19:01:44 +02:00
OM
73cf84506b Added *UIFloatingWindow::W_ClosePressed* and *UIFloatingWindow::W_MinimizePressed* 2023-05-16 19:01:21 +02:00
OM
bad116e615 Implemented uibutton.cpp 2023-05-16 19:01:01 +02:00
OM
6dfc8b8f32 Fixed signals not working properly 2023-05-16 19:00:43 +02:00
OM
2ccd63e31a Updated keys with mohaa keys 2023-05-16 19:00:15 +02:00
OM
7b0132f2fb Fixed user eyes 2023-05-16 18:59:56 +02:00
OM
d1d87edaa1 Fixed widget position 2023-05-16 16:23:13 +02:00
OM
c36757be06 Fixed layout virtualres on children widgets 2023-05-16 16:22:55 +02:00
OM
6807471464 Fixed font string position 2023-05-16 16:22:42 +02:00
OM
9787c5c235 Added more shader commands 2023-05-16 14:12:47 +02:00
OM
707de8d342 Initialize tess.vertexColorValid 2023-05-16 14:12:20 +02:00
OM
57d24335cc Made cntColors as a byte instead 2023-05-16 14:11:53 +02:00
OM
27ce5af057 *RefreshMaterial*: call Rend_RefreshMaterial instead 2023-05-16 14:11:09 +02:00
OM
5a474b84c8 Fixed UI_Update not refreshing UI in main menu 2023-05-16 14:10:50 +02:00
OM
4dcd1111fb overbright bits fix 2023-05-16 14:09:18 +02:00
OM
f47474bd27 *UIWidget::set2D*: Fixed Y position 2023-05-16 00:07:36 +02:00
OM
fb254bf4f4 *RB_CalcColorFromConstant*: fixed bad constant color 2023-05-16 00:07:22 +02:00
OM
4ef4c86808 Operating reordering 2023-05-16 00:07:03 +02:00
OM
93d6d00b4a Implemented View3D::FrameInitialized 2023-05-16 00:06:52 +02:00
OM
77b5648094 set backEnd.in2D to qtrue instead of 1 2023-05-15 21:33:25 +02:00
OM
28b434e56d Fixed backEnd.in2D being uninitialized 2023-05-15 21:26:44 +02:00
OM
b6ab949337 type fix for *CGEN_LIGHTING_GRID* 2023-05-15 21:26:33 +02:00
OM
d113d292eb Renamed *GLS_SET2D* to *GLS_DEPTHTEST_DISABLE* 2023-05-15 21:26:14 +02:00
OM
8a855f37a2 Fixed *FONT_JUSTVERT_BOTTOM* 2023-05-15 21:25:51 +02:00
OM
38e46221bd it seems that *UIWidget::getClientFrame* should return a 0 position 2023-05-15 21:25:27 +02:00
OM
2c816c0846 Fixed characters being printed on the same X offset 2023-05-15 21:24:56 +02:00
OM
9abc35bc18 Fixed colors not working properly (used floats instead of bytes) 2023-05-15 20:15:06 +02:00
OM
5b141089c3 Added support for a few colorGen_t and alphaGen_t values 2023-05-15 20:14:45 +02:00
OM
7fb4de0c6c Implemented *MenuManager::ClearMenus*
Fixed *MenuManager::ForceMenu* not registering the menu in the menu stack
2023-05-15 20:13:54 +02:00
OM
52cb234142 Made SetColor work properly
Initialize m_bgfill in *UIWidgetContainer*'s constructor
2023-05-15 20:13:04 +02:00
OM
c88a3f5a24 Fixed *UIWindowManager::DeactivateCurrentSmart* not working properly 2023-05-15 20:12:25 +02:00
OM
f93ea7ab8d Replaced float* with vec4_t 2023-05-15 20:11:53 +02:00
OM
83a6f2a03f Implemented View3D's constructor 2023-05-15 20:11:41 +02:00
OM
f4ed87b30a Fixed UI_ParseLoadMapinfo crashing 2023-05-15 20:11:23 +02:00
OM
a14db185bd Initialize m_lock to false 2023-05-15 17:27:42 +02:00
OM
dc96125c61 Implemented View3D::Draw2D 2023-05-15 17:27:31 +02:00
OM
2af3dee1d8 Implemented Set2DWindow 2023-05-15 17:27:05 +02:00
OM
0e1b92a5eb Fixed corrupted memory due to TIKI 2023-05-15 16:50:19 +02:00
OM
4b04bfaea2 Fixed weights being completely wrong 2023-05-15 16:49:44 +02:00
OM
1e843cfb78 Fixed DLL dbg suffix 2023-05-15 16:48:36 +02:00
OM
3f412058f7 Using HeapAlloc to test for memory corruption on WIN32 and DEBUG 2023-05-15 15:33:28 +02:00