1,550 Commits over 214 Days - 0.30cph!
Fix UpdateDead NRE
Fixed DroppedWeapon error
Possible that this is null
Balance.razor error fixes
Don't reset armor / helmet if we were alive on respawn
Fix LogPlayers logging wrong pawn
Halve HE and flashbang fuse times
Don't include DamageTracker.Registry in snapshots
It can't be serialized
Disallow throwing/melee when frozen
Fix GlobalComponents not being re-created if old inst is destroyed
Fixes #177
Add PlayerStateCleanupTime to bomb defusal
Allow people to reclaim their PlayerStates
Fix bomb defusal early victory
Reduce max rounds in bomb defusal to 24
Added a bunch of mount points for grenades, mounted prefab variants
Secondary mount point is perfectly in the CT character's pistol holster
Re-add mount points for all equipment on the player
Improved bone mask behavior
Fixed PartyPodium being missing
CT_player textures update WIP
Hook up idle animator to main menu podium players
Fixed expected move_x/move_y values for player movement, slow walk reflects properly now
Improve physics shape list for new character
Set up CT character model
Shape list stub, physics joints stub
Add hitboxes to new player
Moved hitbox set list into its own prefab
player: Move some stuff into their own vmdl prefabs
make b_grounded default to true
Hook in some very temporary attack anims
Improved jump state machine so it's impossible to get stuck in air
Fixed a bunch of weapon alignments
Don't need these
Add HumanOutfitter, not hooked in yet
Add third person toggle dev command
Use new character in prep for Dan's new CT
Removed helmet removal code from outfitter
Turn off outline component by default until it's turned on by something
This makes more sense I think
tdm map
wip start of detailin
Merge branch 'main' of sbox-hc1
Give each team different knives in retakes
Possible fix for C4 not always planting in retakes (#165)
Make buy zone rules host driven again
Hopefully this fixes not being able to buy in deathmatch sometimes
Can move vertically in noclip
Can use right mouse button for switching off respawning camera
Don't let players immediately switch out of deathcam
Add hints for how to skip to spectate while in deathcam
Automatically swap out of deathcam after some seconds
Fix not removing weapons when buying in deathmatch
More specific hash check for round state team players
Bot avatars are different from players
Check for IsHost in host-only KillEvent handlers
Fix dropping equipment on death
Fix HealthComponent.OnKill hiding IRespawnable.OnKill
Add bool EquipmentDropper.LimitedDropOnDeath
Instead of checking for DefaultEquipment to not drop pistol
Use EquipmentDropper rules for manually dropping items
Tweak retakes round start grace period (#165)
No need to respawn in SwapTeams
Update facepunch.libevents
Fix players being assigned spawn points twice each respawn (#165)
Plant bomb at spawn point (#165)
Ground players on spawn (#165)