Commit Graph

  • 29bc21a242 feat(cursor): add cursor module that stores and updates various cursor images superp00t 2024-09-06 12:22:01 -0400
  • 7a2376741d fix(console): use WHOA_BUILD_GLSDL macro to detect whether GLSDL device is supported in g_gxApiSupported superp00t 2024-09-06 12:20:55 -0400
  • 1931efdfb5 refactor(style): indent ugly data block superp00t 2024-09-06 12:19:31 -0400
  • f28817df6a feat(app): provide icons and resource info for Windows builds superp00t 2024-09-06 12:18:29 -0400
  • 1340e60a8a chore(build): upgrade dependencies superp00t 2024-09-06 12:17:50 -0400
  • 65fd067db5 fix(build): pass WHOA_BUILD_GLSDL option as C define in zig build script superp00t 2024-07-22 17:26:08 -0400
  • 422a36cd93 fix(gx): log what api is being used when initializing device superp00t 2024-07-22 16:16:41 -0400
  • 6fa58683ad fix(glsdl): use SDL2 'centered' values for new window superp00t 2024-07-22 16:15:35 -0400
  • d6611f7aab chore(build): update dependencies superp00t 2024-07-22 03:51:50 -0400
  • b93c615368 fix(build): correctly disable sanitizers in zig build script when WHOA_UB_SAN is false or release mode is not debug superp00t 2024-07-22 02:05:52 -0400
  • 1b4f1dba86 fix(gx): simplified gx device creation according to api enum superp00t 2024-07-22 01:21:08 -0400
  • 45f23fb3ba fix(build): add WHOA_UB_SAN and WHOA_BUILD_GLSDL options to zig build script superp00t 2024-07-22 01:07:27 -0400
  • 5229b9b972 fix(gx): only use GLSDL if compiled with CMake variable WHOA_BUILD_GLSDL superp00t 2024-07-22 00:43:39 -0400
  • 35cc734cdc style(build): fix formatting superp00t 2024-07-21 23:49:11 -0400
  • a5245092f8 fix(github): okay, try runner.os == 'Linux' superp00t 2024-07-21 20:50:58 -0400
  • e9d14feb50 fix(github): hmmm superp00t 2024-07-21 20:48:49 -0400
  • 8c3ecfdf8d fix(github): try using runner.os? matrix.os == 'windows-latest' is just a skip superp00t 2024-07-21 20:45:55 -0400
  • 06ccd053a5 fix(github): try using runner.os? matrix.os == 'windows-latest' is just a skip superp00t 2024-07-21 20:43:59 -0400
  • bbd3f28adf fix(github): install Ubuntu dependencies before running test app superp00t 2024-07-21 20:37:44 -0400
  • 03cf683cdd fix(build): UBsan is enabled and disabled with the WHOA_UB_SAN option now superp00t 2024-07-21 20:09:16 -0400
  • 58d72f10ce fix(build): CMake is not C superp00t 2024-07-21 20:06:00 -0400
  • d067eb1ae2 feat(build): UBsan can be enabled or disabled with WHOA_UB_SAN. GLSDL can be toggled with WHOA_BUILD_GLSDL superp00t 2024-07-21 20:04:32 -0400
  • c2a86dd72c fix(build): WHOA_ALLOW_UNDEFINED_BEHAVIOR is now required to disable UBsan in Debug build mode superp00t 2024-07-21 19:38:51 -0400
  • b3be0e0a7c fix(ui): link sound, not FMOD superp00t 2024-07-21 19:25:57 -0400
  • 491c201bad fix(build): DEFINED superp00t 2024-07-21 19:11:25 -0400
  • f061cd0cc0 chore(build): WHOA_BUILD_FMOD variable now determines whether FMOD is used superp00t 2024-07-21 18:45:24 -0400
  • 2a46ce4d6d feat(build): to compile with FMOD support, WHOA_BUILD_FMOD must be passed into CMake superp00t 2024-07-21 18:39:52 -0400
  • 5f3eadea1e fix(font): specify 'std' namespace when accessing floor() to avoid double function superp00t 2024-07-21 18:30:33 -0400
  • 3f8055ea56 fix(build): or should be OR superp00t 2024-07-21 17:16:37 -0400
  • d9b4b75236 feat(build): enable UBsan by default when using GCC and Clang superp00t 2024-07-21 17:12:14 -0400
  • b5902f5230 chore(build): revert to sdl2 superp00t 2024-07-21 17:06:25 -0400
  • 20f392cd74 chore(build): make Thunderbrew zig-buildable superp00t 2024-07-21 16:41:14 -0400
  • c6e2947506 fix(gx): size_t is declared in <cstddef>, not <cstdint> Joshua Achorn 2024-03-29 22:53:29 -0400
  • 64f20e6fee fix(gx): removed some bad class declaration Joshua Achorn 2024-03-29 22:47:30 -0400
  • f81a6fb92b fix(gx): dispatch SDL window events in SceneClear() superp00t 2024-03-05 16:39:45 -0500
  • 2fb754a83a refactor(thunderbrew): use static size members instead of null-termination to delimit FrameScript_Method arrays superp00t 2024-03-05 16:24:33 -0500
  • 32cfe08d0b
    feat(sound): Small script related improvements VDm 2024-03-06 00:53:07 +0400
  • 8596860120 fix(glsdl): move SDL event dispatching to different function superp00t 2024-03-05 01:52:10 -0500
  • e0262fb711
    Merge pull request #1 from openwow-org/dev VDm 2024-02-28 10:16:26 +0400
  • 0e3df84559 fix: resolve compilation errors in variadic macros SI2_ERR and SI2_LOG Tristan Cormier 2024-02-27 22:20:34 -0500
  • 2d5ae1026e chore(sound): update SI2::Init() VDm 2024-02-25 23:48:27 +0400
  • 30cbb77728 chore(ui): implement Script_PlayGlueMusic VDm 2024-02-25 19:10:35 +0400
  • 9c775dce40 chore(sound): add SI2 CVars VDm 2024-02-25 18:00:12 +0400
  • 91e29bbf52 feat(sound): add SI2 Log methods VDm 2024-02-25 17:15:29 +0400
  • e7a11be6aa chore(script): temporary fix GetNumOutputDrivers to eliminate loading errors VDm 2024-02-25 14:52:51 +0400
  • 17a3f67971 chore(ui): move Video Script methods into CGVideoOptions class VDm 2024-02-25 14:46:39 +0400
  • c03ea57e21 chore(ui): implement SetNonSpaceWrap() for error messages VDm 2024-02-25 01:04:55 +0400
  • 5b55f8cc20 chore(build): rename src/util/Log.* to SysMessage.* VDm 2024-02-24 23:43:24 +0400
  • 962bcc6a1e chore(doc): improve README.md to be more relevant to Thunderbrew superp00t 2024-02-24 13:37:49 -0500
  • 8cbb7f9613 chore(build): update dependencies superp00t 2024-02-19 17:04:50 -0500
  • 5240db6e0f chore(util): fix indentation in scoped switch cases superp00t 2024-02-19 01:34:23 -0500
  • 6a06eb16e7 fix(util): SFile::Open() should set to nullptr even in the case of a failure superp00t 2024-02-17 21:58:52 -0500
  • 1be8d5539c fix(util): fix SFile typos superp00t 2024-02-17 21:54:35 -0500
  • f135e8746b fix(util): add missing STORM_ASSERT include superp00t 2024-02-17 21:38:58 -0500
  • ac395c287d fix(util): convert void pointer to StreamRecord pointer when trying to read superp00t 2024-02-17 21:38:34 -0500
  • 70642dec21 fix(gx): SFile can read from an MPQ-archived file or a plain file superp00t 2024-02-17 21:31:52 -0500
  • e20f185f75 fix(gx): file pointer should be initialized to nullptr because its value is used as a condition superp00t 2024-02-17 21:29:01 -0500
  • 18d7f60df0 fix(client): SetPaths() before OpenArchives(), for obvious reasons superp00t 2024-02-12 17:35:02 -0500
  • 5dc5040e24 chore(build): update dependencies superp00t 2024-02-12 17:17:29 -0500
  • c2a22d8672 fix(model): add missing <cstdio> include for sprintf superp00t 2024-02-11 17:29:52 -0500
  • f86f6d6d09
    feat(build): add StormLib (#4) VDm 2024-02-12 02:19:18 +0400
  • 2ff05376e8
    Merge branch 'master' into master Phaneron 2024-02-11 17:19:07 -0500
  • 6c18e4a2ce chore(build): update StormLib VDm 2024-02-11 14:40:24 +0400
  • 65e7b80159 chore(util): clean up SFile::OpenEx VDm 2024-02-07 01:38:26 +0400
  • 2eae7fd34b chore(ui): add Script_* stubs VDm 2024-02-07 01:26:30 +0400
  • 7e175200d6 fix(stormlib): dwFlags argument for SFileOpenPatchArchive VDm 2024-02-07 01:24:27 +0400
  • f9f7da8601 chore(util): replace std::string with SStr* functions VDm 2024-02-07 01:20:27 +0400
  • 6c4f278065 chore(build): update StormLib VDm 2024-02-07 00:05:24 +0400
  • 1e5f4fb542
    Merge branch 'whoahq:master' into master VDm 2024-02-06 23:43:05 +0400
  • c5e0034604 Merge branch 'whoahq-master' superp00t 2024-02-05 18:39:46 -0500
  • 00d69919dd chore(build): merge changes to vendor/CMakeLists.txt superp00t 2024-02-05 18:39:41 -0500
  • 967534c96b
    chore(model): improve argument names fallenoak 2024-01-18 22:06:42 -0600
  • d731564ef1 fix(console): use correct logic for handling slow WTF file loading superp00t 2023-12-19 04:23:33 -0500
  • 0193f00bbc fix(console): use correct WTF\ alternate path when opening cvar superp00t 2023-12-19 04:18:17 -0500
  • 25063fa34a fix(console): createDisposition is not a bitfield but an enum superp00t 2023-12-19 04:17:05 -0500
  • 0f04abb9de fix(gx): remove stub NewGLSDL when compiling for macOS superp00t 2023-12-16 21:03:53 -0500
  • d6de5b56ec fix(console): use InternalSet() when setting the launch value of CVar gxApi superp00t 2023-12-16 20:28:23 -0500
  • e37e28f155
    Merge branch 'whoahq:master' into master VDm 2023-12-16 00:05:26 +0400
  • 742e53f148 feat(event): make OsInputGet dispatch queued events on Linux superp00t 2023-12-13 20:28:12 -0500
  • 4ecdf64491 fix(console): set gxApi after being hinted superp00t 2023-12-10 22:40:10 -0500
  • 7859f381ce fix(console): gxApi string comparison should be case-insensitive superp00t 2023-12-10 22:35:51 -0500
  • 30679155be chore(build): update dependencies superp00t 2023-12-10 22:18:01 -0500
  • 073c7d7dc0 fix(gx): CGxDeviceGLSDL should set its gxApi value to GxApi_GLSDL superp00t 2023-12-10 19:19:03 -0500
  • 6bf87c4f2d feat(gx): detach CGxDeviceGLSDL from GxApi_OpenGl handling superp00t 2023-12-10 19:04:57 -0500
  • c6cf2814df fix(gx): supportedApi, not supported superp00t 2023-12-10 19:02:00 -0500
  • 8fe559c2d8 feat(console): allow graphics device to be initialized using hints from CVar as well as a command-line override superp00t 2023-12-10 18:56:40 -0500
  • f03ea10648 fix(gx): create CGxDeviceGLSDL using GxApi_GLSDL superp00t 2023-12-10 18:55:04 -0500
  • bd9e145557 feat(gx): add EGxApi value GxApi_GLSDL superp00t 2023-12-10 18:53:52 -0500
  • 051d104ff7 feat(event): run event scheduler on Linux superp00t 2023-12-04 19:22:13 -0500
  • 2aa3bd3d04 fix(util): nest forward declaration of StreamRecord superp00t 2023-12-04 19:15:37 -0500
  • 76b92d1199 fix(util): bytesread, not bytesRead superp00t 2023-12-04 19:09:40 -0500
  • f072312386 fix(util): forward declare Blizzard::File::StreamRecord inside of SFile.hpp superp00t 2023-12-04 19:08:41 -0500
  • 0e665e8c5e fix(util): link BlizzardCore to util module superp00t 2023-12-04 19:01:43 -0500
  • 0302864f8d feat(util): SFile functions now use the BlizzardCore filesystem utilities superp00t 2023-12-04 18:54:37 -0500
  • 5eff48097f chore(build): update dependencies superp00t 2023-12-04 17:31:15 -0500
  • bc7cfc2baf chore(build): update dependencies superp00t 2023-12-02 12:51:11 -0500
  • 1570d3dc99 fix(gx): create GLSDL graphics device on Linux superp00t 2023-12-02 12:28:53 -0500
  • b379e06194 fix(gx): add missing include <cstring> superp00t 2023-12-02 12:18:48 -0500
  • 8b52de363d Merge branch 'master' of github.com:thunderbrewhq/thunderbrew superp00t 2023-12-02 12:14:08 -0500
  • 8eef6bb279 chore(build): update dependencies superp00t 2023-12-02 12:13:43 -0500