VDm
0950f7dae3
feat(console): add "script" command to debug LUA code
2025-08-05 23:33:45 +04:00
superp00t
0105c72da0
feat(whoa): implement the ability to shut down the client gracefully, saving CVars upon exit
2025-04-15 20:00:50 -04:00
superp00t
03fc131e2e
feat(build): compile version strings from CMake
2025-04-14 06:11:24 -04:00
superp00t
0ca9e90859
fix(console): do ctrl and shift modifier checks correctly
2025-04-14 06:09:51 -04:00
superp00t
61af2eeaaf
fix(console): implement SetCommandHandler accurately
2025-04-14 06:08:07 -04:00
superp00t
31f215ea14
feat(console): hardware detection et cetera
2025-04-12 04:35:49 -04:00
superp00t
46843880ef
fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros
2025-03-31 23:52:37 -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
77f4228abf
feat(client): implement locale related calls
2025-03-29 22:51:38 +04:00
superp00t
7a2376741d
fix(console): use WHOA_BUILD_GLSDL macro to detect whether GLSDL device is supported in g_gxApiSupported
2024-09-06 12:20:55 -04:00
superp00t
422a36cd93
fix(gx): log what api is being used when initializing device
2024-07-22 16:16:41 -04:00
superp00t
d731564ef1
fix(console): use correct logic for handling slow WTF file loading
2023-12-19 04:23:33 -05:00
superp00t
0193f00bbc
fix(console): use correct WTF\ alternate path when opening cvar
2023-12-19 04:18:17 -05:00
superp00t
25063fa34a
fix(console): createDisposition is not a bitfield but an enum
2023-12-19 04:17:05 -05:00
superp00t
d6de5b56ec
fix(console): use InternalSet() when setting the launch value of CVar gxApi
2023-12-16 20:28:23 -05:00
superp00t
4ecdf64491
fix(console): set gxApi after being hinted
2023-12-10 22:40:10 -05:00
superp00t
7859f381ce
fix(console): gxApi string comparison should be case-insensitive
2023-12-10 22:35:51 -05:00
superp00t
c6cf2814df
fix(gx): supportedApi, not supported
2023-12-10 19:02:00 -05:00
superp00t
8fe559c2d8
feat(console): allow graphics device to be initialized using hints from CVar as well as a command-line override
2023-12-10 18:56:40 -05:00
Phaneron
706c8903a1
feat(gx): add incomplete 'CGxDeviceGLSDL' ( #2 )
...
* chore(build): add vendored SDL 3.0.0 library
* chore(build): add vendored glew-cmake-2.2.0 library
* feat(console): in the presence of -opengl launch flag, change GxApi to OpenGl
* feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux
* chore(build): change SDL3 linkage from shared (bad) to to static (good)
2023-11-18 10:50:16 -05:00
superp00t
5928749866
feat(client): typos
2023-09-01 21:24:17 -04:00
superp00t
d60b85f85c
feat(client): use 'realmList' CVar when connecting to realm list server
2023-09-01 21:14:28 -04:00
superp00t
9096894a21
fix(console): query if either CTRL key is pressed in OnKeyDownRepeat
2023-08-25 16:04:34 -04:00
superp00t
a6550c7c76
fix(console): get input line in OnKeyDownRepeat
2023-08-25 16:03:43 -04:00
superp00t
eb29dfd933
feat(console): handle some repeating key input events
2023-08-25 16:02:56 -04:00
superp00t
5bb6123a43
fix(console): fix improper printing in 'cvarlist' command
2023-08-25 01:06:37 -04:00
superp00t
f6fba9b74c
fix(console): fix improper printing in 'cvarlist' command
2023-08-25 00:57:25 -04:00
superp00t
8e1869ffc1
fix(console): fix cvar iteration names
2023-08-24 23:25:55 -04:00
superp00t
0bc324fb97
fix(console): add missing argument to CVar::Set
2023-08-24 23:18:46 -04:00
superp00t
ad147508a1
fix(console): specify CVar namespace when using s_registeredCVars
2023-08-24 23:15:39 -04:00
superp00t
8e5b32555c
fix(console): CVar::Load functions are static
2023-08-24 23:12:13 -04:00
superp00t
c3827174e9
fix(console): forward declare command handlers
2023-08-24 22:40:26 -04:00
superp00t
089d5438a1
fix(console): fix SetCommandHandler
2023-08-24 22:35:39 -04:00
superp00t
17fc9017e0
feat(console): add functions to reset and default cvars
2023-08-24 22:24:47 -04:00
superp00t
1219279a2d
feat(console): load console variables from WTF files
2023-08-24 20:51:30 -04:00
superp00t
532d63bdc5
fix(console): std::size not available in C++11
2023-08-16 21:08:48 -04:00
superp00t
e257ab6c88
fix(console): include console/Console.hpp in ClearConsole command file
2023-08-16 19:35:06 -04:00
superp00t
1dfb507c53
fix(console): expose ConsoleClear() in console/Console.hpp
2023-08-16 19:29:42 -04:00
superp00t
647d2b622f
fix(console): include <cstdio>
2023-08-16 18:27:40 -04:00
superp00t
8e75a59d37
fix(console): include <cstdarg>
2023-08-16 18:23:34 -04:00
superp00t
d6965d392e
fix(console): replace definitions
2023-08-16 18:18:01 -04:00
superp00t
47e8d94842
fix(console): rename macros and add enum EXECMODE
2023-08-16 17:51:14 -04:00
superp00t
ee51e76795
fix(console): new types included
2023-08-16 17:38:37 -04:00
superp00t
394d4ac321
tidy(console): move several types into Types.hpp
2023-08-16 17:05:43 -04:00
superp00t
c05d229b2e
fix(console): remove duplicate CATEGORY
2023-08-16 17:02:55 -04:00
superp00t
3c7300a614
fix(console): include console/Command.hpp in CVar.cpp
2023-08-16 16:49:21 -04:00
superp00t
0397579ca9
fix(console): add command category enum
2023-08-16 16:44:20 -04:00
superp00t
384e52c7d1
feat(console): limited console implementation
2023-08-16 16:37:38 -04:00