Commit Graph

12 Commits

Author SHA1 Message Date
VDm
7fae0d4cc8 chore(build): fix file permissions 2025-08-17 12:01:34 +03:00
VDm
d467a8aae5 chore(build): delete files with conflicting names 2025-08-17 11:50:23 +03:00
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
superp00t
efd37e3050 feat(db): load all databases together using autocode 2025-04-12 04:32:30 -04:00
superp00t
46843880ef fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros 2025-03-31 23:52:37 -04:00
fallenoak
0ef5207f4e
feat(db): load char races db 2023-02-19 21:06:38 -06:00
fallenoak
eed060e512
feat(db): add getter for num records 2023-02-19 15:24:55 -06:00
fallenoak
84c1fecfb2
feat(db): load realm configs db 2023-02-18 12:01:16 -06:00
fallenoak
57db9ca2a5
feat(db): improve accuracy of db records 2023-02-15 21:51:20 -06:00
fallenoak
ef834d938e
feat(db): add non-copy overload of WowClientDB::GetRecordByIndex 2023-02-14 23:22:10 -06:00
fallenoak
8745a5102d
feat(db): load realm categories db 2023-02-14 22:33:39 -06:00
fallenoak
c00028c214
feat(db): load achievement db 2023-02-13 23:21:25 -06:00