branchspacechess/main/clientbotcancel

26 Commits over 0 Days - ∞cph!

5 Years Ago
split previous commit into IsClatterPacket and HandleRacknetPacket functions, actually.
5 Years Ago
Renamed RaknetPacket to ClatterPacket and inverted the outcomes to make more sense, handle un-handled raknet packets by ignoring them.
5 Years Ago
fix/logging
5 Years Ago
removed some debug spam
5 Years Ago
fixes
5 Years Ago
quick temp matchmaking/game creation bot test
5 Years Ago
wip ClientBot class, wrap client connection, bot list is now of type ClientBot not GameClientInternet
5 Years Ago
GameClient now tracks LocalTeam
5 Years Ago
promotion toast shit...
5 Years Ago
match outcome toast events, listeners, blah blah
5 Years Ago
daily challenge toast events, UIGlobalPanel listener
5 Years Ago
added MMFRequestEventArgs. added MMFReceived event. UIGlobalPanel listents for local internet game client MMFReceived event and shows the panel.
5 Years Ago
Added MMF declined event, msghandler triggers it, UIGLobalPanel listens to local internet client.
5 Years Ago
Tile hover handler now fires event, moved tile highlight trigger to BaseInput event listener.
5 Years Ago
moved CommandQueue from GIViewer static to GameClient instances. Client cmds now have a reference to the client executing it.
5 Years Ago
moved a few static variables out of GameClient base to member variables of GameClientInternet, updated msg handler refs.
5 Years Ago
merge from main
5 Years Ago
clean up proxy class and refs
5 Years Ago
more wip/testing stuff
5 Years Ago
server will only broadcast player connected message to all clients when server population is less than a server define
5 Years Ago
dispose of auth token when we're done with it. basic spreading of client bot updates across frames. bot connect button now creates and connects 500 clients instead of 10
5 Years Ago
increased max server client connections from 1k to 5k
5 Years Ago
more msg handler fixes
5 Years Ago
standalone server fix
5 Years Ago
msg handler fix and connect with delay
5 Years Ago
Removed all static events, variables and methods from GameClientInternet and refactored all references so that we can use multiple instances of it going forward. Added a temporary InternetClientProxy static class that redirects everything to a GameClientInternet instance, because everything expects a valid reference at startup.