1,633 Commits over 214 Days - 0.32cph!
Some Weapon / Equipment cleanup
Move around some buy system code, not dictated in the player now, added event where rules can control buy menu
WaitForPlayers logic change
Resets timer while < MinPlayerCount are connected
Skips if >= SkipPlayerCount are connected
Re-implement kill / objective rewards
Fix player joined chat entry being doubled
map updates
A site developments
WIP game loop state machine refactor
WIP everything's compiling again
Fix GameMode.Get<T>() returning cached disabled components
Hacky fix for game mode display info using prefab vars
Reset player balance at start of half
Fix game overview not showing
Fix winning round display in game overview
Re-implement team income
Round end status text
Clear equipment on start of half
Another GameOverview fix
Clear equipment on start of half
Another GameOverview fix
Fix winning round display in game overview
Re-implement team income
Round end status text
Fix GameMode.Get<T>() returning cached disabled components
Hacky fix for game mode display info using prefab vars
Reset player balance at start of half
Fix game overview not showing
WIP everything's compiling again
Support for spectating gadgets: spectate players rather than pawns directly, network current possessed pawn
Fix radio NRE when no team is assigned, no radio when dead
Iterate on spread, all weapons have a spread when not aiming down the sights, ADS crushes that spread
Acceleration gets dampened heavily when you take damage, or fall from a large height
Properly enable/disable drone camera (and listener) on possession events
Don't play death sounds for deaths that aren't a player
Spawn the drone infront of the player instead of at world origin
Use invis tag for the drone when it gets killed
Half the spin speed of the drone's turbines
Remove MinimapIconType, IMinimapIcon.IconType, add IMinimapIcon.IconPath, IMinimapIcon.IconOrder
IMinimapElement.IsVisible passes through IPawn, drone visible on minimap for teammates
Add flag helpers to ModifyDamageEvent
Add chest/head damage dev commands
Update player marker panel logic, display localplayer's nametag if we're not viewing from the localplayer (good for drone)
Split Armor out into its own component, hook early into ModifyDamageEvent, renamed GetPlayerName to DisplayName (now on IPawn), drone is killable
Fixed sprint being slower than regular walk
Fix a couple of leftover NREs
Drone eye angles just grabbed from transform
GameUtils.Viewer returns IPawn, so let's make that work for all of our code
WIP game loop state machine refactor
Add drone pawn (https://files.facepunch.com/tony/1b1211b1/sbox-dev_3THIiDpMN5.mp4)
Don't NRE in minimap if we don't have some systems
Expose more player movement properties to global
Player is slow walking when aiming instead of custom case
Track time since weapon deployed, don't allow shooting while deploying weapon
Add cached WeaponComponent.Player
Fixed Weapon.Owner, network it properly, fix NRE in WeaponRow
use core land sound, we'll layer gear audio later
Don't play fun kill sound when you've killed a teammate
Spectating orbit cam, hide cursor in third person
Converted weapon deploy / holster events (#104)
Convert player events (#104)
New headshot sounds
headshots + helmet hits
Move EyeAngles interpolation out of CameraController