usertonycancel
reposbox-hc1cancel

945 Commits over 245 Days - 0.16cph!

8 Months Ago
Revert "Fixed door/usables not networking" This reverts commit c2dc6e6fe0a20469fb8f019b864abed7adcea5a6. Restore Sol's commit that was lost to the void
8 Months Ago
Fixed door/usables not networking
8 Months Ago
Fixed typo Fixed a fuckup with possession (hopefully)
8 Months Ago
Don't collide with dropped weapons, overlapping with weapon will try to pick it up
8 Months Ago
Only trigger hit marker if we caused the damage
8 Months Ago
Removed debug log
8 Months Ago
Don't produce effects if we're far enough away from them
8 Months Ago
Remove player collisions with ragdolls Limit weapon shooting effects to bullet trail & player blood, add blood impact sound
8 Months Ago
Show friendly players cash on scoreboard
8 Months Ago
Move the player's camera behind them on death Add EquipmentDropper, drops current weapon (assuming it can be dropped), and drops all specials (bomb) Add equipment dropper to bomb_defusal gamemode
8 Months Ago
Little code changes to improve non-owned possession Fixed another NRE Missed this code Noclip logic change
8 Months Ago
Fixed a collection of NREs
8 Months Ago
Fixed slow walk / crouch (looks like someone deleted the code)
8 Months Ago
Add radio stuff Integrate bomb planted, bomb defused, round won, round loss radio sounds
8 Months Ago
Order developer menu buttons by name
8 Months Ago
Change RootNamespace
8 Months Ago
Fixed collider size on dropped weapons Add IUse, can pick up weapons off the ground
8 Months Ago
Apply force where the player's aiming when dropping
8 Months Ago
Can drop weapons (not melee), can't pick up yet
8 Months Ago
Can right mouse to knife as well
8 Months Ago
Upped the hearing range for the c4 beeps
8 Months Ago
Fixed the m4
8 Months Ago
Remove BuyMenu hint from Vitals, since we got one on the Balance panel
8 Months Ago
Update .sbproj
8 Months Ago
Let's see if this works, probably not..
8 Months Ago
More investigation
8 Months Ago
Switching Refactor
8 Months Ago
Remove RMR from MP5 Lower the base player accel Delete PlayerPanel.razor.scss
8 Months Ago
Expose AirAcceleration, jump is tied to Input.Pressed instead of Down
8 Months Ago
Restore weapon icons to buy menu
8 Months Ago
Use weapon icons Add PlayerPanel, kill feed respects team colors
8 Months Ago
Add inflictor to damage events, pass through to kill feed
8 Months Ago
Fixed my suspend switching change happening on non-local clients
8 Months Ago
Can only die once, stops kill feed spam
8 Months Ago
Add KillFeed
8 Months Ago
Add IKillListener (prep for kill feed)
8 Months Ago
Can suspend weapon switches in a scope, only switch weapon when we're done giving out loadout
8 Months Ago
Add support for weapon deploy sounds, hook up knife swing/deploy sound
8 Months Ago
Use BulletSpread instead of hardcoded value
8 Months Ago
Support shooting many bullets per-shot (pellets), support single-chamber reloading (Shotgun), add Spaghelli up the decibel range of all weapon sounds
8 Months Ago
Input hint next to vitals to make it super clear how to open the buy menu (pending some better visuals)
8 Months Ago
Add rough damage indicator system, can only noclip when in dev mode Add WeaponData.Icon, use icons again (thank you very much @bakscratch)
8 Months Ago
Silently (without callback) set the player's health to 0 if we force the life state Don't let the player move their camera if they die (until we get proper death cam/spectating)
8 Months Ago
Ragdoll the player's renderer when they die
8 Months Ago
Add notion of armor, can't be bought yet
8 Months Ago
Fix NRE at (Facepunch.ViewModel.ApplyVelocity(Weapons/ViewModel.cs:104)) Fix NRE at (Facepunch.InputActionWeaponFunction.OnFixedUpdate(InputActionWeaponFunction.cs:86))
8 Months Ago
Team names and team colours are reflected properly in the UI
8 Months Ago
Don't allow having the same weapon twice, fix clearing inventory when we shouldn't
8 Months Ago
Minor round state display UI changes
8 Months Ago
Hook up basic procedural hit reaction