Commit Graph

  • 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
  • ef71ddc46e
    feat(console): add helpers for console access enabled state Tristan 'Natrist' Cormier 2023-04-15 17:03:58 -0400
  • 092ba0f881
    feat(console): add helpers for console active state Tristan 'Natrist' Cormier 2023-04-15 15:40:07 -0400
  • d67e13087a
    feat(gx): sync viewport in d3d backend fallenoak 2023-04-15 13:56:49 -0500
  • 37996fa79c
    feat(gx): set marker when viewport changes fallenoak 2023-04-15 12:36:57 -0500
  • 5174970b24
    feat(gx): sync projection and view xforms in d3d backend fallenoak 2023-04-15 12:14:33 -0500
  • c0e623d02b
    feat(gx): add const getter for top of matrix stack fallenoak 2023-04-15 10:32:07 -0500
  • 4a1101bd7d
    feat(gx): stub ffp state syncing in d3d backend fallenoak 2023-04-15 10:04:29 -0500
  • 36fa30eba8
    feat(gx): add equality operator to CGxStateBom fallenoak 2023-04-15 09:16:06 -0500
  • 317d94cd1a
    feat(gx): handle projection and view matrices in GLL backend fallenoak 2023-04-14 08:02:40 -0500
  • eb70607750
    fix(gx): only change vertex array FFP state for used attrib slots fallenoak 2023-04-14 07:45:19 -0500
  • eddc6f7f4a
    fix(gx): correct off-by-one error when popping render states fallenoak 2023-04-11 00:24:59 -0500
  • dfb7fb0270
    feat(gx): add FFP support for vertex arrays in GLL fallenoak 2023-04-11 00:23:06 -0500
  • 30964bf827
    fix(gx): walk dirty states backward when syncing fallenoak 2023-04-09 22:40:17 -0500
  • ecf0c43e70
    feat(console): register event handlers for console fallenoak 2023-04-09 22:40:32 -0500
  • cfd7aff536
    fix(console): correct alpha value for console background fallenoak 2023-04-09 12:58:43 -0500
  • 134d85bce6
    feat(console): add background drawing for console fallenoak 2023-04-08 23:10:53 -0500
  • 43f6d1f3cd
    fix(gx): set remaining values in ortho proj matrix fallenoak 2023-04-08 23:03:09 -0500
  • d5a3874c2f feat(util): update SFile with logging (Windows only) VDm 2023-04-08 22:46:53 +0400
  • 94bb7736aa feat(app): update SFile VDm 2023-04-08 18:02:05 +0400
  • bbafb2adb5 feat(util): update SFile to work with StormLib VDm 2023-04-08 16:08:07 +0400
  • 1d92f91aee feat(app): add OpenArchives VDm 2023-04-08 15:18:29 +0400
  • 2a1c75d1e8 feat(app): add StormLib VDm 2023-04-08 13:47:21 +0400
  • 6b4c5e9179
    feat(console): initialize console screen fallenoak 2023-04-07 23:06:08 -0500
  • 0003d5bd4b
    chore(gx): tweak style in GxPrimVertexPtr fallenoak 2023-04-07 14:46:08 -0500
  • 1ef7d46ba3
    feat(gx): add locked vertex drawing functions Phaneron 2023-04-07 15:40:32 -0400
  • 889395a79a
    feat(gx): add buf data helper function fallenoak 2023-04-06 15:00:16 -0500
  • 4a1b84ad57
    fix(gx): correct GxScenePresent behavior fallenoak 2023-04-06 12:22:04 -0500
  • 82ad7bb442
    feat(glue): partially implement glue reloading fallenoak 2023-04-06 11:18:29 -0500
  • 55a3bacbd0
    feat(net): handle connect callback in client connection fallenoak 2023-04-04 00:28:12 -0500
  • 1b27761d0c
    feat(client): implement auth response handler in realm adapter fallenoak 2023-04-03 23:34:31 -0500
  • 23d537103e
    feat(console): partially implement console command functions Tristan 'Natrist' Cormier 2023-04-04 00:33:46 -0400
  • e18afec28d
    feat(net): handle SMSG_AUTH_RESPONSE fallenoak 2023-04-03 18:00:18 -0500
  • 6479dcaecf
    chore(console): split out console device functions fallenoak 2023-04-02 08:37:11 -0500
  • 9d0487c8ce
    chore(console): move console functions out of client Tristan 'Natrist' Cormier 2023-04-02 06:06:40 -0700
  • e957b2bb61
    chore(build): update squall fallenoak 2023-04-01 08:25:40 -0500