thunderbrew/src/console
2025-03-09 22:42:42 +04: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): use correct logic for handling slow WTF file loading 2023-12-19 04:23:33 -05:00
CVar.hpp feat(client): implement locale related calls 2025-03-01 23:41:31 +04:00
Device.cpp fix(d3d): fix hardware cursor 2024-12-11 00:20:01 +04:00
Device.hpp chore(console): split out console device functions 2023-04-02 08:37:11 -05:00
Handlers.cpp fix(console): revert OnChar handler due to the fact that the original console does not support Unicode 2025-03-09 22:42:42 +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