thunderbrew/src/client
VDm 957a4c7e2f
feat(glue): add realm and character handling (#7)
* fix(build): make project compilable

* feat(glue): update Character Selection screen to support switching

* fix(ui): fix CSimpleFontString::GetHeight() to use proper method

* feat(db): add static database classes from whoa-autocode

* feat(ui): use class and area IDs for Character Selection

* chore(db): update ItemRandomPropertiesRec

* feat(glue): update CCharacterSelection methods

* chore(db): uncomment DB records

* feat(glue): implement character deletion

* feat(gx): update supported text tags in GxuDetermineQuotedCode

* fix(ui): fix CSimpleFontString to use the FixedColor flag only if the string does not contain color tags

* feat(net): implement GrunLogin::LogOff

* feat(net): implement NetClient::Disconnect

* feat(login): implement trimming of realm name in LoginResponse::HandleRealmData

* feat(net): implement proper disconnection from login and realm servers

* feat(net): implement PING/PONG messages

* feat(net): add NetClient::Destroy method

* feat(net): implement ClientServices::GetRealmList (second request of Realm List)

* feat(glue): implement CGlueMgr::PollRealmList

* feat(glue): implement CGlueMgr::PollCreateCharacter

* chore(glue): add skeleton of CCharacterComponent class

* fix(build): fix build using latest features

* fix(glue): kill gotos in CGlueMgr::NetDisconnectHandler

* fix(build): include SDL3

---------

Co-authored-by: superp00t <superp00t@tutanota.com>
2025-04-16 17:32:37 -04:00
..
Client.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
Client.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ClientHandlers.cpp feat(console): hardware detection et cetera 2025-04-12 04:35:49 -04:00
ClientHandlers.hpp feat(client): add ClientHandlers for SMSG_NEW_WORLD and SMSG_LOGIN_VERIFY_WORLD 2025-03-30 00:06:18 +04:00
ClientRealmResponseAdapter.cpp feat(net): update RealmConnection::HandleCharEnum to use virtual call of RealmResponse::CharacterListReceived 2025-03-29 23:39:10 +04:00
ClientRealmResponseAdapter.hpp feat(net): update RealmConnection::HandleCharEnum to use virtual call of RealmResponse::CharacterListReceived 2025-03-29 23:39:10 +04:00
ClientServices.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
ClientServices.hpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CMakeLists.txt feat(client): prepare EnterWorld classes and methods 2025-03-30 00:02:58 +04:00
CmdLine.cpp feat(console): hardware detection et cetera 2025-04-12 04:35:49 -04:00
CmdLine.hpp refactor(client): wow launch flags should have the CMDOPT type 2025-04-01 11:08:45 -04:00
Patch.cpp feat(client): add PatchFiles class 2025-03-29 22:58:53 +04:00
Patch.hpp feat(client): add PatchFiles class 2025-03-29 22:58:53 +04:00