userTony Fergusoncancel

3,933 Commits over 823 Days - 0.20cph!

1 Year Ago
Fixed compiler error
1 Year Ago
Project backwards with penetration, so bullet holes are on both sides of a wall https://files.facepunch.com/devultj/1b1811b1/sbox-dev_XH4xFVufKB.mp4
1 Year Ago
Ricochet impacts & trails https://files.facepunch.com/devultj/1b1811b1/sbox-dev_tbJXwJSPxP.mp4
1 Year Ago
Adjusted viewmodel weights for all weapons
1 Year Ago
Removed strange sprint walkbob offset, updated revolver walk bob
1 Year Ago
CapturePoint responds to player deaths
1 Year Ago
Decreased ping lifetime if not enemy / resource
1 Year Ago
Fixed enemy ping persisting across lives
1 Year Ago
Give crosshair a dot Fixed pickup triggers accepting traces while actively held by a player
1 Year Ago
Add PingSystem.GetLifetime, use that for deferred ping cleanup
1 Year Ago
Remove ping if ping's tagged entity has a parent now
1 Year Ago
Can ping weapons, triggers call to parent for pings
1 Year Ago
Add simple pinging system, needs sounds
1 Year Ago
Cleaned up unused VaultMoveMechanic code Pass current bullet count into DoTracer, originate from muzzle if first bullet pass Merge branch 'main' of sbox-gunfight
1 Year Ago
Remove MeleeWeapon. Got plans for this in the future.
1 Year Ago
Give ViewModel a flat FOV, for users who play at ridiculous FOV
1 Year Ago
Try to handle aim vs non-aim viewmodel states better.. this is all a big mess
1 Year Ago
Delete all loose weapons on the ground when map gets cleaned up Mess with tickrate some more Added WeaponDefinition.FindFromSlot, WeaponDefinition.Random( list ) Instead of hardcoded randomizer, use new methods to randomize loadout outside of Gunfight mode
1 Year Ago
Don't shake screen while sliding
2 Years Ago
Decreased AKM pitch variance
2 Years Ago
Updated AKM sound in resource
2 Years Ago
Cover aim hint positions itself in the world Vaulting mechanic rewritten, will now test the next position and stop if we're going to get stuck
2 Years Ago
Also added the new sounds..
2 Years Ago
Added round countdown sounds
2 Years Ago
Fix NRE for Inventory.GetAll
2 Years Ago
Set CapturePointEntity model
2 Years Ago
First version of round won panel
2 Years Ago
Re-add code to omit capture point marker if we're capturing it
2 Years Ago
Added GunfightCapturePanel, simple UI template to show flag status https://files.facepunch.com/devultj/1b1411b1/ShareX_eevAonsQQK.png
2 Years Ago
Revolver can 1-hit headshot
2 Years Ago
Fixed damage not working outside of active gamemode Add Revolver resource, Cowboy loadout resourc
2 Years Ago
Updated AKM icon in resource Adjusted round lengths, don't end the round if someone is capturing the flag. Minor tweaks to CapturePoint, HudMarkers Merge branch 'main' of sbox-gunfight
2 Years Ago
Create CapturePointEntity.cs Create GamemodeMarker.cs Create a capture point when RoundFlagActive, clean all capture points when starting the round Map update Add Gamemode.OnFlagCaptured Win the round on CTF
2 Years Ago
Upgraded score panel, bigger time countdown, alive player counts
2 Years Ago
Added more loadouts
2 Years Ago
Clear player effects on respawn
2 Years Ago
Reset K/D on game reset
2 Years Ago
Moved around slide effects, clear effects on death Players can respawn while waiting for players
2 Years Ago
Show winning team at the end of the game
2 Years Ago
Add/RemoveScore returns new score Don't go to RoundOver if we've intended to end the game
2 Years Ago
Handle game won state, go back to WaitingForPlayers, which will now check the active player count and go straight to round cooldown.
2 Years Ago
Loadouts can provide ammo Update AKM ammo-type
2 Years Ago
Define Loadout GameResource Add Gamemode.PlayerLoadout, hook it up to Gunfight
2 Years Ago
Check for dead players and award the other team. Semi-working gameplay loop!
2 Years Ago
Add AKM to random weapon rotation Fixed grabbing wrong weapon name in KillFeed
2 Years Ago
Use LifeState to decide different pathways for gamemodes to take when respawning a player. LifeState.Respawning = player will respawn in a few seconds. LifeState.Dead = gamemode must manually respawn them.
2 Years Ago
Add Gamemode.PreSpawn( player ), RespawnAllPlayers, disable input when movement is disabled Prevent Damage if gamemode.AllowDamage is false Adjusted spawnpoint query, added SpawnPointTag More work on Gunfight gamemode rules & game flow Delete inventory contents on respawn Add post process overlay when in round countdown
2 Years Ago
Start decaying the weapon once it's dropped
2 Years Ago
Added AKM weapon resource
2 Years Ago
Started work on game states for Gunfight