Commit Graph

  • ed3b9ac628
    feat(db): add ItemVisualsRec fallenoak 2025-10-30 20:27:18 -0500
  • 2837a808a2
    feat(component): add CCharacterComponent::AddHandItem fallenoak 2025-10-30 20:06:40 -0500
  • 0299f2e837
    feat(object): add SHEATHE_TYPE enum fallenoak 2025-10-30 20:06:08 -0500
  • cc48239bcf
    fix(net): correct layout of CHARACTER_INFO struct fallenoak 2025-10-30 15:30:19 -0500
  • 7cbda9339f
    feat(object): add more values to INVENTORY_SLOTS fallenoak 2025-10-30 15:27:52 -0500
  • e3073868de
    chore(glue): move component creation into CharacterSelectionDisplay fallenoak 2025-10-29 23:41:10 -0500
  • 666e52fb16
    feat(glue): start character animation on character select screen fallenoak 2025-10-29 22:25:46 -0500
  • daca438a62
    feat(component): add CCharacterComponent::AddItemBySlot fallenoak 2025-10-29 21:28:57 -0500
  • e6dba0a7c4
    feat(object): add INVENTORY_SLOTS enum fallenoak 2025-10-29 21:15:30 -0500
  • 15a5eb6f57
    feat(component): add CCharacterComponent::AddItem fallenoak 2025-10-29 20:00:17 -0500
  • 9b46d51508
    feat(console): add CONSOLELINE class (#120) Tristan 'Natrist' Cormier 2025-10-29 20:46:44 -0400
  • db606fab10
    chore(console): style nit fallenoak 2025-10-29 19:46:10 -0500
  • eee9cd6d24 feat(console): add CONSOLELINE class Tristan Cormier 2025-10-29 10:52:59 -0400
  • 9b4e0cfded
    feat(component): add CCharacterComponent::AddItem fallenoak 2025-10-29 17:16:05 -0500
  • de3215afc9
    feat(model): implement more of CM2Model dtor fallenoak 2025-10-29 14:53:12 -0500
  • 12a7752a57
    feat(model): implement CM2Shared::Release fallenoak 2025-10-29 14:52:25 -0500
  • b370d86f7d
    chore(component): render prep funcs are not static fallenoak 2025-10-28 22:24:36 -0500
  • 794003086b
    feat(component): add item functions fallenoak 2025-10-28 22:15:11 -0500
  • a431b30cf9
    feat(component): add CCharacterComponent::ClearItemDisplay fallenoak 2025-10-28 21:11:57 -0500
  • ea51e2e20f
    feat(component): add CCharacterComponent::UpdateItemDisplay fallenoak 2025-10-28 21:05:03 -0500
  • 86f902423b
    feat(db): add ItemDisplayInfoRec fallenoak 2025-10-28 20:50:48 -0500
  • 7cc8da4ac1
    feat(component): implement CCharacterComponent::ReplaceExtraSkinTexture fallenoak 2025-10-28 16:30:02 -0500
  • 0fce98aabc
    feat(component): use ObjectAlloc to allocate CCharacterComponent fallenoak 2025-10-28 16:20:24 -0500
  • f5aa37368a
    chore(component): use CCharacterComponent::GetSectionsRecord in more places fallenoak 2025-10-28 15:36:56 -0500
  • ecc98d4738
    fix(component): release correct model in CCharacterComponent::Init fallenoak 2025-10-28 10:37:36 -0500
  • de95191127
    feat(component): implement CCharacterSelection::ClearCharacterModel fallenoak 2025-10-28 10:13:30 -0500
  • e85cdd4896
    feat(model): implement more of CM2Model dtor fallenoak 2025-10-28 10:09:16 -0500
  • e055543167
    feat(model): implement CM2Model::Release fallenoak 2025-10-28 08:46:13 -0500
  • fd7b6fda74
    chore(build): update common fallenoak 2025-10-28 08:43:07 -0500
  • 64e6577339
    feat(model): implement CM2Model::DetachFromParent fallenoak 2025-10-27 23:27:53 -0500
  • 5e9b2316dc
    fix(model): avoid use after free in CM2Model::DetachAllChildrenById fallenoak 2025-10-27 23:20:07 -0500
  • aa7e548102
    feat(model): add CM2Model::DetachAllChildrenById fallenoak 2025-10-27 23:10:49 -0500
  • 2fb38d3ebb
    feat(component): clear dirty sections in CCharacterComponent::RenderPrepSections fallenoak 2025-10-27 22:57:21 -0500
  • 6147f85400
    feat(component): handle eye effects in CCharacterComponent::GeosRenderPrep fallenoak 2025-10-27 22:41:17 -0500
  • 0cd79fb749
    feat(component): implement more of CCharacterComponent::SetSkinColor fallenoak 2025-10-27 22:31:58 -0500
  • d6cf306330
    fix(gx): members of C4Pixel should be unsigned fallenoak 2025-10-27 22:24:23 -0500
  • 95c89c50b9
    feat(component): add CCharacterComponent::SetBeardStyle fallenoak 2025-10-27 22:14:57 -0500
  • 29535710fe
    fix(component): properly set features list in CountFacialFeatures fallenoak 2025-10-27 22:12:09 -0500
  • cbe12747b8
    feat(component): add ComponentGetFacialHairStyleRecord fallenoak 2025-10-27 22:09:19 -0500
  • 0c584ee901
    feat(component): populate facial hair styles list on initialize fallenoak 2025-10-27 21:38:18 -0500
  • 47aea9966b
    feat(model): handle set geometry visible model calls on model load fallenoak 2025-10-27 21:21:14 -0500
  • dd318480f1
    feat(component): implement CCharacterComponent::ReplaceHairTexture fallenoak 2025-10-27 21:15:46 -0500
  • e794580ea8
    feat(model): handle texture replacement model calls on model load fallenoak 2025-10-27 21:14:33 -0500
  • ca58375aa4
    feat(component): implement CCharacterComponent::SetHairColor fallenoak 2025-10-27 19:43:30 -0500
  • 068b32435e
    chore(component): move ComponentData to types header fallenoak 2025-10-27 19:30:12 -0500
  • 2964e51030
    fix(component): correct paste targets in CCharacterComponent::RenderPrepHU fallenoak 2025-10-27 19:27:22 -0500
  • 66c003e424
    feat(component): add CCharacterComponent::SetHairStyle fallenoak 2025-10-27 16:46:50 -0500
  • 55b7eacf23
    chore(component): improve name of dirty section mask fallenoak 2025-10-27 16:24:37 -0500
  • b4d519338a
    feat(component): add npcBakedTexturePath member to ComponentData fallenoak 2025-10-27 16:16:17 -0500
  • 206b8f7a54
    feat(component): finish implementing all render prep functions in CCharacterComponent fallenoak 2025-10-27 16:15:42 -0500
  • 1f0b89963d
    feat(gx): implement Blit_Argb8888_Rgb565 fallenoak 2025-10-26 11:50:19 -0500
  • 29bee10e11
    feat(db): add CharacterFacialHairStylesRec fallenoak 2025-10-25 22:43:51 -0500
  • 090cd1dc54
    feat(db): generate id fields if needed during record loads fallenoak 2025-10-25 22:43:05 -0500
  • 7514b717c9
    feat(db): add CharHairGeosetsRec fallenoak 2025-10-25 22:28:35 -0500
  • ed612b3002
    feat(component): apply upper underwear texture in CCharacterComponent::RenderPrepTU fallenoak 2025-10-25 22:12:00 -0500
  • 61293b82dc
    feat(component): apply lower underwear texture in CCharacterComponent::RenderPrepLU fallenoak 2025-10-25 15:41:34 -0500
  • 7482779b37
    feat(component): add item displays member variable to CCharacterComponent fallenoak 2025-10-25 15:32:15 -0500
  • 319ea1466e
    feat(component): add s_itemPriority fallenoak 2025-10-25 12:23:40 -0500
  • 46ba86227b
    feat(component): add ITEM_SLOT enum fallenoak 2025-10-25 12:04:25 -0500
  • 136155058d
    feat(component): finish implementing CCharacterComponent::RenderPrepHU fallenoak 2025-10-24 13:26:37 -0500
  • 7b32d99bb0
    chore(component): tidy up CCharacterComponent::RenderPrepHL fallenoak 2025-10-24 13:20:53 -0500
  • 2393f0aefa
    feat(component): implement CCharacterComponent::SetFace fallenoak 2025-10-24 13:17:31 -0500
  • 0a2438b321
    chore(model): make comment more concise fallenoak 2025-10-23 20:57:11 -0500
  • a17ba56f0e
    chore(component): add temp return value to CCharacterComponent::RenderPrep fallenoak 2025-10-23 17:21:07 -0500
  • 190ceb7a49
    chore(model): fix misaligned pointers in CM2Model::InitializeLoaded fallenoak 2025-10-23 17:20:31 -0500
  • 84d6bdac05
    feat(component): load underwear textures when setting skin color fallenoak 2025-10-23 16:57:36 -0500
  • 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