1,550 Commits over 214 Days - 0.30cph!
Kill penalty for suicide / team kill
Scoreboard shows KD ratio
DroppedWeapon destroying is handled by DestroyBetweenRounds
DestroyBetweenRounds component
Destroy these dropped weapons in either PreRoundStart or PostRoundEnd?
Throw dropped weapons, place them when close to surface
Make player info section bigger, tweak text sizes
New health icon (to match armor)
Small input hints use InputGlyphSize.Small, prevents scaling issues
updated he_grenade blockout
Merge branch 'main' of sbox-hc1
Add radio stuff
Integrate bomb planted, bomb defused, round won, round loss radio sounds
Only count enabled weapons when considering if we should drop one - when we clear inventory we set weapon component Enabled to false
Show which team won in status text
CTs win if time runs out
I think this is a lot better
Explicitly define teams in round state, only show if not null & count > 0
Order developer menu buttons by name
Blur test
Chat moves into center of screen on ultrawide
More scoreboard style tweaks
Actually set IsDefused to true
Notify OnBombDefused listeners
RoundTimer component doesn't exist now
Add trigger collider to C4
Make PlayerController.IsFrozen host controlled, use for planting
PlayerInventory.HasDefuseKit
WIP move IUse to host, bomb defusing
Slimmer padding on scoreboard
Basic scoreboard, PlayerScore component
Don't give default equipment weapon if we already have weapon in same slot
Host controlled weapon drops and pickups
When the round ends destroy all dropped weapon objects
Use pressed not down, increase use distance from 50 to 72
Doors: Adjustable pivot, angle, speed, curve, opens away from player, plays sounds, etc.. Probably doesn't network properly
Make round status slimmer, hide health on enemy players
Tighten up player info UI
New round state UI, might be too bulky
Fixed hiding timer on bomb plant
Refactor game status / timer display
Change ct buyzone color to match
Ultrawide canvas
Tweak vitals for consistency, increase effective safe area size
Resize input hints & text for consistency
Buyzone prefab + map progress
Add buyzones, buy anywhere setting
Basic placeholder team icons
actual formatting in .editorconfig
BombDefusalScenario, round end conditions
Drop current in slot when acquiring new weapon
Resume / take control over game loop when we become the host.
Fix USP vm casting shadows. New way of doing weapon changing networked. Add Weapon.OnDeploy, Weapon.OnHolstered.
Fixed collider size on dropped weapons
Add IUse, can pick up weapons off the ground
Bomb listener interfaces, explosion does damage