thunderbrew/src/console
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
..
command fix(console): std::size not available in C++11 2023-08-16 21:08:48 -04:00
Client.cpp feat(client): use 'realmList' CVar when connecting to realm list server 2023-09-01 21:14:28 -04:00
Client.hpp feat(client): use 'realmList' CVar when connecting to realm list server 2023-09-01 21:14:28 -04:00
CMakeLists.txt feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
Command.cpp fix(console): fix improper printing in 'cvarlist' command 2023-08-25 00:57:25 -04:00
Command.hpp fix(console): replace definitions 2023-08-16 18:18:01 -04:00
Console.cpp feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
Console.hpp fix(console): expose ConsoleClear() in console/Console.hpp 2023-08-16 19:29:42 -04:00
CVar.cpp fix(console): fix improper printing in 'cvarlist' command 2023-08-25 01:06:37 -04:00
CVar.hpp fix(console): CVar::Load functions are static 2023-08-24 23:12:13 -04:00
Device.cpp feat(gx): add incomplete 'CGxDeviceGLSDL' (#2) 2023-11-18 10:50:16 -05:00
Device.hpp chore(console): split out console device functions 2023-04-02 08:37:11 -05:00
Handlers.cpp fix(console): query if either CTRL key is pressed in OnKeyDownRepeat 2023-08-25 16:04:34 -04:00
Handlers.hpp feat(console): register event handlers for console 2023-04-09 22:40:32 -05:00
Line.cpp fix(console): include <cstdio> 2023-08-16 18:27:40 -04:00
Line.hpp fix(console): new types included 2023-08-16 17:38:37 -04:00
Screen.cpp feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
Screen.hpp feat(console): limited console implementation 2023-08-16 16:37:38 -04:00
Types.hpp fix(console): rename macros and add enum EXECMODE 2023-08-16 17:51:14 -04:00