Commit graph

75 commits

Author SHA1 Message Date
VDm
4caed1318e fix(ui): use workaround to update movie textures 2025-05-01 02:12:18 +04:00
VDm
6ec90df663 style(ui): update stride data array declaration in CSimpleMovieFrame.cpp 2025-05-01 01:42:45 +04:00
VDm
2a526e6196 style(ui): update code style in CSimpleMovieFrame.cpp 2025-05-01 01:35:16 +04:00
VDm
c721538698 fix(gx): fix Blit_uint32_uint32 when inStride != outStride 2025-05-01 00:10:25 +04:00
VDm
690a90a65b feat(ui): switch to original DivX decoder (32-bit only) 2025-04-30 00:25:17 +04:00
VDm
5bd40352e1 feat(ui): first working implementation of CSimpleMovieFrame with real video 2025-04-27 14:36:01 +04:00
VDm
7bc252a0e7 feat(ui): implement CSimpleMovieFrame::Render method 2025-04-27 01:31:24 +04:00
VDm
81f25b93f6 feat(ui): implement OpenVideo and CloseVideo methods 2025-04-26 16:07:53 +04:00
VDm
3f004eca04 feat(ui): add CSimpleMovieFrame::UpdateTiming implementation 2025-04-26 02:19:47 +04:00
VDm
f4acc58899 feat(ui): implement CSimpleMovieFrame::ParseAVIFile 2025-04-25 01:43:06 +04:00
VDm
676fd280c6 feat(ui): update CSimpleMovieFrame methods 2025-04-24 01:30:45 +04:00
VDm
967408b2e7 feat(ui): add stubs for CSimpleMovieFrame::StartMovie method 2025-04-24 01:02:26 +04:00
VDm
92a3925797 feat(ui): implement Script_GetMovieResolution method 2025-04-24 00:42:23 +04:00
VDm
5a36ab2f7c feat(ui): add CSimpleMovieFrame class skeleton 2025-04-24 00:14:09 +04:00
VDm
957a4c7e2f
feat(glue): add realm and character handling (#7)
* fix(build): make project compilable

* feat(glue): update Character Selection screen to support switching

* fix(ui): fix CSimpleFontString::GetHeight() to use proper method

* feat(db): add static database classes from whoa-autocode

* feat(ui): use class and area IDs for Character Selection

* chore(db): update ItemRandomPropertiesRec

* feat(glue): update CCharacterSelection methods

* chore(db): uncomment DB records

* feat(glue): implement character deletion

* feat(gx): update supported text tags in GxuDetermineQuotedCode

* fix(ui): fix CSimpleFontString to use the FixedColor flag only if the string does not contain color tags

* feat(net): implement GrunLogin::LogOff

* feat(net): implement NetClient::Disconnect

* feat(login): implement trimming of realm name in LoginResponse::HandleRealmData

* feat(net): implement proper disconnection from login and realm servers

* feat(net): implement PING/PONG messages

* feat(net): add NetClient::Destroy method

* feat(net): implement ClientServices::GetRealmList (second request of Realm List)

* feat(glue): implement CGlueMgr::PollRealmList

* feat(glue): implement CGlueMgr::PollCreateCharacter

* chore(glue): add skeleton of CCharacterComponent class

* fix(build): fix build using latest features

* fix(glue): kill gotos in CGlueMgr::NetDisconnectHandler

* fix(build): include SDL3

---------

Co-authored-by: superp00t <superp00t@tutanota.com>
2025-04-16 17:32:37 -04:00
27c2ecece8 feat(ui): use compile variables to show the version/build details in Script_GetBuildInfo 2025-04-14 18:38:16 -04:00
31f215ea14 feat(console): hardware detection et cetera 2025-04-12 04:35:49 -04:00
46843880ef fix(whoa): update thunderbrew to use the refactored squall error/validation and bc allocation macros 2025-03-31 23:52:37 -04:00
VDm
41f4992ebe feat(gameui): add CGWorldFrame class skeleton 2025-03-30 00:15:17 +04:00
VDm
140bcde493 feat(client): prepare EnterWorld classes and methods 2025-03-30 00:02:58 +04:00
VDm
babeb2d864 feat(gameui): add CGGameUI class 2025-03-29 23:57:13 +04:00
VDm
7ae43b73fb feat(ui): update Script_GetSelectBackgroundModel 2025-03-29 23:47:25 +04:00
VDm
f28f4b0379 feat(glue): display list of characters 2025-03-29 23:43:21 +04:00
VDm
1e8dc7aef9 feat(net): add RealmConnection::HandleCharEnum implementation 2025-03-29 23:37:24 +04:00
VDm
ba21fb2994 fix(ui): fix height calculation of CLayoutFrame 2025-03-29 23:33:38 +04:00
VDm
31f4103f12 feat(glue): make character selection screen available 2025-03-29 23:31:27 +04:00
VDm
c4a516c44d feat(ui): add Tab button handler for CSimpleEditBox 2025-03-29 17:37:52 +04:00
VDm
6030a75530 feat(script): add lua_convertdecimal 2025-03-29 16:30:15 +04:00
VDm
f039d4f88c feat(ui): add FrameScript_Sprintf implementation 2025-03-28 02:40:17 +04:00
VDm
465b3844de feat(ui): implement SetFocus and ClearFocus script methods (CSimpleEditBox) 2025-03-28 00:54:37 +04:00
VDm
03ba4ccbb1 chore(ui): replace sub_960420 with existing FrameScript_GetColor 2025-03-28 00:34:20 +04:00
VDm
6c76720c04 fix(ui): fix typo in FrameScript_GetColor 2025-03-28 00:31:39 +04:00
VDm
f525e600a2 feat(ui): add Script_GetBuildInfo 2025-03-28 00:25:15 +04:00
VDm
a9bb4ccdce feat(ui): implement SetBackdropColor/SetBackdropBorderColor script methods 2025-03-28 00:06:53 +04:00
VDm
1ad95653c7 feat(ui): add CBackdropGenerator::SetVertexColor 2025-03-27 22:30:09 +04:00
4c6f78eda4 feat(ui): CSimpleTop::SetCursor 2024-09-06 12:27:55 -04:00
b3be0e0a7c fix(ui): link sound, not FMOD 2024-07-21 19:25:57 -04:00
20f392cd74 chore(build): make Thunderbrew zig-buildable 2024-07-21 16:41:14 -04:00
VDm
32cfe08d0b
feat(sound): Small script related improvements
* chore(build): rename src/util/Log.* to SysMessage.*

* chore(ui): implement SetNonSpaceWrap() for error messages

* chore(ui): move Video Script methods into CGVideoOptions class

* chore(script): temporary fix GetNumOutputDrivers to eliminate loading errors

* feat(sound): add SI2 Log methods

* chore(sound): add SI2 CVars

* chore(ui): implement Script_PlayGlueMusic

* chore(sound): update SI2::Init()

* fix: resolve compilation errors in variadic macros SI2_ERR and SI2_LOG

---------

Co-authored-by: Tristan Cormier <cormiert2@outlook.com>
2024-03-05 15:53:07 -05:00
VDm
f86f6d6d09
feat(build): add StormLib (#4)
* feat(app): add StormLib

* feat(app): add OpenArchives

* feat(util): update SFile to work with StormLib

* feat(app): update SFile

* feat(util): update SFile with logging (Windows only)

* feat(ui): implemented termination w/o notice

* chore(build): update StormLib

* chore(util): replace std::string with SStr* functions

* fix(stormlib): dwFlags argument for SFileOpenPatchArchive

* chore(ui): add Script_* stubs

* chore(util): clean up SFile::OpenEx

* chore(build): update StormLib

---------

Co-authored-by: Phaneron <superp00t@tutanota.com>
2024-02-11 17:19:18 -05:00
fallenoak
884e491b25
chore(ui): clean up script handlers for CScriptObject 2023-04-17 18:15:40 -05:00
fallenoak
ee1d46db19
chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
fallenoak
aeade5b085
chore(build): update libs 2023-03-27 17:46:26 -05:00
Tristan 'Natrist' Cormier
6f52a6287d
chore(console): split out console library 2023-03-25 09:56:41 -05:00
fallenoak
907c3faf8f
feat(gx): remove placeholder gx caps (#45) 2023-03-09 22:29:33 -06:00
fallenoak
59bf077bf8
feat(glue): handle UpdateSelectionCustomizationScene script function 2023-02-22 21:37:37 -06:00
fallenoak
728ad2242d
feat(ui): handle border colors in backdrop generator 2023-02-21 17:39:04 -06:00
fallenoak
e80d960d6b
feat(ui): clear render batch in dtor 2023-02-21 11:52:21 -06:00
fallenoak
a3a12c23a2
chore(util): permit arbitrary return values in unimplemented macro 2023-02-21 08:00:56 -06:00
fallenoak
26f3646d79
feat(ui): handle CSimpleModel_AdvanceTime script function 2023-02-20 13:02:28 -06:00