VDm
|
41dc426db3
|
feat(net): implement NetClient::Disconnect
|
2025-04-10 01:05:04 +04:00 |
|
VDm
|
032e9f93d8
|
feat(net): implement GrunLogin::LogOff
|
2025-04-09 00:47:37 +04:00 |
|
VDm
|
a2e1dc98a2
|
fix(ui): fix CSimpleFontString to use the FixedColor flag only if the string does not contain color tags
|
2025-04-08 01:58:04 +04:00 |
|
VDm
|
98111f2920
|
feat(glue): implement character deletion
|
2025-04-06 16:16:43 +04:00 |
|
VDm
|
152cb7dea4
|
feat(ui): use class and area IDs for Character Selection
|
2025-04-05 13:27:53 +04:00 |
|
VDm
|
386ddcbd9f
|
fix(ui): fix CSimpleFontString::GetHeight() to use proper method
|
2025-04-05 13:24:47 +04:00 |
|
VDm
|
0c39457ed1
|
feat(glue): update Character Selection screen to support switching
|
2025-04-05 01:42:43 +04:00 |
|
VDm
|
bf734b5b20
|
fix(build): make project compilable
|
2025-04-04 23:04:22 +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 |
|
fallenoak
|
2a72468844
|
fix(ui): correct id handling errors in CreateFrame script function
|
2023-02-20 12:42:59 -06:00 |
|
fallenoak
|
848c61fa2a
|
feat(ui): remove frame from CSimpleTop's frames list when unregistering
|
2023-02-20 12:24:35 -06:00 |
|
fallenoak
|
5e3d08bf32
|
feat(glue): wire up character select background
|
2023-02-19 21:39:21 -06:00 |
|
fallenoak
|
f384fce742
|
feat(glue): handle GetSelectBackgroundModel script function
|
2023-02-19 21:07:10 -06:00 |
|
fallenoak
|
eed060e512
|
feat(db): add getter for num records
|
2023-02-19 15:24:55 -06:00 |
|
fallenoak
|
9d83df95f9
|
chore(glue): flag char select and char create functions as unimplemented
|
2023-02-19 14:59:37 -06:00 |
|
fallenoak
|
5b9a4d240e
|
feat(glue): handle GetServerName script function
|
2023-02-19 14:47:41 -06:00 |
|
fallenoak
|
93a0d7ee83
|
feat(glue): handle IsConnectedToServer script function
|
2023-02-19 14:17:34 -06:00 |
|
fallenoak
|
0e04a675b3
|
feat(glue): add stub for GetNumAddOns script function
|
2023-02-19 14:09:10 -06:00 |
|