Commit Graph

  • 3e011c91f6
    feat(model): partially implement CM2Model dtor fallenoak 2025-10-22 23:27:06 -0500
  • 7078d26beb
    feat(component): prep basic skin components fallenoak 2025-10-22 23:19:08 -0500
  • aaf3542c52
    feat(component): implement CCharacterComponent::PasteOpaque fallenoak 2025-10-22 22:49:41 -0500
  • f72e50f083
    feat(component): add TextureCacheGetMip fallenoak 2025-10-22 22:47:41 -0500
  • d33b0ed4b6
    chore(component): rename param for accuracy fallenoak 2025-10-22 22:46:01 -0500
  • bccfec9f14
    feat(component): implement CCharacterComponent::Paste fallenoak 2025-10-22 16:33:14 -0500
  • 15deaf2ce0
    feat(component): add TextureCacheGetPal fallenoak 2025-10-22 16:32:39 -0500
  • a7d5417a3b
    chore(component): continue refining variable and parameter names fallenoak 2025-10-22 16:32:13 -0500
  • 5f211e0a38
    chore(component): clean up mip level calculation in CCharacterComponent::PasteFromSkin fallenoak 2025-10-22 08:29:34 -0500
  • af887872d0
    feat(component): implement CCharacterComponent::PasteFromSkin fallenoak 2025-10-22 01:06:05 -0500
  • 36ce090013
    feat(component): add TextureCacheHasMips fallenoak 2025-10-22 01:05:07 -0500
  • 32e8b11233
    feat(component): implement CCharacterComponent::RenderPrepAL fallenoak 2025-10-22 00:31:24 -0500
  • 904782c8df
    feat(component): add section info array fallenoak 2025-10-22 00:04:18 -0500
  • 9e25e6246f
    feat(component): partially implement CCharacterComponent::RenderPrepAll fallenoak 2025-10-21 22:09:05 -0500
  • d2dfa27f4a
    feat(component): initialize prep functions fallenoak 2025-10-21 20:47:41 -0500
  • 8b418a68b1
    feat(component): set up component base texture in character model fallenoak 2025-10-21 20:19:49 -0500
  • 5e6bdc78f6
    feat(model): add CM2Model::ReplaceTexture fallenoak 2025-10-21 20:01:31 -0500
  • ce0576b40d
    feat(component): implement CCharacterComponent::CreateBaseTexture fallenoak 2025-10-21 17:27:14 -0500
  • ea034cb960
    chore(ui): prefer lua_tostring macro fallenoak 2025-10-21 09:04:29 -0500
  • 1e05398ad8 feat(ui): implement Script_GetSavedAccountName Tristan Cormier 2025-10-20 19:55:44 -0400
  • 30e23dc46b feat(ui): implement Script_SetSavedAccountName Tristan Cormier 2025-10-20 19:56:35 -0400
  • b94dfed144 feat(ui): implement Script_SetSavedAccountName Tristan Cormier 2025-10-20 19:56:35 -0400
  • 5bd90ecf29
    feat(component): create texture buffer in CCharacterComponent::Initialize fallenoak 2025-10-20 23:02:02 -0500
  • bcf6f34e81
    feat(gx): add TextureAllocMippedImg fallenoak 2025-10-20 23:00:37 -0500
  • a040fdbd5b
    feat(component): set up texture format and size in CCharacterComponent::Initialize fallenoak 2025-10-20 22:40:55 -0500
  • 3226184a45
    feat(client): register showToolsUI CVar fallenoak 2025-10-20 21:21:56 -0500
  • b04f55d859
    fix(console): correct CVar flag handling fallenoak 2025-10-20 21:10:51 -0500
  • df62f602fc feat(ui): implement Script_GetSavedAccountName Tristan Cormier 2025-10-20 19:55:44 -0400
  • cb35132807
    feat(client): add account name CVar (#117) Tristan 'Natrist' Cormier 2025-10-20 21:05:08 -0400
  • 0ff098ffd8 feat(client): add accountName CVar Tristan Cormier 2025-10-20 19:51:43 -0400
  • 5857a66810
    feat(component): add missing initializer to CACHEENTRY fallenoak 2025-10-20 16:56:40 -0500
  • 146b07c91e
    feat(component): implement TextureCacheGetInfo fallenoak 2025-10-20 16:51:52 -0500
  • 77622566d7
    feat(gx): add TextureCalcMipCount fallenoak 2025-10-20 16:50:40 -0500
  • 9e46e15e0b
    chore(gx): improve organization of BLP-related code fallenoak 2025-10-20 16:20:17 -0500
  • 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