Commit Graph

477 Commits

Author SHA1 Message Date
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
851c1aea5b fix(util): remove placeholder OsCreateDirectory 2023-08-24 21:29:44 -04:00
superp00t
2fbae5bf52 fix(util): correct string empty checks 2023-08-24 21:25:02 -04:00
superp00t
1219279a2d feat(console): load console variables from WTF files 2023-08-24 20:51:30 -04:00
superp00t
b2a7a3d4ca chore(build): update dependencies 2023-08-24 20:49:17 -04:00
superp00t
3f238e2b10 chore(build): update dependencies 2023-08-23 19:43:40 -04:00
superp00t
dc83513147 chore(build): update dependencies 2023-08-23 18:25:34 -04:00
superp00t
5c75a80a15 fix(event): use ExitProcess() to actually exit on Windows, exit() doesn't work 2023-08-17 05:43:24 -04:00
superp00t
b9b5a06067 chore(build): update dependencies 2023-08-17 02:10:50 -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
8a7d89b52f feat(gx): implement GxuFontClearBatch 2023-08-16 19:24:24 -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
Phaneron
9c3bc2203d
Merge pull request #1 from superp00t/feat-event-implement-sync-key-state
feat(event): implement synchronous key and mouse state tracking
2023-08-15 23:52:38 -04:00
superp00t
8deec105b6 chore(build): update dependencies 2023-08-15 04:42:55 -04:00
superp00t
f7bc2d96bf fix(command): C++11 doesn't have std::size, use sizeof 2023-08-15 03:58:53 -04:00
superp00t
2e0df837a9 fix(command): include <vector> for std::size function 2023-08-15 03:46:39 -04:00
superp00t
f760dd45f1 fix(command): fix enums and make functions nonstatic 2023-08-15 03:39:39 -04:00
superp00t
c171356533 chore(build): update squall dependency 2023-08-15 03:26:10 -04:00
superp00t
37460378a8 feat(console): toggle console access based on -console flag 2023-08-14 23:00:04 -04:00
superp00t
04e625f6a7 tidy(client): split CmdLine functions into separate files 2023-08-14 22:57:31 -04:00
superp00t
473d2acc81 chore(build): update dependencies 2023-08-14 22:26:39 -04:00
superp00t
a4c0a5d31c chore(build): update dependencies 2023-08-14 22:12:52 -04:00
superp00t
b408818e74 feat(client): process command-line arguments in InitializeGlobal() 2023-08-14 17:03:02 -04:00
superp00t
5acf954da7 chore(build): update squall dependency 2023-08-14 16:41:28 -04:00
superp00t
cbaf4f1dfb chore(build): update dependencies 2023-08-14 16:34:02 -04:00
superp00t
b92c658dd0 feat(app): parse command line arguments at launch on Unixlikes 2023-08-14 16:29:21 -04:00
superp00t
bc5b5ccdac chore(build): update dependencies 2023-08-04 23:37:29 -04:00
superp00t
61542dece9 chore(build): rehome dependencies 2023-08-04 01:58:43 -04:00
superp00t
3ee7e489aa feat(event): implement synchronous key and mouse state tracking 2023-04-29 23:12:53 -04:00
fallenoak
df1ab32267
feat(console): animate console open and close 2023-04-17 22:44:44 -05:00
Tristan 'Natrist' Cormier
56092c6700
feat(console): partially implement console key down handler 2023-04-17 21:10:10 -05:00
fallenoak
884e491b25
chore(ui): clean up script handlers for CScriptObject 2023-04-17 18:15:40 -05:00
fallenoak
bc1ce52f7d
chore(gx): use uint32_t union member in CGxStateBom when appropriate 2023-04-17 16:52:11 -05:00