thunderbrew/src/gx/font
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
..
CGxFont.cpp chore(build): update libs 2023-03-27 17:46:26 -05:00
CGxFont.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CGxString.cpp feat(glue): add realm and character handling (#7) 2025-04-16 17:32:37 -04:00
CGxString.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
CGxStringBatch.cpp feat(gx): remove placeholder gx caps (#45) 2023-03-09 22:29:33 -06:00
CGxStringBatch.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FaceData.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
FaceData.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FontFace.cpp fix(gx): use correct ordering when closing and nulling font face self reference 2023-02-21 16:00:19 -06:00
FontFace.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FreeType.cpp chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
FreeType.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
FreeTypeInternal.cpp fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros 2025-03-31 23:52:37 -04:00
FreeTypeInternal.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Types.hpp chore: initial commit 2023-01-02 13:17:18 -06:00
Wrap.cpp chore: initial commit 2023-01-02 13:17:18 -06:00
Wrap.hpp chore: initial commit 2023-01-02 13:17:18 -06:00