Commit Graph

  • 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
  • 56439993ba feat(gx): implement GLSDLDevice::SetScissor superp00t 2023-11-30 22:32:07 -0500
  • 1620994f02 fix(gx): typo superp00t 2023-11-30 16:13:08 -0500
  • 47b9878e3e fix(gx): restore old behavior to GLSDL superp00t 2023-11-30 16:11:40 -0500
  • 29edb4e032 fix(gx): return fallback sample count superp00t 2023-11-26 15:38:57 -0500
  • 697f3ca9f6 fix(gx): disable unused code block pertaining to multisamples superp00t 2023-11-26 15:12:00 -0500
  • bf0fa09160 fix(gx): do glFlush() before swapping buffers superp00t 2023-11-26 15:11:22 -0500
  • 83f0e9ac2e chore(build): update dependencies superp00t 2023-11-26 15:03:14 -0500
  • 3da866cfb0 fix(gx): include CGxDeviceGLSDL superp00t 2023-11-26 14:52:03 -0500
  • 884d208bd0 feat(gx): resize GLSDL window with SDL resize event superp00t 2023-11-26 14:51:01 -0500
  • 21dcc7d8ae feat(gx): handle SDL window resize event superp00t 2023-11-26 14:42:47 -0500
  • dbac391d9e fix(gx): change charactersize to int32 superp00t 2023-11-26 12:43:31 -0500
  • 2dd65b2b5d fix(gx): SUniSGetUTF8, not SUniGetUTF8 superp00t 2023-11-26 12:25:07 -0500
  • 18572b35fc fix(gx): include <storm/Unicode.hpp superp00t 2023-11-26 12:19:35 -0500
  • a336165cef feat(gx): translate SDL_TextInput events into OS_INPUT_CHAR events superp00t 2023-11-26 12:13:32 -0500
  • c0d5e2a0c8 feat(gx): GLSDL window closes upon SDL_EVENT_QUIT superp00t 2023-11-24 23:52:34 -0500
  • 73912ed71a feat(gx): correct translation of mouse button index superp00t 2023-11-24 23:51:01 -0500
  • 49bc9d5d8b feat(gx): GLSDL window dispatches mouse button events superp00t 2023-11-24 23:25:58 -0500
  • eccf4db2e0 feat(gx): GLSDL window dispatches mouse and key events to input queue superp00t 2023-11-24 19:33:48 -0500
  • dce8a76717 chore(build): update dependencies superp00t 2023-11-18 13:49:34 -0500
  • ec66da49c5 fix(gx): when not on Windows or Linux, use dummy NewOpenGl superp00t 2023-11-18 11:30:06 -0500
  • 61b7c52a3c fix(build): vendored glew library superp00t 2023-11-18 11:16:18 -0500
  • 9fbddf1864 fix(build): vendored glew library superp00t 2023-11-18 11:14:44 -0500
  • 706c8903a1
    feat(gx): add incomplete 'CGxDeviceGLSDL' (#2) Phaneron 2023-11-18 10:50:16 -0500
  • 8cd37827da chore(build): change SDL3 linkage from shared (bad) to to static (good) superp00t 2023-11-15 19:44:59 -0500
  • b3b75a716c feat(gx): add uncompleted CGxDeviceGLSDL targeting Windows and Linux superp00t 2023-11-15 19:31:16 -0500
  • 827c86b194 feat(console): in the presence of -opengl launch flag, change GxApi to OpenGl superp00t 2023-11-15 19:29:01 -0500
  • dd52d00736 chore(build): add vendored glew-cmake-2.2.0 library superp00t 2023-11-15 19:27:50 -0500
  • cf257c771f chore(build): add vendored SDL 3.0.0 library superp00t 2023-10-28 20:44:58 -0400
  • 83f8591082
    chore(build): clean up fmod integration fallenoak 2023-10-23 22:12:33 -0500
  • de5e3fc201
    chore(build): add executable-local library search paths (#89) fallenoak 2023-10-22 22:52:05 -0500
  • 934e0fb600 fix(client): define login CVars as static variables part of class ClientServices superp00t 2023-09-01 22:07:33 -0400
  • 127b83f24c fix(client): define login CVars inside ClientServices.cpp superp00t 2023-09-01 21:59:50 -0400
  • 0b6ca30f7d fix(client): include 'console/Client.hpp' superp00t 2023-09-01 21:28:54 -0400
  • 77608bab14 fix(client): missing static specifier superp00t 2023-09-01 21:28:09 -0400
  • 5928749866 feat(client): typos superp00t 2023-09-01 21:24:17 -0400