Commit Graph

666 Commits

Author SHA1 Message Date
fallenoak
56d8c0ab9e
feat(ui): add CScriptRegion::SetParent 2025-11-17 19:44:44 -06:00
fallenoak
3bbc075b09
feat(ui): implement Script_GetCurrentMultisampleFormat 2025-11-17 16:38:44 -06:00
fallenoak
aefd14b1ab
chore(ui): fix style nits in SetupFormats 2025-11-17 16:31:40 -06:00
fallenoak
a6317ead69
chore(console): improve comment clarity in ConsoleDetectGetResolutions 2025-11-17 16:31:01 -06:00
fallenoak
a8a1309af1
feat(console): handle color bits and depth bits in UpdateGxCVars 2025-11-16 22:40:45 -06:00
fallenoak
7e03c5e1d4
feat(console): handle color bits and depth bits vars in SetGxCVars 2025-11-16 22:33:07 -06:00
fallenoak
b4ff373910
feat(ui): implement Script_GetMultisampleFormats 2025-11-16 22:21:34 -06:00
fallenoak
4ddbf9b88f feat(gx): add GxAdapterFormats 2025-11-16 22:18:32 -06:00
fallenoak
2565588d81
feat(gx): add AdapterFormatSort 2025-11-16 22:02:21 -06:00
fallenoak
4f5c90b690 chore(gx): rename CGxFormat::sampleCount to CGxFormat::multisampleCount 2025-11-16 21:49:30 -06:00
fallenoak
53929a233e
feat(console): register vars for color bits and depth bits 2025-11-16 21:19:34 -06:00
fallenoak
2596911617
feat(gx): add static conversion tables to CGxFormat 2025-11-16 20:30:39 -06:00
fallenoak
940205d934
fix(build): correct C2iVector initialization in CCharacterComponent::s_sectionInfoRaw 2025-11-15 17:03:54 -06:00
fallenoak
a1728e6e02
feat(ui): partially implement securecall 2025-11-09 23:06:55 -06:00
fallenoak
e348fe3e54
chore(ui): clarify behavior 2025-11-09 22:04:50 -06:00
fallenoak
0741f84fb0
fix(ui): correctly initialize argName in FrameScript_Execute 2025-11-09 21:59:46 -06:00
fallenoak
1b95c5f534
fix(ui): correct off by one error in FrameScript_Execute 2025-11-09 21:42:50 -06:00
fallenoak
ee0dbb3f92
feat(ui): implement Script_GetBuildInfo 2025-11-09 21:04:05 -06:00
fallenoak
526fe4e8cb fix(build): avoid linking error in gcc builds 2025-11-09 20:44:48 -06:00
fallenoak
1eed077d0b
feat(ui): implement Script_IsStereoVideoAvailable 2025-11-09 20:08:43 -06:00
fallenoak
3ebed78a98
feat(gx): add CGxCaps::m_stereoAvailable 2025-11-09 19:58:43 -06:00
fallenoak
7898f99eb9
feat(ui): implement Script_GetCurrentResolution 2025-11-09 17:33:32 -06:00
fallenoak
6ec4d2eae6
feat(ui): implement Script_GetScreenResolutions 2025-11-09 17:20:40 -06:00
fallenoak
edd25251fb
chore(console): add note about 640x480 to ConsoleDetectGetResolutions 2025-11-09 17:18:46 -06:00
fallenoak
22a2e1a411
feat(ui): add CGVideoOptions::RegisterScriptFunctions 2025-11-09 16:46:54 -06:00
fallenoak
c83fd24a72
feat(console): add ConsoleDetectGetResolutions 2025-11-09 12:03:49 -06:00
fallenoak
a06d989d30 feat(gx): add GxAdapterMonitorModes 2025-11-08 23:03:23 -06:00
fallenoak
749273e217
chore(ui): clarify LUA_TNIL check in FrameScript_Object::SetScript 2025-11-07 19:21:08 -06:00
fallenoak
034e9d0915
feat(ui): implement CSimpleFrame_SetScript 2025-11-07 19:16:52 -06:00
fallenoak
54b2cdb678
feat(ui): implement CSimpleButton_SetHighlightFontObject 2025-11-07 15:52:07 -06:00
fallenoak
c7b9629f41
feat(ui): implement CSimpleButton_SetNormalFontObject 2025-11-07 15:34:00 -06:00
fallenoak
6bb419702f
feat(ui): implement CSimpleButton_SetDisabledFontObject 2025-11-07 15:06:07 -06:00
fallenoak
ec3fec5a93
feat(ui): implement platform check script handlers 2025-11-07 08:41:53 -06:00
fallenoak
719f09653e
feat(ui): implement Script_IsStreamingTrial 2025-11-06 22:33:46 -06:00
fallenoak
9afafe4b68
feat(ui): finish implementing CSimpleRegion::OnColorChanged 2025-11-06 22:15:22 -06:00
fallenoak
ad268d2327
feat(ui): implement CSimpleFrame::SetFrameAlpha 2025-11-06 19:58:34 -06:00
fallenoak
53f7fa945a
feat(ui): implement CSimpleFontString::Sub482AC0 2025-11-06 15:49:36 -06:00
fallenoak
debc9145fd
fix(ui): correct unused logic in CFramePoint::GetRelativeRect for completeness 2025-11-06 15:48:46 -06:00
fallenoak
b2fa58a831
fix(ui): mark CLayoutFrame::LoadXML as virtual 2025-11-06 15:47:59 -06:00
fallenoak
93f450b24c
fix(gx): correct math in CGxString::InitializeViewTranslation 2025-11-05 20:56:39 -06:00
fallenoak
fbb45d43c6
fix(gx): correct math in GxuFontGetWrappedTextHeight 2025-11-05 20:06:29 -06:00
fallenoak
8247e59088
chore(gx): name variable in GxuFontGetWrappedTextHeight 2025-11-05 19:56:41 -06:00
fallenoak
0971e689b9
chore(ui): use DRAWLAYER value in CSimpleButton::SetFontString 2025-11-05 16:50:21 -06:00
fallenoak
ecbe272039
feat(net): partially implement NetClient::WCCantConnect 2025-11-04 22:56:15 -06:00
fallenoak
50d48f680a
fix(glue): add missing return in CGlueMgr::PollRealmList 2025-11-04 22:47:40 -06:00
fallenoak
ad5bd21c5b
feat(glue): implement more of CGlueMgr::NetDisconnectHandler 2025-11-04 22:44:19 -06:00
fallenoak
5c518bb41a
fix(ui): properly load alpha value in FrameScript_GetColor 2025-11-04 22:20:15 -06:00
fallenoak
c50582fc6f
feat(glue): implement CGlueMgr::OnKickReasonMsg 2025-11-04 22:04:43 -06:00
fallenoak
8ff5e548ed
chore(console): declare statics as static 2025-11-04 15:45:46 -06:00
fallenoak
e8d94cbea3
fix(model): correctly set identity in CM2Model::SetWorldTransform 2025-11-04 15:38:57 -06:00