superp00t
18572b35fc
fix(gx): include <storm/Unicode.hpp
2023-11-26 12:22:36 -05:00
superp00t
a336165cef
feat(gx): translate SDL_TextInput events into OS_INPUT_CHAR events
2023-11-26 12:13:32 -05:00
superp00t
c0d5e2a0c8
feat(gx): GLSDL window closes upon SDL_EVENT_QUIT
2023-11-24 23:52:34 -05:00
superp00t
73912ed71a
feat(gx): correct translation of mouse button index
2023-11-24 23:51:01 -05:00
superp00t
49bc9d5d8b
feat(gx): GLSDL window dispatches mouse button events
2023-11-24 23:25:58 -05:00
superp00t
eccf4db2e0
feat(gx): GLSDL window dispatches mouse and key events to input queue
2023-11-24 19:33:48 -05:00
superp00t
dce8a76717
chore(build): update dependencies
2023-11-18 13:49:34 -05:00
superp00t
ec66da49c5
fix(gx): when not on Windows or Linux, use dummy NewOpenGl
2023-11-18 11:30:06 -05:00
superp00t
61b7c52a3c
fix(build): vendored glew library
2023-11-18 11:16:18 -05:00
superp00t
9fbddf1864
fix(build): vendored glew library
2023-11-18 11:14:44 -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
fallenoak
83f8591082
chore(build): clean up fmod integration
2023-10-23 22:12:33 -05:00
fallenoak
de5e3fc201
chore(build): add executable-local library search paths ( #89 )
2023-10-22 22:52:05 -05:00
superp00t
934e0fb600
fix(client): define login CVars as static variables part of class ClientServices
2023-09-01 22:07:33 -04:00
superp00t
127b83f24c
fix(client): define login CVars inside ClientServices.cpp
2023-09-01 21:59:50 -04:00
superp00t
0b6ca30f7d
fix(client): include 'console/Client.hpp'
2023-09-01 21:28:54 -04:00
superp00t
77608bab14
fix(client): missing static specifier
2023-09-01 21:28:09 -04: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
93be23dacc
fix(client): include <bc/os/Path.hpp>
2023-08-24 23:30:06 -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
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