Commit Graph

890 Commits

Author SHA1 Message Date
fallenoak
c0efa22bdf
feat(net): call HandleRealmData in GruntLogin reconnect flow 2025-10-01 20:05:26 -05:00
fallenoak
84195691c6
feat(client): register useEnglishAudio var in InitializeGlobal 2025-10-01 20:04:37 -05:00
fallenoak
5b9950c594
feat(client): register and set locale var in InitializeGlobal 2025-10-01 20:01:23 -05:00
fallenoak
6da008c942
feat(net): add ClientServices::JoinRealmResult 2025-10-01 19:49:30 -05:00
fallenoak
3392c5b427
chore(console): clean up calls to CVar::Register 2025-10-01 16:58:19 -05:00
fallenoak
9ed50a0eed
chore(console): move CATEGORY enum to types header 2025-10-01 16:47:57 -05:00
Tristan 'Natrist' Cormier
32413a37da
feat(console): add CVar::LookupRegistered (#97) 2025-10-01 11:32:04 -05:00
fallenoak
8b4cc6121a
feat(net): implement remaining failure cases in GruntLogin::LogonResult 2025-09-30 22:51:21 -05:00
fallenoak
ecc43fe40b
feat(net): implement GruntLogin::Logoff 2025-09-30 21:23:05 -05:00
fallenoak
cb986335f6
feat(net): implement all of GruntLogin::NextSecurityState 2025-09-30 21:15:38 -05:00
fallenoak
8e1df61749
feat(net): add Grunt::ClientLink::LogonStoredSession 2025-09-30 19:55:31 -05:00
fallenoak
f97bf4a876
feat(net): implement GruntLogin::Reconnect 2025-09-30 16:26:20 -05:00
fallenoak
eccd46684f
feat(client): implement more of ClientServices::Logon 2025-09-30 16:21:36 -05:00
fallenoak
8f992159f2
feat(client): call ClientServices::InitLoginServerCVars during initialization 2025-09-30 15:29:39 -05:00
fallenoak
971984e004
feat(client): add ClientServices::InitLoginServerCVars 2025-09-30 15:14:32 -05:00
fallenoak
87361e5c6c
fix(console): use correct return type for CVar::Load 2025-09-30 11:39:55 -05:00
fallenoak
1d9cb65579
feat(net): use name found in various builds for LOGIN_RESULT_21 2025-09-29 20:26:04 -05:00
fallenoak
b8062f3061
feat(net): use name found in various builds for LOGIN_STATE_15 2025-09-29 20:08:49 -05:00
fallenoak
2b3458769f
chore(net): remove unneeded include from GruntLogin header 2025-09-27 21:36:43 -07:00
fallenoak
107fc8c479
chore(net): clean up additional comments and names 2025-09-27 21:30:42 -07:00
fallenoak
fd062bee34
feat(net): stub GruntLogin::Reconnect 2025-09-26 23:07:44 -07:00
fallenoak
a85bd4809f
chore(net): rearrange defines and enums for clarity 2025-09-26 22:41:40 -07:00
fallenoak
2d3327d3ae
chore(net): improve clarity in Grunt::ClientLink::ProveVersion 2025-09-26 20:49:31 -07:00
fallenoak
3349fcb6e7
feat(net): implement reconnect path in GruntLogin::GetVersionProof 2025-09-25 23:30:29 -07:00
fallenoak
597be15103
chore(net): stub out more of client version check during login 2025-09-25 23:15:53 -07:00
fallenoak
b7b257f43f
chore(net): tidy up version challenge defines 2025-09-25 22:26:17 -07:00
fallenoak
4312158dfa
feat(net): implement reconnect path in ProveVersion 2025-09-25 22:01:00 -07:00
fallenoak
d0f138a656
feat(net): implement CmdAuthReconnectProof 2025-09-25 19:16:01 -07:00
fallenoak
cb48aca869
chore(net): clean up command handler result comments 2025-09-25 18:49:24 -07:00
fallenoak
c7f9df77f1
feat(net): implement CmdAuthReconnectChallenge 2025-09-25 15:52:58 -07:00
fallenoak
92f507820b
chore(net): improve readability of Grunt::ClientLink command handlers 2025-09-25 15:05:48 -07:00
fallenoak
d39789d624
chore(net): add defines for SRP6_Client status codes 2025-09-25 14:37:11 -07:00
fallenoak
3bd58205bb
chore(net): clean up CmdAuthLogonProof 2025-09-25 09:47:12 -07:00
Tristan 'Natrist' Cormier
b95d725018
feat(net): make Grunt::ClientLink state an enum (#21)
Co-authored-by: fallenoak <git@fallenoak.me>
2025-09-25 09:20:57 -07:00
fallenoak
1d1398ed4f feat(net): clean up and implement more of CmdAuthLogonChallenge 2025-09-24 15:29:42 -07:00
fallenoak
8043f8de0c
feat(console): add CVar::Load 2025-09-23 22:52:16 -07:00
fallenoak
a828a962a1
chore(net): annotate read checks in CmdAuthLogonChallenge 2025-09-23 21:20:43 -07:00
fallenoak
7e43643de8
chore(net): clean up CmdAuthLogonChallenge 2025-09-23 20:44:28 -07:00
fallenoak
f5a0e009eb
chore(net): move CanRead helper out of CDataStore 2025-09-23 20:31:08 -07:00
fallenoak
4bd4868531 chore(build): update libs 2025-09-23 17:00:37 -07:00
fallenoak
e35c66785c
chore(format): configure IndentAccessModifiers to match project 2025-09-23 16:02:46 -07:00
fallenoak
1262a76331
chore(console): improve structure for event-related handlers 2025-09-23 10:45:19 -07:00
fallenoak
555ebf726c
chore(console): adjust files for clarity 2025-09-23 10:39:29 -07:00
fallenoak
fb0934af0f feat(console): implement ConsoleInitializeClientCommand 2025-09-23 10:38:14 -07:00
fallenoak
08faeb135d feat(console): implement ConsoleInitializeClientCVar 2025-09-23 10:26:10 -07:00
fallenoak
f605bc0670
chore(db): rewrite record classes to match whoa-autocode 2025-09-23 06:19:58 -07:00
fallenoak
67310473db
feat(locale): add CURRENT_LANGUAGE and WOW_LOCALE 2025-09-23 06:18:07 -07:00
fallenoak
ab0c72f7ad
feat(db): add MapRec 2025-09-23 06:04:42 -07:00
fallenoak
db149e73a6
chore(db): add missing include 2025-09-23 06:02:16 -07:00
fallenoak
aa70c1c5bf
feat(client): add ClientIdle 2025-09-22 20:17:38 -07:00