usertonycancel

4,599 Commits over 976 Days - 0.20cph!

2 Years Ago
Gutted out network filter system in favor of controlling incoming connections in C#. Commands removed: `banid, banip, removeip, writeid, writeip, listip, removeip, sv_filterban, sv_banid_enabled, sv_banid_dev_enabled, sv_logbans`. Added `bool Game.OnConnect( long playerId );`, returning false here will reject the incoming connection before the client entity is created.
2 Years Ago
Fixed up pointer-events API change
2 Years Ago
Set random player color on player ctor, should fix strange color mismatching
2 Years Ago
Added Client.IsFriend Make sure IsTeamPlayEnabled doesn't error out Add entity hudmarker system Hook up hudmarker to players, only applicable in team play Merge branch 'main' of sbox-boomer
2 Years Ago
Only display damage / armor hints if the damage was inflicted
2 Years Ago
Fixed up friendly fire damage expression to also cover invalid attacker
2 Years Ago
Don't try to evaluate friendly fire if the attacker is us
2 Years Ago
Fix Enum.TryParse compiler error
2 Years Ago
Start work on Teams, Team Manager Add TeamComponent, Client.GetTeam, Client.SetTeam Set up team where needed on client join / left, inform team component of team changes. Gamemodes can define their own team sorting. This might not be needed. Add Friendly Fire convar, checks teams on damage Only check for friendly fire if team play is enabled Add Friendly Fire to lobby settings Set up player colors to match their team if applicable Forgot to rename these Set Pawn before player.Respawn, fixed team balancer Temporary way to sort by team in the scoreboard
2 Years Ago
Temporary way to sort by team in the scoreboard
2 Years Ago
Set Pawn before player.Respawn, fixed team balancer
2 Years Ago
Forgot to rename these
2 Years Ago
Set up player colors to match their team if applicable
2 Years Ago
Add Friendly Fire to lobby settings
2 Years Ago
Only check for friendly fire if team play is enabled
2 Years Ago
Add Friendly Fire convar, checks teams on damage
2 Years Ago
Gamemodes can define their own team sorting. This might not be needed.
2 Years Ago
Set up team where needed on client join / left, inform team component of team changes.
2 Years Ago
Add TeamComponent, Client.GetTeam, Client.SetTeam
2 Years Ago
Start work on Teams, Team Manager
2 Years Ago
Respawn Timer Particle Merge branch 'main' into pickups
2 Years Ago
Rename RespawnImmediately to SpawnImmediate - fix draw on startup
2 Years Ago
Re-enable if Disabled = false, disallow pickup
2 Years Ago
Added BasePickup.Disabled
2 Years Ago
Armor pickup feed message uses armor granted value
2 Years Ago
Refactor Ammo pickups to use BasePickup
2 Years Ago
Add BasePickup.OnPickupAction, delete armor pickups when they're used if dropped by a player
2 Years Ago
No need to null out the model
2 Years Ago
Add BasePickup, made ArmorPickup and converted ArmorShard to use it.
2 Years Ago
Edited the velocity reflection to be a bit more arcadey This is an odd take, but alter the timescale a bit
2 Years Ago
Remove blur from menu, doesn't seem to work in Vr
2 Years Ago
Give the point to the other team if the serve hits the opponent's side on the first bounce.
2 Years Ago
Actually remove the failed serve sound
2 Years Ago
Game Loop rewrite to account for correct serving rules
2 Years Ago
Started work on menu widget, instead of going straight into client preferences. https://files.facepunch.com/devultj/1b1611b1/sbox_n0LKi4Seg7.jpg Improve menu widget style Give players a camera outside of VR, fake WorldInput outside of VR Give menu widget avatars a nice box shadow based on team Can open client prefs from menu widget Added Menu Widget toggle Unset active page if disabling menu Don't play the failed serve sound for now New Menu (left joystick down)
2 Years Ago
Don't play the failed serve sound for now
2 Years Ago
Only grab the server's replicated convar if we're clientside
2 Years Ago
Unset active page if disabling menu
2 Years Ago
Added Menu Widget toggle
2 Years Ago
Can open client prefs from menu widget
2 Years Ago
Give menu widget avatars a nice box shadow based on team
2 Years Ago
Give players a camera outside of VR, fake WorldInput outside of VR
2 Years Ago
Fixed replicated convars not saving the correct value
2 Years Ago
Improve menu widget style
2 Years Ago
Started work on menu widget, instead of going straight into client preferences. https://files.facepunch.com/devultj/1b1611b1/sbox_n0LKi4Seg7.jpg
2 Years Ago
For debugging, positionthe player's hands manually in non-VR
2 Years Ago
Game loop cleanup, fixed losing score not being submitted. Non-VR players get chucked into spectators, unless the host is running in tools.
2 Years Ago
Fixed game window not being resizable when switching to windowed mode Fixes #413
2 Years Ago
Fixed LeaderboardType being inverted
2 Years Ago
Decreased distribution of elo rank brackets