Commit Graph

  • 9f9a17e172
    feat(component): implement CCharacterComponent::VariationsLoaded fallenoak 2025-10-20 00:04:36 -0500
  • d958cadb24
    chore(component): name bitpacked member variable fallenoak 2025-10-19 23:52:25 -0500
  • 872405e6f1
    feat(component): fully initialize CACHEENTRY fallenoak 2025-10-19 23:11:27 -0500
  • 46e5ddca20 chore(build): update common fallenoak 2025-10-19 22:43:30 -0500
  • 8f45b2a488 chore(build): update libs fallenoak 2025-10-19 14:44:14 -0500
  • dd0728c0f2
    chore(build): update common fallenoak 2025-10-19 22:43:30 -0500
  • 001fe625ed
    chore(build): update libs fallenoak 2025-10-19 14:44:14 -0500
  • 0ffbc8a1ae
    feat(component): add TCTEXTUREINFO fallenoak 2025-10-18 15:53:46 -0500
  • 11ce4b168e
    chore(component): tweak return type for TextureCacheCreateTexture fallenoak 2025-10-18 15:47:04 -0500
  • dcc1f26a29 fix(component): initialize s_pathEnd to prevent nullptr dereferencing Tristan Cormier 2025-10-18 10:39:28 -0400
  • fc97394372 fix(component): initialize s_pathEnd to prevent nullptr dereferencing Tristan Cormier 2025-10-18 10:39:28 -0400
  • fdc24b9bed
    feat(texture): implement TextureCacheCreateTexture fallenoak 2025-10-18 09:44:02 -0500
  • 421accf989
    feat(component): partially implement CCharacterComponent::LoadBaseVariation fallenoak 2025-10-17 22:46:17 -0500
  • bdc76b2b79
    feat(component): partially implement CCharacterComponent::SetSkinColor fallenoak 2025-10-16 22:24:27 -0500
  • 17537d454d
    feat(component): add COMPONENT_SECTIONS enum fallenoak 2025-10-16 22:23:06 -0500
  • eb40e5ff01
    feat(component): add CCharacterComponent::GetSectionsRecord fallenoak 2025-10-16 20:15:55 -0500
  • a694ba173b
    feat(component): add ComponentGetNumColors fallenoak 2025-10-16 19:57:57 -0500
  • 686bd6b0d9
    feat(component): add ComponentGetSectionsRecord fallenoak 2025-10-16 19:51:53 -0500
  • 33d817f394
    feat(component): add ComponentValidateBase fallenoak 2025-10-16 19:47:05 -0500
  • e8487187d8
    feat(component): add BuildComponentArray fallenoak 2025-10-16 17:11:11 -0500
  • 113a98c202
    feat(component): add default initializers for variation array fallenoak 2025-10-16 10:49:46 -0500
  • cf45484044
    feat(db): add CharSectionsRec fallenoak 2025-10-16 10:49:04 -0500
  • fdd2b02867
    feat(component): add CCharacterComponent::s_chrVarArray fallenoak 2025-10-16 08:57:30 -0500
  • 342bb6345f
    feat(component): add COMPONENT_VARIATIONS enum fallenoak 2025-10-16 08:44:10 -0500
  • 561840c01a
    feat(component): rename field for clarity fallenoak 2025-10-16 08:42:42 -0500
  • 8b9b943ed8
    feat(component): add CCharacterComponent::Initialize fallenoak 2025-10-15 22:46:09 -0500
  • 23fb30c2fd
    feat(component): partially implement CCharacterComponent::RenderPrepSections fallenoak 2025-10-15 22:03:56 -0500
  • 66d3579173
    feat(component): implement more of CCharacterComponent::RenderPrep fallenoak 2025-10-15 20:11:26 -0500
  • 550f7dbdd0
    feat(glue): call CGlueLoading::StartLoad from CCharacterSelection::ShowCharacter fallenoak 2025-10-15 00:37:44 -0500
  • 5277bf7f5d
    feat(glue): increment character counter in CCharacterSelection::ShowCharacter fallenoak 2025-10-14 23:44:24 -0500
  • c7e2796e1d
    feat(glue): implement CCharacterSelection::SetFacing fallenoak 2025-10-14 23:38:49 -0500
  • edf68172ab
    feat(component): improve name fallenoak 2025-10-14 23:18:45 -0500
  • 2e7cf50534
    feat(component): show default geosets in CCharacterComponent::GeosRenderPrep fallenoak 2025-10-14 23:11:36 -0500
  • 84c351c621
    chore(build): split out component lib fallenoak 2025-10-14 11:39:06 -0500
  • 4dd9dfbd78
    feat(glue): partially implement CCharacterComponent::RenderPrep fallenoak 2025-10-14 08:36:07 -0500
  • 88b93b89af feat(client): add ClientServices::Disconnect Tristan Cormier 2025-10-12 17:01:53 -0400
  • fc15f8b66a feat(client): add ClientServices::Disconnect Tristan Cormier 2025-10-12 17:01:53 -0400
  • ab346f1b42
    feat(model): add CM2Model::SetGeometryVisible fallenoak 2025-10-13 23:10:39 -0500
  • 7ba3c0730b
    feat(model): handle attachment visibility in CM2Model::AnimateMT fallenoak 2025-10-13 22:28:21 -0500
  • 578503d8ec
    feat(model): animate attached models in CM2Model::AnimateST fallenoak 2025-10-13 21:04:22 -0500
  • 1eca3a8e7f
    feat(model): implement more of CM2Model::AnimateST fallenoak 2025-10-13 20:51:39 -0500
  • 529d2e41f2
    fix(model): correct skin section visibility check in CM2Scene::Animate fallenoak 2025-10-13 20:41:14 -0500
  • 801fbc43b9
    feat(model): load skin sections in CM2Model::InitializeLoaded fallenoak 2025-10-13 20:32:08 -0500
  • d18e8cf608
    feat(glue): implement CCharacterSelection::RenderPrep fallenoak 2025-10-13 20:18:45 -0500
  • fb79622cec
    feat(model): add CM2Model::AnimateAttachmentsMT fallenoak 2025-10-13 14:47:49 -0500
  • 22710e417c
    fix(model): correct M2ModelAttachment layout fallenoak 2025-10-13 12:26:24 -0500
  • 67264fbaf6
    feat(model): load attachments in CM2Model::InitializeLoaded fallenoak 2025-10-13 12:03:38 -0500
  • 4168a96bd2
    feat(model): setup lighting for attached models in CM2Model::SetupLighting fallenoak 2025-10-13 08:50:14 -0500
  • 01190b65ca
    feat(glue): implement CCharacterSelection::ShowCharacter fallenoak 2025-10-12 22:44:09 -0500
  • cc2701986b
    feat(model): implement CM2Model::AttachToParent fallenoak 2025-10-12 22:38:43 -0500
  • c61d9ce7fc
    chore(build): update typhoon fallenoak 2025-10-12 16:27:29 -0500
  • c71d701027
    feat(model): add attachment members to CM2Model fallenoak 2025-10-12 12:08:05 -0500
  • f276902621
    feat(model): add CM2Model::GetAttachmentWorldTransform fallenoak 2025-10-12 12:02:18 -0500
  • 9e4cdf4204 feat(client): add ClientServices::IsConnected Tristan Cormier 2025-10-11 13:15:40 -0400
  • 03d772518b
    feat(model): stub CM2Model::DetachFromParent fallenoak 2025-10-12 11:12:26 -0500
  • 9b7b9a4b1e
    feat(model): add CM2Model::AddRef fallenoak 2025-10-12 11:09:55 -0500
  • e2cd7394ae
    feat(model): stub CM2Model::AttachToParent fallenoak 2025-10-12 11:08:37 -0500
  • addb9ec2ba
    feat(object): add Player_C_GetModelName fallenoak 2025-10-11 23:57:55 -0500
  • 864404d203
    feat(db): add CreatureDisplayInfoRec fallenoak 2025-10-11 23:28:34 -0500
  • 7bae4f52c4
    feat(db): add CreatureModelDataRec fallenoak 2025-10-11 23:25:30 -0500
  • c67b8fb21d
    feat(object): add Player_C_GetDisplayId fallenoak 2025-10-11 23:17:35 -0500
  • 1d6b2693da
    feat(ui): implement Script_SetCharacterSelectFacing fallenoak 2025-10-11 22:56:51 -0500
  • 25378bf13b
    feat(glue): stub CCharacterSelection::SetFacing fallenoak 2025-10-11 22:56:12 -0500
  • 1607fc9745
    feat(ui): implement Script_GetCharacterSelectFacing fallenoak 2025-10-11 22:14:58 -0500
  • e2eb6b3586
    feat(ui): finish implementing Script_GetSelectBackgroundModel fallenoak 2025-10-11 20:43:30 -0500
  • d536d2c353
    feat(glue): add CCharacterSelection::GetCharacterDisplay fallenoak 2025-10-11 20:42:48 -0500
  • fb00da2899
    feat(util): stub SFile::IsStreamingTrial fallenoak 2025-10-11 16:43:47 -0500
  • a71f15bfe1
    chore(util): remove superfluous void fallenoak 2025-10-11 16:28:44 -0500
  • aa9467b547 feat(client): add ClientServices::IsConnected Tristan Cormier 2025-10-11 13:15:40 -0400
  • 06e9f3bfa7
    feat(ui): implement CSimpleModel_SetFogColor fallenoak 2025-10-10 22:09:04 -0500
  • 5bd78b0581
    feat(ui): implement CSimpleModel_SetFogFar fallenoak 2025-10-10 22:01:58 -0500
  • b211d38f7c
    feat(ui): implement CSimpleModel_SetFogNear fallenoak 2025-10-10 21:59:26 -0500
  • 5aa6f3c887
    feat(ui): implement Script_DisconnectFromServer fallenoak 2025-10-10 21:52:19 -0500
  • 3e0a586238
    feat(net): implement more of NetClient::Disconnect fallenoak 2025-10-10 20:10:16 -0500
  • b925836c2c
    feat(net): add NETEVENTQUEUE dtor fallenoak 2025-10-10 20:06:58 -0500
  • 93edfe896e
    feat(net): implement remainder of WowConnection::DoDisconnect fallenoak 2025-10-10 19:52:31 -0500
  • 48dc644076
    feat(client): implement more of ClientServices::RealmEnumCallback fallenoak 2025-10-10 13:04:19 -0500
  • 687c1e9414
    feat(client): implement more of ClientServices::RealmEnumCallback fallenoak 2025-10-10 00:17:30 -0500
  • 62df356940
    fix(glue): correct category selection logic fallenoak 2025-10-09 23:08:09 -0500
  • 32275f7b16
    feat(net): add Grunt::ClientLink::WCDisconnected fallenoak 2025-10-09 22:55:28 -0500
  • 02b709fda8
    feat(net): add Grunt::ClientLink dtor fallenoak 2025-10-09 22:49:20 -0500
  • 16de9b2cbd
    feat(net): implement NetClient::WCDisconnected fallenoak 2025-10-09 22:32:24 -0500
  • 420f15afa4
    feat(net): call CGlueMgr::NetDisconnectHandler from NetClient::HandleDisconnect fallenoak 2025-10-09 22:26:17 -0500
  • 9329fd3552
    feat(glue): add CGlueMgr::NetDisconnectHandler fallenoak 2025-10-09 22:25:47 -0500
  • 629f0038e7
    feat(client): add ClientServices::ValidDisconnect fallenoak 2025-10-09 22:25:14 -0500
  • fe5b21ed33
    feat(net): implement NetClient::HandleDisconnect fallenoak 2025-10-09 20:55:36 -0500
  • 2b5cbdd629
    feat(glue): implement CCharacterSelection::ClearCharacterList fallenoak 2025-10-09 20:41:14 -0500
  • 5a4df16c39
    feat(glue): finish handling IDLE_WORLD_LOGIN in CGlueMgr::StatusDialogClick fallenoak 2025-10-09 20:32:16 -0500
  • e3785010c4 feat(ui): implement Script_RealmListDialogCancelled Tristan Cormier 2025-10-09 16:08:13 -0400
  • 482fbe6b3e feat(ui): implement Script_RealmListDialogCancelled Tristan Cormier 2025-10-09 16:08:13 -0400
  • 30699a72cf
    fix(glue): reset category counts in CRealmList::UpdateList fallenoak 2025-10-09 00:46:00 -0500
  • 7b7f2a7c69
    feat(glue): use GLUESCRIPTEVENT values in CRealmList fallenoak 2025-10-09 00:37:24 -0500
  • 1b6bcdc59c
    feat(glue): handle errors with urls in CGlueMgr::PollAccountLogin fallenoak 2025-10-09 00:18:41 -0500
  • e1a14f8550
    feat(glue): handle LOGIN_STATE_FAILED in CGlueMgr::PollLoginServerLogin fallenoak 2025-10-08 23:53:26 -0500
  • 8130d75496
    feat(glue): add CGlueMgr::PollRealmList fallenoak 2025-10-08 23:46:26 -0500
  • 5cf2a7f6e2
    feat(ui): implement Script_RequestRealmList fallenoak 2025-10-08 22:38:01 -0500
  • 1791f1f590
    feat(glue): use better param name fallenoak 2025-10-08 22:37:42 -0500
  • 04465437c0
    feat(glue): add additional call to CGlueMgr::GetRealmList fallenoak 2025-10-08 22:33:46 -0500
  • 0187611d4d
    feat(glue): implement CGlueMgr::GetRealmList fallenoak 2025-10-08 22:30:01 -0500
  • 3636efec34
    feat(client): add ClientServices::GetRealmList (#111) Tristan 'Natrist' Cormier 2025-10-08 23:25:19 -0400