userTony Fergusoncancel
branchsbox-hc1/maincancel

771 Commits over 123 Days - 0.26cph!

3 Months Ago
Pawn Refactor (#132)
3 Months Ago
Callouts are fine to have enabled, but they need to be static colliders
3 Months Ago
Start some cleanup valid check FlashbangEffect OnDestroy
3 Months Ago
Use proper 0-1 input for move_bob instead of 0-100
3 Months Ago
Add some missing game setup components to fps_testing scene Reduce gap between chat entries
3 Months Ago
Don't need move_groundspeed here
3 Months Ago
Allow ADS when reloading
3 Months Ago
Ignore case where bullet trace distance would be zero (?)
3 Months Ago
Forget about the extra ironsights parameter, we're getting rid of it, push irons forward for USP (preference)
3 Months Ago
No need for manual offset for USP
3 Months Ago
Set up move_bob parameter
3 Months Ago
Removed annoying sprint footsteps, use regular footsteps but more range
3 Months Ago
Fixed anarchist team colour being too dark
3 Months Ago
New cash point spots and extracts
3 Months Ago
Fix minimap renderer nre in editor
3 Months Ago
Add slight jigglebone to mounted primary weapons
3 Months Ago
Fix possible marker NRE Fix EquipmentOverlay NRE Fixed CameraController NRE Crosshair NRE fixes Possible ViewModel NRE fix
3 Months Ago
Don't assign default life state
3 Months Ago
Revert changes to body visibility, was causing too many issues - need to rethink it
3 Months Ago
Fixed T color
3 Months Ago
reduce jump power from 320 to 290
3 Months Ago
use Color32 instead of Color for team colors
3 Months Ago
Turn on SSAO again
3 Months Ago
Micro-optimization in PlayerMarker Avoid Color.Parse in TeamExtensions.GetColor, optimization
3 Months Ago
Don't run BBox trace for every single player in PlayerController.UpdateEyes, it's not needed
3 Months Ago
Optimize Equipment.PlayerController by simply removing it and referring to Owner which is cached
3 Months Ago
Don't try to serialize/deserialize HealthComponent.Health, State
3 Months Ago
Don't fade out markers unless we're aiming a weapon
3 Months Ago
Fixed issues with ground check, shouldn't end up with lingering friction/acceleration
3 Months Ago
Give/take invis tag in ShowBodyParts
3 Months Ago
Optimize scoreboard hash while it's not open
3 Months Ago
Remove unnecessary color parsing from BuyZone Cache eye trace so we can use it in a bunch of places Refactor some states that control body visibility, so it's no longer running every single frame and drilling 3ms for 9 bots
3 Months Ago
Fix PlayerAvatar styles
3 Months Ago
Jiggle bones
3 Months Ago
CG: extraction point 3d representation
3 Months Ago
Add EquipmentDestroyedEvent, get rid of mounted equipment
3 Months Ago
Few more styling fixes
3 Months Ago
Fixed buy menu alignment due to incorrect absolute position handling Same fix for minimap containers EquipmentHolsters is now EquipmentMointPoints, define equipment mount variants as their own prefabs
3 Months Ago
Expose Handedness for Equipment
3 Months Ago
Tighten movement a bit, should feel less floaty
3 Months Ago
Change ping icon
3 Months Ago
Expose more properties for ping component to override. Ping receivers can kill off pings early
3 Months Ago
Added IPingReceiver, when placing a ping on an object in the world, you can define custom behavior for that ping marker Add PlayerPingReceiver, which follows a player until they're no longer spotted (using Spottable)
3 Months Ago
Destroy ping if we try to ping on an existing ping
3 Months Ago
USP aim offset adjusted
3 Months Ago
can define if we want unassigned team to spawn, for testing mode Add simple pinging system, players can only have one ping at a time
3 Months Ago
Make weapon sway less mental
3 Months Ago
CG: Can always buy in the buy zone CG: Start w/ kevlar and helmet Don't clear the inventory in EquipmentDropper, just drop stuff, unless we're trying to clear everything
3 Months Ago
Add TimedDestroy to money burst
3 Months Ago
move spawn assigner