userAdam Wcancel

12,375 Commits over 3,742 Days - 0.14cph!

7 Years Ago
merge from crowd branch (just spotted a white crowd bug though)
7 Years Ago
fixed menu button hovering issues caused by the overlapping play button image.
7 Years Ago
merged from main
7 Years Ago
added option to toggle realtime portrait rendering. Always enabled during the fullscreen intro, then turned on/off for the match. bit of crowd member cleanup.
7 Years Ago
crowd update no longer allocs, moved to fixedupdate.
7 Years Ago
more
7 Years Ago
wip crowd stuff
7 Years Ago
Added tile dust prefab link to Tile definition files, set all existing tilesets to use my new placeholder effect. Added placeholder dust effect.
7 Years Ago
more trophy rotation wip
7 Years Ago
wip nicer trophy rotation (getting latest)
7 Years Ago
build fix
7 Years Ago
optims
7 Years Ago
More ai profiling
7 Years Ago
ClientBot ai settings now ignore dangerous tile checks (optim)
7 Years Ago
AI profiling. Some quick AI optims.
7 Years Ago
ClientBotConfig empty constructor
7 Years Ago
GameHost.OnClientCmd now outputs the cmd type that was received for an invalid GI. Added more client bot config options: -CmdIntervalMin/Max -JoinMatchMaking -RejoinMatchMaking -If no steam IDs are specified, will assign each bot a steam id based on Environment.TickCount + i
7 Years Ago
only send tile cursor hover event to server after hovering a tile for 0.5 seconds.
7 Years Ago
increased max clients to 10,000
7 Years Ago
▉▇▋▊▋ ▊▅▋▊ ▄▆▊█▍▉▋ ▆▄▅▍ ▄▆▅
7 Years Ago
merge from main
7 Years Ago
added ClientBotConfig, can specify steam IDs to use for bots, bots cycle through the steam IDs when connecting, added client auth overriding for bots.
7 Years Ago
merge from main
7 Years Ago
standalone server fix
7 Years Ago
simple bot AI think scheduling
7 Years Ago
bots rejoin matchmaking after a match finishes
7 Years Ago
fixes
7 Years Ago
bot clients save replays
7 Years Ago
more
7 Years Ago
more
7 Years Ago
rewrote a bunch of stuff so the AI can be used for any team. still more to do...
7 Years Ago
proxy client EM fix
7 Years Ago
more
7 Years Ago
less broken
7 Years Ago
wip, broke everything
7 Years Ago
toggle camera rotation and game input with in-game menu visibility.
7 Years Ago
hide any previous 8ball outcome bubble as soon as you click for a new outcome
7 Years Ago
Added 8 ball trophy script, added anim event to 8 ball animation to trigger outcome, prefab updated.
7 Years Ago
split previous commit into IsClatterPacket and HandleRacknetPacket functions, actually.
7 Years Ago
Renamed RaknetPacket to ClatterPacket and inverted the outcomes to make more sense, handle un-handled raknet packets by ignoring them.
7 Years Ago
fix/logging
7 Years Ago
removed some debug spam
7 Years Ago
fixes
7 Years Ago
quick temp matchmaking/game creation bot test
7 Years Ago
wip ClientBot class, wrap client connection, bot list is now of type ClientBot not GameClientInternet
7 Years Ago
GameClient now tracks LocalTeam
7 Years Ago
promotion toast shit...
7 Years Ago
match outcome toast events, listeners, blah blah
7 Years Ago
daily challenge toast events, UIGlobalPanel listener
7 Years Ago
added MMFRequestEventArgs. added MMFReceived event. UIGlobalPanel listents for local internet game client MMFReceived event and shows the panel.