Commit Graph

1032 Commits

Author SHA1 Message Date
fallenoak
424b2c5227
feat(util): add ZlibDecompress 2026-01-08 22:05:25 -06:00
fallenoak
f183ee172c
fix(build): add missing zlib files to build 2026-01-08 21:41:16 -06:00
fallenoak
eaba64cf00 feat(vendor): add zlib 1.2.2 2026-01-08 17:10:44 -06:00
fallenoak
be97e9ace8
feat(object): implement ClntObjMgrSetHandlers 2026-01-08 16:39:06 -06:00
fallenoak
a93d9a7964
feat(object): add ClntObjMgrInitializeShared 2026-01-08 16:26:32 -06:00
fallenoak
267890cafe
feat(object): add initial structure for basic client object classes 2026-01-08 15:56:39 -06:00
fallenoak
766d849d79
feat(object): add ClntObjMgrGetActivePlayer 2026-01-06 22:52:22 -06:00
fallenoak
aa2f51976f
feat(object): add ClntObjMgrGetCurrent 2026-01-06 22:50:11 -06:00
fallenoak
57a92a37d9
feat(client): create new obj mgr in LoadNewWorld 2026-01-06 22:23:30 -06:00
fallenoak
f6b717927b
feat(client): load map in ClientInitializeGame 2026-01-06 22:23:01 -06:00
fallenoak
8d5310c779
feat(glue): pass login guid through s_loginGUID in CGlueMgr::PollEnterWorld 2026-01-06 21:52:39 -06:00
fallenoak
b88f694285
feat(net): push and pop obj mgr in NetClient handlers 2026-01-06 19:12:49 -06:00
fallenoak
eee2986220
feat(object): add ClntObjMgrInitializeStd 2026-01-05 22:57:32 -06:00
fallenoak
a28a0588fc
feat(net): add NetClient::SetObjMgr 2026-01-05 22:49:38 -06:00
fallenoak
55ceac09a8
feat(client): extern g_clientConnection 2026-01-05 22:49:16 -06:00
fallenoak
02961c3511
feat(object): add ClntObjMgrPop 2026-01-05 22:34:08 -06:00
fallenoak
0e685d6fbd
feat(object): add ClntObjMgrPush 2026-01-05 22:31:29 -06:00
fallenoak
35787c4ac8
feat(object): implement ClntObjMgrGetMapID 2026-01-05 22:27:41 -06:00
fallenoak
c6eef57289
feat(component): add GetSelectionFromContext 2026-01-05 18:55:37 -06:00
fallenoak
4755595eec
feat(object): move ClntObjMgr functions to object 2026-01-05 17:05:53 -06:00
fallenoak
8700146b85
feat(glue): implement Script_GetFacialHairCustomization 2026-01-04 22:12:52 -06:00
fallenoak
c5571f2d8f
feat(glue): implement Script_GetHairCustomization 2026-01-04 22:08:18 -06:00
fallenoak
10505d0979
feat(glue): implement CCharacterCreation::GetRandomClassID 2026-01-04 20:03:06 -06:00
fallenoak
ca4b266db6
feat(glue): implement CCharacterCreation::GetRandomRaceAndSex 2026-01-04 19:53:49 -06:00
fallenoak
3827e42795
feat(client): initialize g_rndSeed in InitializeGlobal 2026-01-04 19:44:33 -06:00
fallenoak
b1126ae12c
chore(build): update typhoon 2026-01-04 19:33:46 -06:00
fallenoak
80066055e0
chore(build): update typhoon 2026-01-04 16:17:36 -06:00
fallenoak
cb589c20e6
chore(glue): correct minor inaccuracy in Script_SetSelectedRace 2026-01-04 13:51:05 -06:00
fallenoak
827706d49c
feat(glue): implement Script_SetSelectedClass 2026-01-04 13:47:45 -06:00
fallenoak
6f97bf6d5d
chore(glue): tidy up CCharacterCreation::SetSelectedRace for consistency 2026-01-04 13:27:37 -06:00
fallenoak
3d41f0cf26
feat(glue): implement CCharacterCreation::SetSelectedSex 2026-01-04 13:10:38 -06:00
fallenoak
6c3998b3b0
feat(glue): zero-initialize char prefs array in CCharacterCreation::Initialize 2026-01-03 22:03:48 -06:00
fallenoak
e37f768a8d
feat(model): add CM2Model::FreeExternalResources 2026-01-03 20:35:42 -06:00
fallenoak
6db4041b8d
feat(client): add WowClientDestroy 2026-01-02 22:07:00 -06:00
fallenoak
d5ef246bdf
feat(glue): partially implement CGlueMgr::Shutdown 2026-01-02 22:06:42 -06:00
fallenoak
f9a9b0a45a
feat(event): partially implement SynthesizeDestroy 2026-01-02 22:06:19 -06:00
fallenoak
96b6753c6f
feat(event): name EVENT_ID_CLOSE in EVENTID enum 2026-01-02 22:04:08 -06:00
fallenoak
ba8b69dd79
feat(glue): partially implement CCharacterSelection::Shutdown 2026-01-02 21:43:06 -06:00
fallenoak
d1b4474e96
feat(glue): add CharacterSelectionDisplay dtor 2026-01-02 12:52:11 -06:00
fallenoak
11cf32ac36
feat(component): clear base texture in CCharacterComponent dtor 2026-01-01 22:01:01 -06:00
fallenoak
0f1419461e
feat(glue): free existing component in CCharacterCreation::CreateComponent 2026-01-01 21:40:18 -06:00
fallenoak
1cba1cc66d
feat(component): add CCharacterComponent::FreeComponent 2026-01-01 21:39:53 -06:00
fallenoak
09acc6f421
feat(model): partially implement CM2Shared dtor 2026-01-01 21:39:15 -06:00
fallenoak
45c632781b
feat(async): add AsyncFileReadCancel 2026-01-01 21:31:47 -06:00
Tristan Cormier
4959fafac7 feat(ui): add CSimpleEditBox::OnLayerShow 2025-12-30 22:53:51 -06:00
fallenoak
fdbcf6a9f1
feat(glue): implement Script_SetSelectedRace 2025-12-30 22:53:18 -06:00
fallenoak
def6b42a7b
feat(component): add ComponentData::SetPreferences 2025-12-30 15:07:52 -06:00
fallenoak
01d0268d5c
chore(component): move ComponentData::GetPreferences to appropriate location 2025-12-30 15:06:06 -06:00
fallenoak
c6110b561e
feat(component): add CCharacterComponent::GetPreferences 2025-12-30 14:56:51 -06:00
fallenoak
db53fb07bc
feat(glue): implement Script_IsRaceClassValid 2025-12-30 11:20:59 -06:00