thunderbrew/src/client
VDm f86f6d6d09
feat(build): add StormLib (#4)
* feat(app): add StormLib

* feat(app): add OpenArchives

* feat(util): update SFile to work with StormLib

* feat(app): update SFile

* feat(util): update SFile with logging (Windows only)

* feat(ui): implemented termination w/o notice

* chore(build): update StormLib

* chore(util): replace std::string with SStr* functions

* fix(stormlib): dwFlags argument for SFileOpenPatchArchive

* chore(ui): add Script_* stubs

* chore(util): clean up SFile::OpenEx

* chore(build): update StormLib

---------

Co-authored-by: Phaneron <superp00t@tutanota.com>
2024-02-11 17:19:18 -05:00
..
gui feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
Client.cpp feat(build): add StormLib (#4) 2024-02-11 17:19:18 -05:00
Client.hpp feat(console): toggle console access based on -console flag 2023-08-14 23:00:04 -04:00
ClientRealmResponseAdapter.cpp feat(client): implement auth response handler in realm adapter 2023-04-03 23:34:31 -05:00
ClientRealmResponseAdapter.hpp feat(client): implement auth response handler in realm adapter 2023-04-03 23:34:31 -05:00
ClientServices.cpp fix(client): define login CVars as static variables part of class ClientServices 2023-09-01 22:07:33 -04:00
ClientServices.hpp fix(client): missing static specifier 2023-09-01 21:28:09 -04:00
CMakeLists.txt chore(console): split out console library 2023-03-25 09:56:41 -05:00
CmdLine.cpp fix(command): C++11 doesn't have std::size, use sizeof 2023-08-15 03:58:53 -04:00
CmdLine.hpp fix(command): fix enums and make functions nonstatic 2023-08-15 03:39:39 -04:00
Gui.hpp feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00