Commit graph

34 commits

Author SHA1 Message Date
VDm
eed536042d feat(ui): improve FrameXML debug routines 2025-08-03 13:07:27 +04:00
VDm
b4ff9994e2 feat(ui): implement script methods for character creation screen 2025-05-18 14:58:01 +04:00
97bbe2ea66 feat(util): convert names of asset files to lowercase before attempting to read 2025-04-12 04:34:05 -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
1539c56ace fix(ui): fix StringToJustify to support BOTTOM 2025-03-29 23:48:30 +04:00
VDm
8d54e8ad0b feat(client): add PatchFiles class 2025-03-29 22:58:53 +04:00
e954521204 feat(util): implement SFile::{FileExistsEx, FileExists, SetFilePointer} 2024-09-06 12:28:57 -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
5240db6e0f chore(util): fix indentation in scoped switch cases 2024-02-19 01:34:23 -05:00
6a06eb16e7 fix(util): SFile::Open() should set to nullptr even in the case of a failure 2024-02-17 21:58:52 -05:00
1be8d5539c fix(util): fix SFile typos 2024-02-17 21:54:35 -05:00
f135e8746b fix(util): add missing STORM_ASSERT include 2024-02-17 21:38:58 -05:00
ac395c287d fix(util): convert void pointer to StreamRecord pointer when trying to read 2024-02-17 21:38:34 -05:00
70642dec21 fix(gx): SFile can read from an MPQ-archived file or a plain file 2024-02-17 21:31:52 -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
2aa3bd3d04 fix(util): nest forward declaration of StreamRecord 2023-12-04 19:15:37 -05:00
76b92d1199 fix(util): bytesread, not bytesRead 2023-12-04 19:09:40 -05:00
f072312386 fix(util): forward declare Blizzard::File::StreamRecord inside of SFile.hpp 2023-12-04 19:08:41 -05:00
0e665e8c5e fix(util): link BlizzardCore to util module 2023-12-04 19:01:43 -05:00
0302864f8d feat(util): SFile functions now use the BlizzardCore filesystem utilities 2023-12-04 18:54:37 -05:00
c3827174e9 fix(console): forward declare command handlers 2023-08-24 22:40:26 -04:00
851c1aea5b fix(util): remove placeholder OsCreateDirectory 2023-08-24 21:29:44 -04:00
2fbae5bf52 fix(util): correct string empty checks 2023-08-24 21:25:02 -04:00
1219279a2d feat(console): load console variables from WTF files 2023-08-24 20:51:30 -04:00
fallenoak
ee1d46db19
chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
Tristan 'Natrist' Cormier
6f52a6287d
chore(console): split out console library 2023-03-25 09:56:41 -05:00
fallenoak
1246a5a4da
feat(util): add HMAC-SHA1 utility function 2023-03-23 22:56:59 -05:00
fallenoak
49237bf68d
fix(util): add missing initializer to CWOWClientStatus 2023-03-05 22:27:35 -06:00
fallenoak
765c782355
fix(util): pass nullptr when SFile::OpenEx fails 2023-03-05 22:23:46 -06:00
fallenoak
2282b8a54a
chore(bc): switch BlizzardCore to bc lib 2023-03-04 11:29:25 -06:00
fallenoak
a3a12c23a2
chore(util): permit arbitrary return values in unimplemented macro 2023-02-21 08:00:56 -06:00
fallenoak
97a6a8dd91
chore(style): normalize memory allocations 2023-01-04 21:00:29 -06:00
fallenoak
655d795a9d
feat(app): add windows app 2023-01-03 00:45:25 -06:00
fallenoak
70b00c5c38
chore: initial commit 2023-01-02 13:17:18 -06:00