Commit Graph

1041 Commits

Author SHA1 Message Date
fallenoak
dcd2f7dc49
chore(build): update squall 2025-12-27 12:13:10 -06:00
fallenoak
4c539cdd95
chore(build): update squall 2025-12-26 14:21:16 -06:00
fallenoak
66ded7d22e
chore(build): update libs 2025-12-26 13:45:58 -06:00
fallenoak
46e5611630
fix(model): correct binary search behavior in CM2Model::FindKey 2025-12-25 22:19:48 -06:00
fallenoak
a72ba6f154
chore(gx): tidy up CShaderEffect 2025-12-25 22:03:30 -06:00
fallenoak
1ceb396b3d
feat(gx): implement CShaderEffect::SetTexMtx 2025-12-25 22:00:12 -06:00
fallenoak
f43e9f62d6
chore(model): fix style nit 2025-12-25 21:57:03 -06:00
fallenoak
6a86dce7fb
fix(model): use correct count when initializing texture transforms in CM2Model::InitializeLoaded 2025-12-25 21:56:22 -06:00
fallenoak
fb0641b133
feat(model): add CM2Model::AnimateTextureTransformsMT 2025-12-25 13:37:27 -06:00
fallenoak
9915295835
chore(build): update typhoon 2025-12-25 13:37:02 -06:00
fallenoak
28faa4b2c8
feat(model): clear texture transforms in CM2Model::FreeInternalResources 2025-12-24 21:48:21 -06:00
fallenoak
79b5afdd71
feat(model): set up texture transforms in CM2Model::InitializeLoaded 2025-12-24 21:43:56 -06:00
fallenoak
3c7f163ad6
chore(build): update common 2025-12-24 21:18:04 -06:00
fallenoak
1eb0a4ffbb
chore(build): update common 2025-12-23 22:58:20 -06:00
fallenoak
6732199eab fix(ui): improve const correctness across xml loading functions in ui 2025-12-23 22:19:45 -06:00
fallenoak
d51ea7e0e0
chore(docs): update README with current progress 2025-12-23 13:06:48 -06:00
fallenoak
e1efaf8ba9
feat(ui): load gradients in CSimpleTexture::LoadXML 2025-12-23 11:40:52 -06:00
fallenoak
2fba6413bc
feat(ui): add CSimpleRegion::SetVertexGradient 2025-12-23 11:40:24 -06:00
fallenoak
066a53e667
feat(ui): add LoadXML_Gradient 2025-12-23 11:39:55 -06:00
fallenoak
a6e93122a7
chore(ui): make ORIENTATION enum generic 2025-12-23 11:21:38 -06:00
fallenoak
32b5d6402b
feat(gx): fully implement TEXTLINETEXTURE::NewTextLineTexture and TEXTLINETEXTURE::Recycle 2025-12-22 19:54:57 -06:00
fallenoak
84b16f2aeb
fix(gx): fix buffer overruns in TEXTLINETEXTURE::WriteGeometry 2025-12-21 21:24:32 -06:00
fallenoak
1352f0ba50
chore(gx): minor clarity improvements in BATCHEDRENDERFONTDESC::RenderBatch 2025-12-21 21:11:59 -06:00
fallenoak
da51f7e4fc
chore(gx): improve more param and variable names 2025-12-21 13:16:18 -06:00
fallenoak
30fd02c942
chore(gx): improve parameter and variable names in TEXTLINETEXTURE::WriteGeometry 2025-12-21 11:55:09 -06:00
fallenoak
1f160ebd06
chore(gx): name TEXTLINETEXTURE::WriteGeometry param 2025-12-21 11:40:27 -06:00
fallenoak
fe217c3ac3
fix(gx): correct improper batching of strings in BATCHEDRENDERFONTDESC::RenderBatch 2025-12-20 15:03:52 -06:00
fallenoak
3643263ce9
fix(gx): fix incorrect cast in CGxString::InitializeViewTranslation 2025-12-16 15:51:36 -06:00
fallenoak
44e4ca5f77
feat(ui): handle alpha in CSimpleFontString::AddShadow 2025-12-15 20:13:12 -06:00
fallenoak
41641778d9 chore(test): add GxuFontCreateFont tests 2025-12-15 20:10:26 -06:00
fallenoak
3889ee7b58 chore(test): add external test fixtures 2025-12-15 16:46:48 -06:00
fallenoak
213847d1a9
feat(ui): handle shadows in CSimpleFontString::LoadXML 2025-12-15 11:29:15 -06:00
fallenoak
1414095e7e
fix(gx): use correct offset in TextBlockAddShadow 2025-12-15 11:28:32 -06:00
fallenoak
d3c3c21237
chore(gx): extract TextBlock functions into dedicated unit 2025-12-14 23:08:59 -06:00
fallenoak
eee9322da9
chore(gx): clean up TextBlockCreate 2025-12-14 22:46:41 -06:00
fallenoak
850daf5e66
chore(gx): correct validation macros in GxuFontCreateString 2025-12-14 21:16:31 -06:00
fallenoak
c38b8005e6
feat(gx): add EGxStringFlags 2025-12-14 20:32:52 -06:00
fallenoak
1b0c787a85
chore(gx): clean up CGxString declarations 2025-12-14 16:01:09 -06:00
fallenoak
cf4d5a598d
feat(gx): add CGxString::HandleScreenSizeChange 2025-12-14 15:55:55 -06:00
fallenoak
4cad4121c1
feat(gx): partially implement CGxString dtor 2025-12-14 15:48:33 -06:00
fallenoak
4c9eca2d0c
fix(component): correct mip pointer handling in CCharacterComponent paste functions 2025-12-13 11:52:12 -06:00
fallenoak
0063f7fd12
fix(gx): correct mip pointer handling in MippedImgAllocA 2025-12-13 11:51:17 -06:00
fallenoak
e47edce5a3
chore(ui): add detail to comment in FrameScript_Sprintf 2025-12-11 08:20:53 -06:00
fallenoak
c8ab5e1f09
feat(ui): implement CSimpleFontString_SetFormattedText 2025-12-10 23:17:19 -06:00
fallenoak
d1b08b59b1
feat(ui): add FrameScript_Sprintf 2025-12-10 23:16:56 -06:00
fallenoak
3f0873ef79
chore(test): clean up GxuDetermineQuotedCode tests 2025-12-09 22:44:10 -06:00
fallenoak
01bd869abd
fix(gx): add missing defines 2025-12-09 22:37:11 -06:00
fallenoak
8e693843fa
feat(gx): handle remaining codes in GxuDetermineQuotedCode 2025-12-09 22:34:14 -06:00
fallenoak
d1cd084309 chore(test): add tests for GxuDetermineQuotedCode 2025-12-09 19:31:07 -06:00
fallenoak
8d28d35bd1
chore(gx): split out font utilities (#143) 2025-12-09 08:58:42 -06:00