reposbox-hc1cancel

1,473 Commits over 123 Days - 0.50cph!

3 Months Ago
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
3 Months Ago
Clear equipment on start of half Another GameOverview fix
3 Months Ago
Fix winning round display in game overview Re-implement team income Round end status text
3 Months Ago
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
3 Months Ago
WIP everything's compiling again
3 Months Ago
Support for spectating gadgets: spectate players rather than pawns directly, network current possessed pawn
3 Months Ago
map updates
3 Months Ago
Fix radio NRE when no team is assigned, no radio when dead
3 Months Ago
Iterate on spread, all weapons have a spread when not aiming down the sights, ADS crushes that spread
3 Months Ago
Acceleration gets dampened heavily when you take damage, or fall from a large height
3 Months Ago
Properly enable/disable drone camera (and listener) on possession events
3 Months Ago
Don't play death sounds for deaths that aren't a player
3 Months Ago
Spawn the drone infront of the player instead of at world origin
3 Months Ago
Use invis tag for the drone when it gets killed
3 Months Ago
Half the spin speed of the drone's turbines
3 Months Ago
Remove MinimapIconType, IMinimapIcon.IconType, add IMinimapIcon.IconPath, IMinimapIcon.IconOrder
3 Months Ago
IMinimapElement.IsVisible passes through IPawn, drone visible on minimap for teammates
3 Months Ago
Add flag helpers to ModifyDamageEvent Add chest/head damage dev commands
3 Months Ago
Update player marker panel logic, display localplayer's nametag if we're not viewing from the localplayer (good for drone)
3 Months Ago
Split Armor out into its own component, hook early into ModifyDamageEvent, renamed GetPlayerName to DisplayName (now on IPawn), drone is killable
3 Months Ago
Fixed sprint being slower than regular walk
3 Months Ago
Fix a couple of leftover NREs
3 Months Ago
Drone eye angles just grabbed from transform
3 Months Ago
GameUtils.Viewer returns IPawn, so let's make that work for all of our code
3 Months Ago
WIP game loop state machine refactor
3 Months Ago
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
3 Months Ago
Expose more player movement properties to global
3 Months Ago
Player is slow walking when aiming instead of custom case
3 Months Ago
Track time since weapon deployed, don't allow shooting while deploying weapon
3 Months Ago
Protection needed here?
3 Months Ago
Add cached WeaponComponent.Player
3 Months Ago
Land sound is exposed
3 Months Ago
Fixed Weapon.Owner, network it properly, fix NRE in WeaponRow
3 Months Ago
use core land sound, we'll layer gear audio later
3 Months Ago
Don't play fun kill sound when you've killed a teammate
3 Months Ago
Spectating orbit cam, hide cursor in third person
3 Months Ago
Converted weapon deploy / holster events (#104)
3 Months Ago
Convert player events (#104)
3 Months Ago
New headshot sounds headshots + helmet hits
3 Months Ago
Move EyeAngles interpolation out of CameraController
3 Months Ago
Convert defuse mode events (#104)
3 Months Ago
IBombPlantedListener -> BombPlantedEvent (#104) Convert game loop events (#104)
3 Months Ago
Convert game loop events (#104)
3 Months Ago
Upped tdm length to 15 mins
3 Months Ago
IBombPlantedListener -> BombPlantedEvent (#104) WIP converting game loop events (#104) Finished converting game loop events (#104) Update game mode prefabs Game loop event fixes
3 Months Ago
Fix third person camera, death cam
3 Months Ago
Fixed dropped weapon trigger not working
3 Months Ago
Fixed sniper scope zoom
3 Months Ago
Fix origin of damage again
3 Months Ago
Adjust anarchist silhouette