userTony Fergusoncancel
branchsbox-hc1/maincancel

901 Commits over 245 Days - 0.15cph!

7 Months Ago
Re-implement ballistics penetration, we have thickness per-object hit, and proper exit points https://files.facepunch.com/tony/1b1511b1/sbox-dev_SF6yRUOMH6.jpg Super cruddy basic DebugOverlay
7 Months Ago
Restore my lost scene hierarchy changes for the third time
7 Months Ago
Define win state for cash grab
7 Months Ago
Add EquipmentDropper.Categories so we can define which slots drop on death
7 Months Ago
Transition to picked up state when someone picks up the cash Add CashPointTracker.Cleanup Add CleanUpCashPoint rule Add CashPointBagExtractedEvent, ListenForExtract, we have a working flow now Don't shrink scores in team display
7 Months Ago
Can define dropped collider size for weapons
7 Months Ago
Added cash bag marker Some work on marker system to handle lifetime better
7 Months Ago
Dispatch equipment drop/pickup events, change state copy behavior to grab from components on the weapon instead of expected components on the new weapon Track who's holding the cash bag Create a CashBag component on the dropped cash bag, so we can make markers for it
7 Months Ago
Fixed drone model orientation
7 Months Ago
Rename Operators team
7 Months Ago
de_g: More scene hierarchy changes
7 Months Ago
Rotate minimap icons based off player's yaw, or 0 if we're in full mode
7 Months Ago
Fixes, better state management for cash point Expose ExtractionPoint Trigger Add cash grab components
7 Months Ago
de_g: Clean up scene hierarchy More work on cash grab, tracker, cash point, extraction point, game state rules
7 Months Ago
Create GameModeObject, for disabling game objects that we don't want for specific gamemodes de_g: Group up defuse related components in one gameobject, disable them if we're not playing defuse. Including all the bomb site marker decals
7 Months Ago
Add TeamScoring.ScoreFormat, to allow gamemodes to define scoring format Add currency scoring format to Cash Grab
7 Months Ago
Start designing cash grab gamemode flow
7 Months Ago
Added cash bag weapon
7 Months Ago
More equipment naming
7 Months Ago
Some Weapon / Equipment cleanup
7 Months Ago
Fix FPS test scene
7 Months Ago
Move around some buy system code, not dictated in the player now, added event where rules can control buy menu
7 Months Ago
Fix radio NRE when no team is assigned, no radio when dead
7 Months Ago
Iterate on spread, all weapons have a spread when not aiming down the sights, ADS crushes that spread
7 Months Ago
Acceleration gets dampened heavily when you take damage, or fall from a large height
7 Months Ago
Properly enable/disable drone camera (and listener) on possession events
7 Months Ago
Don't play death sounds for deaths that aren't a player
7 Months Ago
Spawn the drone infront of the player instead of at world origin
7 Months Ago
Use invis tag for the drone when it gets killed
7 Months Ago
Half the spin speed of the drone's turbines
7 Months Ago
Remove MinimapIconType, IMinimapIcon.IconType, add IMinimapIcon.IconPath, IMinimapIcon.IconOrder
7 Months Ago
IMinimapElement.IsVisible passes through IPawn, drone visible on minimap for teammates
7 Months Ago
Add flag helpers to ModifyDamageEvent Add chest/head damage dev commands
7 Months Ago
Update player marker panel logic, display localplayer's nametag if we're not viewing from the localplayer (good for drone)
7 Months Ago
Split Armor out into its own component, hook early into ModifyDamageEvent, renamed GetPlayerName to DisplayName (now on IPawn), drone is killable
7 Months Ago
Fixed sprint being slower than regular walk
7 Months Ago
Fix a couple of leftover NREs
7 Months Ago
Drone eye angles just grabbed from transform
7 Months Ago
GameUtils.Viewer returns IPawn, so let's make that work for all of our code
7 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
7 Months Ago
Expose more player movement properties to global
7 Months Ago
Player is slow walking when aiming instead of custom case
7 Months Ago
Track time since weapon deployed, don't allow shooting while deploying weapon
7 Months Ago
Protection needed here?
7 Months Ago
Add cached WeaponComponent.Player
7 Months Ago
Land sound is exposed
7 Months Ago
Fixed Weapon.Owner, network it properly, fix NRE in WeaponRow
7 Months Ago
Upped tdm length to 15 mins
7 Months Ago
Fixed dropped weapon trigger not working
7 Months Ago
Fixed sniper scope zoom