Commit Graph

502 Commits

Author SHA1 Message Date
VDm
ba21fb2994 fix(ui): fix height calculation of CLayoutFrame 2025-03-29 23:33:38 +04:00
VDm
a15b5de3bf feat(glue): update handlers for StatusDialogClick 2025-03-29 23:32:33 +04:00
VDm
31f4103f12 feat(glue): make character selection screen available 2025-03-29 23:31:27 +04:00
VDm
b9b070830f feat(glue): add global variables for CGlueMgr 2025-03-29 23:28:52 +04:00
VDm
d18d8acc43 feat(gx): add constructors of CGxFormat 2025-03-29 23:23:47 +04:00
VDm
29bae200f3 fix(console): use CVar value for hardware cursor 2025-03-29 23:16:46 +04:00
VDm
28eecb2a09 feat(console): update SetGxCVars and UpdateGxCVars 2025-03-29 23:13:58 +04:00
VDm
758099c076 feat(console): implement RegisterGxCVars 2025-03-29 23:08:51 +04:00
VDm
841cc1a476 feat(event): add code page conversion 2025-03-29 23:03:25 +04:00
VDm
8d54e8ad0b feat(client): add PatchFiles class 2025-03-29 22:58:53 +04:00
VDm
4a74c722a4 feat(client): add CheckAvailableLocales method 2025-03-29 22:55:04 +04:00
VDm
77f4228abf feat(client): implement locale related calls 2025-03-29 22:51:38 +04:00
VDm
6e1f033e83 chore(gx): use GxBlend_AlphaKey for GxRs_BlendingMode 2025-03-29 22:45:31 +04:00
VDm
2f070a489e feat(d3d): add GxRs_Lighting case in CGxDeviceD3d::IRsSendToHw (fix cursor appearance) 2025-03-29 22:42:18 +04:00
VDm
d80e2b4b4f feat(d3d): add hardware cursor support 2025-03-29 18:04:21 +04:00
VDm
c4a516c44d feat(ui): add Tab button handler for CSimpleEditBox 2025-03-29 17:37:52 +04:00
VDm
6030a75530 feat(script): add lua_convertdecimal 2025-03-29 16:30:15 +04:00
VDm
f039d4f88c feat(ui): add FrameScript_Sprintf implementation 2025-03-28 02:40:17 +04:00
VDm
465b3844de feat(ui): implement SetFocus and ClearFocus script methods (CSimpleEditBox) 2025-03-28 00:54:37 +04:00
VDm
03ba4ccbb1 chore(ui): replace sub_960420 with existing FrameScript_GetColor 2025-03-28 00:34:20 +04:00
VDm
6c76720c04 fix(ui): fix typo in FrameScript_GetColor 2025-03-28 00:31:39 +04:00
VDm
f525e600a2 feat(ui): add Script_GetBuildInfo 2025-03-28 00:25:15 +04:00
VDm
a9bb4ccdce feat(ui): implement SetBackdropColor/SetBackdropBorderColor script methods 2025-03-28 00:06:53 +04:00
VDm
1ad95653c7 feat(ui): add CBackdropGenerator::SetVertexColor 2025-03-27 22:30:09 +04:00
VDm
49e2e439c2 chore(net): set localChallenge value to zero in HandleAuthChallenge 2025-03-27 20:46:28 +04:00
superp00t
f1d1dad08b chore(build): upgrade dependencies 2024-12-09 13:14:00 -05:00
superp00t
b6ee76054f refactor(gx): name all function parameters in header 2024-11-28 05:00:33 -05:00
superp00t
6bb67d8a44 chore(build): upgrade dependencies 2024-11-22 04:54:41 -05:00
superp00t
1721e09741 fix(gx): reflect OG behavior better in Screen 2024-09-10 20:30:24 -04:00
superp00t
c90a7e2ad8 style(build): space after control flow 2024-09-10 20:29:20 -04:00
superp00t
7240aa5dd2 fix(gx): removed DirectXMath-less matrix multiplication shim 2024-09-10 20:21:03 -04:00
superp00t
90a75ca55c chore(build): link standard libraries statically in MinGW 2024-09-08 19:53:50 -04:00
superp00t
71a13b65df fix(build): disable non-library Lua source files that break MinGW finding WinMain 2024-09-08 12:10:21 -04:00
superp00t
0770f6f347 chore(build): upgrade dependencies 2024-09-08 11:13:11 -04:00
superp00t
de4ea78e8f fix(build): correctly configure GLSDL on windows 2024-09-07 22:34:12 -04:00
superp00t
0fb3dea2ee fix(app): resource compilation on MinGW 2024-09-07 20:44:57 -04:00
superp00t
c9829ca5e1 feat(app): specific WHOA_APP_DEBUG macro passed to resource file 2024-09-07 19:44:07 -04:00
superp00t
0080934ed9 fix(app): use forward slash for resource files 2024-09-07 14:39:13 -04:00
superp00t
1325fc9b1f feat(gx): include directxmath when not on MSVC 2024-09-07 14:23:28 -04:00
superp00t
3e77eb935a feat(gx): add directxmath for MinGW 2024-09-07 13:54:54 -04:00
superp00t
0d09dee4b3 refactor(sound): use changed STORM_LOG defines 2024-09-07 13:05:38 -04:00
superp00t
eeee2fffe3 chore(build): upgrade dependencies 2024-09-07 13:02:24 -04:00
superp00t
44617f6ed7 fix(test): resort link order to prevent error 2024-09-07 01:01:10 -04:00
superp00t
db75585bb4 style(build): pretty 2024-09-07 00:00:15 -04:00
superp00t
b0566ad8d7 feat(client): OsGui functions for linux 2024-09-06 23:39:33 -04:00
superp00t
eef37c109d fix(gx): if WHOA_BUILD_GLSDL, link SDL2 to event module 2024-09-06 14:17:24 -04:00
superp00t
ddcdff5e51 fix(gx): use std::abs instead of std::fabsf 2024-09-06 14:00:38 -04:00
superp00t
fc79e77e56 chore(build): upgrade dependencies 2024-09-06 13:48:24 -04:00
superp00t
0ec76b4305 chore(build): add cursor module to source 2024-09-06 12:33:11 -04:00
superp00t
9fc5476ef7 feat(gx): add broken cursor drawing implementation 2024-09-06 12:32:50 -04:00