13,866 Commits over 1,552 Days - 0.37cph!
Fix loading screen closing too early when joining a server
Update steam dedicated server files
Dedicated server console input to managed
Don't print a load of shit on startup
Fixed pGameProps crash
Run command lines after bootstrap::init
Delete StandardPlayerAnimator.cs
Dedicated status in title
NavMesh path fix
Merge branch 'master' of sbox
Another failing delegate hotload test case
Fixed possible NRE in FindMatchingLambdaMethod
Split hotloading tests up
Even safer cache check for delegate substitutions
Replace delegates with null if we can't find a valid substitution
Fixed possible incorrect delegate target substitution
Another hotload delegate test
Merge branch 'hotload-fix'
Merge branch 'master' of github.com:Facepunch/sbox
Fixed some serverside convars not getting captured
Remove debug output
Clamp surface hit volume
Lets manually set the frametime in PreWorldUpdate
More debug
Merge branch 'master' of sbox
Use classic cubemap fetch for two lobe specular, they are usually rough
Volumetric fog shader object without ghosting
Physics impact sounds test fix
Surface sound hit debug
Merge branch 'master' of sbox
Fixed shaders/gentxtfiles.cmd
More robust solution for cached lambda types in hotload
Fixed captured lambda values sometimes not being copied in hotload
Navmesh pathing WIP
Merge branch 'master' of sbox
Fix up remaining broken citizen props
Add dump thumbnail action to asset browser page
Update baseaccess.txt
Added logger warning with exception
Initial Hotload unit tests
Test hotload convert simple Action/Func
RconListener issue warnings instead of errors
Added ActionNonSimple hotload test
Merge branch 'master' of sbox
Add studiomdllib and meshutils to sbox_game group
ModelDoc: Add *.obj to mesh files extensions list
Fixed exception in RunCommandFromClient
Cleaning up gameglue
Fixed UI being offset in console
Fixed menu background image size
Add navmesh to testmap
Initial NavMesh binds
Merge branch 'master' of sbox
Fixed drone material
Physics impact sound tweaks
Keep children sorted (will need to revisit)
Effect tweaks
Stop doing skin goo particles
Texture fixes
Texture fixes
Merge branch 'master' of sbox
Make drone spawnable from ent menu
Add server cmd to switch active inventory slot by name so we can switch to toolgun when switching tools
Fix decals lagging a frame behind
Adding some sounds
Merge branch 'master' of sbox
Adding some textures
Fixed surface properties not hotloading
Tweak the way CombineRestitution works so we can make things bouncy
Update surfaces
delete alyx addon
Fuck impact_physics_dust
Merge branch 'master' of sbox
leaf blower
Add max trace distance to base tool
Merge BaseSpawnerTool functionality into BaseTool to avoid multiple base types
Filter out Sandbox.Tools.BaseSpawnerTool from UI
Disable temporal reprojection from volumetric fog
Fixed UI left/right/up/down not scaling
Fixed background properties not being inherited
Support for background-size: cover + contain
HotloadManager outputs exception on errors
Fix panel event exception when hotloading fucks up on Action<bool>
Allow access to Library.Spawnable
Entity Spawn Menu
Merge branch 'master' of sbox
Balloon uses BaseSpawnerTool
Add BaseSpawnerTool to avoid duplicate preview drawing code
Rewrite sandbox tools using new tool system
PlayerInfo to PlayerScore
Added Tool system
Implemented physics sounds
Fixed SceneObjectUpdater leak