thunderbrew/src/client
VDm 32cfe08d0b
feat(sound): Small script related improvements
* chore(build): rename src/util/Log.* to SysMessage.*

* chore(ui): implement SetNonSpaceWrap() for error messages

* chore(ui): move Video Script methods into CGVideoOptions class

* chore(script): temporary fix GetNumOutputDrivers to eliminate loading errors

* feat(sound): add SI2 Log methods

* chore(sound): add SI2 CVars

* chore(ui): implement Script_PlayGlueMusic

* chore(sound): update SI2::Init()

* fix: resolve compilation errors in variadic macros SI2_ERR and SI2_LOG

---------

Co-authored-by: Tristan Cormier <cormiert2@outlook.com>
2024-03-05 15:53:07 -05:00
..
gui feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
Client.cpp feat(sound): Small script related improvements 2024-03-05 15:53:07 -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