Commit Graph

  • 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
  • 37460378a8 feat(console): toggle console access based on -console flag superp00t 2023-08-14 23:00:04 -0400
  • 04e625f6a7 tidy(client): split CmdLine functions into separate files superp00t 2023-08-14 22:57:31 -0400
  • 473d2acc81 chore(build): update dependencies superp00t 2023-08-14 22:26:39 -0400
  • a4c0a5d31c chore(build): update dependencies superp00t 2023-08-14 22:12:52 -0400
  • b408818e74 feat(client): process command-line arguments in InitializeGlobal() superp00t 2023-08-14 17:03:02 -0400
  • 5acf954da7 chore(build): update squall dependency superp00t 2023-08-14 16:41:28 -0400
  • cbaf4f1dfb chore(build): update dependencies superp00t 2023-08-14 16:34:02 -0400
  • b92c658dd0 feat(app): parse command line arguments at launch on Unixlikes superp00t 2023-08-14 16:29:21 -0400
  • bc5b5ccdac chore(build): update dependencies superp00t 2023-08-04 23:37:29 -0400
  • 61542dece9 chore(build): rehome dependencies superp00t 2023-08-04 01:58:43 -0400
  • 746a2c20e9
    Merge branch 'whoahq:master' into master VDm 2023-05-13 21:07:17 +0300
  • 3ee7e489aa feat(event): implement synchronous key and mouse state tracking superp00t 2023-04-29 23:12:53 -0400
  • df1ab32267
    feat(console): animate console open and close fallenoak 2023-04-17 22:44:44 -0500
  • 56092c6700
    feat(console): partially implement console key down handler Tristan 'Natrist' Cormier 2023-04-17 22:10:10 -0400
  • 884e491b25
    chore(ui): clean up script handlers for CScriptObject fallenoak 2023-04-17 18:15:40 -0500
  • bc1ce52f7d
    chore(gx): use uint32_t union member in CGxStateBom when appropriate fallenoak 2023-04-17 16:52:11 -0500
  • 082eab597e
    Merge pull request #1 from whoahq/master VDm 2023-04-18 00:03:01 +0400
  • 12f9166446 feat(ui): implemented termination w/o notice VDm 2023-04-18 00:00:47 +0400
  • 58272f1212
    chore(gx): clean up function declarations in GLDevice fallenoak 2023-04-17 12:16:38 -0500
  • 01ca76788c
    chore(gx): clean up member function declarations in CGxMatrixStack fallenoak 2023-04-15 21:23:03 -0500
  • 912d643e9c
    chore(gx): add flag enum to CGxMatrixStack fallenoak 2023-04-15 21:21:27 -0500
  • 3549abd87f
    feat(console): add helpers for console hotkey Tristan 'Natrist' Cormier 2023-04-15 17:33:17 -0400
  • 309ba8085c
    feat(console): enable console access when initializing device fallenoak 2023-04-15 16:14:15 -0500