Commit Graph

  • b10bb3bba6
    chore(event): replace inlined TSList::Clear fallenoak 2025-10-02 08:57:01 -0500
  • 05e327e54f
    chore(event): tweak style fallenoak 2025-10-02 08:51:53 -0500
  • b6deee08ef
    chore(event): update error macros fallenoak 2025-10-01 23:52:45 -0500
  • a0cbf743e6
    Merge branch 'master' into feat-event-implement-sync-key-state fallenoak 2025-10-01 23:46:33 -0500
  • e9ef44c008
    feat(ui): implement CSimpleFrame_SetBackdropColor fallenoak 2025-10-01 23:42:04 -0500
  • 568db50717
    feat(ui): implement CSimpleEditBox_SetFocus fallenoak 2025-10-01 23:22:36 -0500
  • a226ec7f76
    feat(net): implement more of ClientConnection::Connect fallenoak 2025-10-01 23:17:00 -0500
  • 71cc05e4dd
    feat(ui): implement Script_GetRealmCategories fallenoak 2025-10-01 22:49:00 -0500
  • d710d5f999
    feat(ui): implement Script_GetCVar fallenoak 2025-10-01 21:12:38 -0500
  • 5736ed1fce
    feat(ui): stub issecure fallenoak 2025-10-01 21:03:49 -0500
  • 17b38d3dc9
    feat(ui): implement CSimpleFontString_SetTextColor fallenoak 2025-10-01 20:56:09 -0500
  • c0efa22bdf
    feat(net): call HandleRealmData in GruntLogin reconnect flow fallenoak 2025-10-01 20:05:26 -0500
  • 84195691c6
    feat(client): register useEnglishAudio var in InitializeGlobal fallenoak 2025-10-01 20:04:37 -0500
  • 5b9950c594
    feat(client): register and set locale var in InitializeGlobal fallenoak 2025-10-01 20:01:23 -0500
  • 6da008c942
    feat(net): add ClientServices::JoinRealmResult fallenoak 2025-10-01 19:49:30 -0500
  • 3392c5b427
    chore(console): clean up calls to CVar::Register fallenoak 2025-10-01 16:58:19 -0500
  • 9ed50a0eed
    chore(console): move CATEGORY enum to types header fallenoak 2025-10-01 16:47:57 -0500
  • 32413a37da
    feat(console): add CVar::LookupRegistered (#97) Tristan 'Natrist' Cormier 2025-10-01 12:32:04 -0400
  • ff2a232de0 feat(cvar): add LookupRegistered method Tristan Cormier 2025-09-30 16:59:30 -0400
  • 8b4cc6121a
    feat(net): implement remaining failure cases in GruntLogin::LogonResult fallenoak 2025-09-30 22:51:21 -0500
  • ecc43fe40b
    feat(net): implement GruntLogin::Logoff fallenoak 2025-09-30 21:23:05 -0500
  • cb986335f6
    feat(net): implement all of GruntLogin::NextSecurityState fallenoak 2025-09-30 21:15:38 -0500
  • 8e1df61749
    feat(net): add Grunt::ClientLink::LogonStoredSession fallenoak 2025-09-30 19:55:31 -0500
  • f97bf4a876
    feat(net): implement GruntLogin::Reconnect fallenoak 2025-09-30 16:26:20 -0500
  • eccd46684f
    feat(client): implement more of ClientServices::Logon fallenoak 2025-09-30 16:21:36 -0500
  • 8f992159f2
    feat(client): call ClientServices::InitLoginServerCVars during initialization fallenoak 2025-09-30 15:29:39 -0500
  • 971984e004
    feat(client): add ClientServices::InitLoginServerCVars fallenoak 2025-09-30 15:14:32 -0500
  • 87361e5c6c
    fix(console): use correct return type for CVar::Load fallenoak 2025-09-30 11:39:55 -0500
  • 1d9cb65579
    feat(net): use name found in various builds for LOGIN_RESULT_21 fallenoak 2025-09-29 20:26:04 -0500
  • b8062f3061
    feat(net): use name found in various builds for LOGIN_STATE_15 fallenoak 2025-09-29 20:08:49 -0500
  • 2b3458769f
    chore(net): remove unneeded include from GruntLogin header fallenoak 2025-09-27 21:36:43 -0700
  • 107fc8c479
    chore(net): clean up additional comments and names fallenoak 2025-09-27 21:30:42 -0700
  • fd062bee34
    feat(net): stub GruntLogin::Reconnect fallenoak 2025-09-26 23:07:44 -0700
  • a85bd4809f
    chore(net): rearrange defines and enums for clarity fallenoak 2025-09-26 22:41:40 -0700
  • 2d3327d3ae
    chore(net): improve clarity in Grunt::ClientLink::ProveVersion fallenoak 2025-09-26 20:49:31 -0700
  • 3349fcb6e7
    feat(net): implement reconnect path in GruntLogin::GetVersionProof fallenoak 2025-09-25 23:30:29 -0700
  • 597be15103
    chore(net): stub out more of client version check during login fallenoak 2025-09-25 23:15:53 -0700
  • b7b257f43f
    chore(net): tidy up version challenge defines fallenoak 2025-09-25 22:26:17 -0700
  • 4312158dfa
    feat(net): implement reconnect path in ProveVersion fallenoak 2025-09-25 22:01:00 -0700
  • d0f138a656
    feat(net): implement CmdAuthReconnectProof fallenoak 2025-09-25 19:16:01 -0700
  • cb48aca869
    chore(net): clean up command handler result comments fallenoak 2025-09-25 18:49:24 -0700
  • c7f9df77f1
    feat(net): implement CmdAuthReconnectChallenge fallenoak 2025-09-25 15:52:51 -0700
  • 92f507820b
    chore(net): improve readability of Grunt::ClientLink command handlers fallenoak 2025-09-25 15:05:48 -0700
  • d39789d624
    chore(net): add defines for SRP6_Client status codes fallenoak 2025-09-25 14:37:11 -0700
  • 3bd58205bb
    chore(net): clean up CmdAuthLogonProof fallenoak 2025-09-25 09:47:12 -0700
  • b95d725018
    feat(net): make Grunt::ClientLink state an enum (#21) Tristan 'Natrist' Cormier 2025-09-25 12:20:57 -0400
  • d1bbf86723
    Merge branch 'master' into Grunt-state-enum fallenoak 2025-09-25 09:15:03 -0700
  • 1d1398ed4f feat(net): clean up and implement more of CmdAuthLogonChallenge fallenoak 2025-09-24 15:02:26 -0700
  • 8be3edc0ff
    feat(net): clean up and implement more of CmdAuthLogonChallenge fallenoak 2025-09-24 15:02:26 -0700
  • 8043f8de0c
    feat(console): add CVar::Load fallenoak 2025-09-23 22:52:16 -0700
  • a828a962a1
    chore(net): annotate read checks in CmdAuthLogonChallenge fallenoak 2025-09-23 21:20:43 -0700
  • 7e43643de8
    chore(net): clean up CmdAuthLogonChallenge fallenoak 2025-09-23 20:44:28 -0700
  • f5a0e009eb
    chore(net): move CanRead helper out of CDataStore fallenoak 2025-09-23 20:31:08 -0700
  • 4bd4868531 chore(build): update libs fallenoak 2025-09-23 16:54:14 -0700
  • 27fca89b9a
    chore(build): update libs fallenoak 2025-09-23 16:54:14 -0700
  • e35c66785c
    chore(format): configure IndentAccessModifiers to match project fallenoak 2025-09-23 16:02:46 -0700
  • 1262a76331
    chore(console): improve structure for event-related handlers fallenoak 2025-09-23 10:45:19 -0700
  • 555ebf726c
    chore(console): adjust files for clarity fallenoak 2025-09-23 10:39:29 -0700
  • fb0934af0f feat(console): implement ConsoleInitializeClientCommand fallenoak 2025-09-23 10:28:47 -0700
  • 94ceaf0d96
    feat(console): implement ConsoleInitializeClientCommand fallenoak 2025-09-23 10:28:47 -0700
  • 08faeb135d feat(console): implement ConsoleInitializeClientCVar fallenoak 2025-09-23 10:06:15 -0700
  • ae536ce528
    feat(console): implement ConsoleInitializeClientCVar fallenoak 2025-09-23 10:06:15 -0700
  • f605bc0670
    chore(db): rewrite record classes to match whoa-autocode fallenoak 2025-09-23 06:19:58 -0700
  • 67310473db
    feat(locale): add CURRENT_LANGUAGE and WOW_LOCALE fallenoak 2025-09-23 06:18:07 -0700
  • ab0c72f7ad
    feat(db): add MapRec fallenoak 2025-09-23 06:04:42 -0700
  • db149e73a6
    chore(db): add missing include fallenoak 2025-09-23 06:02:16 -0700
  • aa70c1c5bf
    feat(client): add ClientIdle fallenoak 2025-09-22 20:17:38 -0700
  • ea7fda972e feat(client): register handlers in ClientInitializeGame fallenoak 2025-09-22 19:59:23 -0700
  • 36b1960551
    feat(client): register handlers in ClientInitializeGame fallenoak 2025-09-22 19:59:23 -0700
  • 667e50bd67
    feat(gx): implement LoadingScreenDrawing fallenoak 2025-09-22 14:27:05 -0700
  • 62e1345df4
    feat(glue): stub handling IDLE_ENTER_WORLD fallenoak 2025-09-22 14:13:27 -0700
  • 1c29b41243
    chore(build): update libs fallenoak 2025-09-02 20:29:33 -0500
  • 38d6cafc44
    chore(build): remove explicit build type fallenoak 2025-09-02 19:51:01 -0500
  • 4a8bf35caa
    chore(build): fix compatibility with CMake 4.x fallenoak 2025-09-02 17:28:17 -0500
  • 70bce77512
    Merge 2ff05376e8 into 967534c96b VDm 2024-02-11 22:19:11 +0000
  • 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