Commit Graph

  • 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
  • d60b85f85c feat(client): use 'realmList' CVar when connecting to realm list server superp00t 2023-09-01 21:14:28 -0400
  • 9096894a21 fix(console): query if either CTRL key is pressed in OnKeyDownRepeat superp00t 2023-08-25 16:04:34 -0400
  • a6550c7c76 fix(console): get input line in OnKeyDownRepeat superp00t 2023-08-25 16:03:43 -0400
  • eb29dfd933 feat(console): handle some repeating key input events superp00t 2023-08-25 16:02:56 -0400
  • 5bb6123a43 fix(console): fix improper printing in 'cvarlist' command superp00t 2023-08-25 01:06:37 -0400
  • f6fba9b74c fix(console): fix improper printing in 'cvarlist' command superp00t 2023-08-25 00:57:25 -0400
  • 93be23dacc fix(client): include <bc/os/Path.hpp> superp00t 2023-08-24 23:30:06 -0400
  • 8e1869ffc1 fix(console): fix cvar iteration names superp00t 2023-08-24 23:25:55 -0400
  • 0bc324fb97 fix(console): add missing argument to CVar::Set superp00t 2023-08-24 23:16:31 -0400
  • ad147508a1 fix(console): specify CVar namespace when using s_registeredCVars superp00t 2023-08-24 23:15:39 -0400
  • 8e5b32555c fix(console): CVar::Load functions are static superp00t 2023-08-24 23:12:13 -0400
  • c3827174e9 fix(console): forward declare command handlers superp00t 2023-08-24 22:40:26 -0400
  • 089d5438a1 fix(console): fix SetCommandHandler superp00t 2023-08-24 22:35:39 -0400
  • 17fc9017e0 feat(console): add functions to reset and default cvars superp00t 2023-08-24 22:24:47 -0400
  • 851c1aea5b fix(util): remove placeholder OsCreateDirectory superp00t 2023-08-24 21:29:44 -0400
  • 2fbae5bf52 fix(util): correct string empty checks superp00t 2023-08-24 21:25:02 -0400
  • 1219279a2d feat(console): load console variables from WTF files superp00t 2023-08-24 20:51:30 -0400
  • b2a7a3d4ca chore(build): update dependencies superp00t 2023-08-24 20:49:17 -0400
  • 3f238e2b10 chore(build): update dependencies superp00t 2023-08-23 19:43:40 -0400
  • dc83513147 chore(build): update dependencies superp00t 2023-08-23 18:25:34 -0400
  • 5c75a80a15 fix(event): use ExitProcess() to actually exit on Windows, exit() doesn't work superp00t 2023-08-17 05:43:24 -0400
  • b9b5a06067 chore(build): update dependencies superp00t 2023-08-17 02:10:50 -0400
  • 532d63bdc5 fix(console): std::size not available in C++11 superp00t 2023-08-16 21:08:48 -0400
  • e257ab6c88 fix(console): include console/Console.hpp in ClearConsole command file superp00t 2023-08-16 19:35:06 -0400
  • 1dfb507c53 fix(console): expose ConsoleClear() in console/Console.hpp superp00t 2023-08-16 19:29:42 -0400
  • 8a7d89b52f feat(gx): implement GxuFontClearBatch superp00t 2023-08-16 19:24:24 -0400
  • 647d2b622f fix(console): include <cstdio> superp00t 2023-08-16 18:27:40 -0400
  • 8e75a59d37 fix(console): include <cstdarg> superp00t 2023-08-16 18:23:34 -0400
  • d6965d392e fix(console): replace definitions superp00t 2023-08-16 18:18:01 -0400
  • 47e8d94842 fix(console): rename macros and add enum EXECMODE superp00t 2023-08-16 17:51:14 -0400
  • ee51e76795 fix(console): new types included superp00t 2023-08-16 17:38:37 -0400
  • 394d4ac321 tidy(console): move several types into Types.hpp superp00t 2023-08-16 17:05:43 -0400
  • c05d229b2e fix(console): remove duplicate CATEGORY superp00t 2023-08-16 17:02:55 -0400
  • 3c7300a614 fix(console): include console/Command.hpp in CVar.cpp superp00t 2023-08-16 16:49:21 -0400
  • 0397579ca9 fix(console): add command category enum superp00t 2023-08-16 16:43:55 -0400
  • 384e52c7d1 feat(console): limited console implementation superp00t 2023-08-16 16:37:38 -0400
  • 9c3bc2203d
    Merge pull request #1 from superp00t/feat-event-implement-sync-key-state Phaneron 2023-08-15 23:52:38 -0400
  • 8deec105b6 chore(build): update dependencies superp00t 2023-08-15 04:42:55 -0400
  • f7bc2d96bf fix(command): C++11 doesn't have std::size, use sizeof superp00t 2023-08-15 03:58:53 -0400
  • 2e0df837a9 fix(command): include <vector> for std::size function superp00t 2023-08-15 03:46:39 -0400
  • f760dd45f1 fix(command): fix enums and make functions nonstatic superp00t 2023-08-15 03:39:39 -0400
  • c171356533 chore(build): update squall dependency superp00t 2023-08-15 03:26:10 -0400