repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

8 Years Ago
dynamic is BANNED
8 Years Ago
Remove eol=lf
8 Years Ago
Move most of chat to gamemode Add /packages to gitignore gitattributes: eol=lf for C#
8 Years Ago
Physgun tick only runs when it's the active weapon
8 Years Ago
Fix ServerMove Give people physgun, only call client functions if owner is localplayer
8 Years Ago
ServerMove is now unreliable
8 Years Ago
Fixed clients spawning with incorrect eye angles
8 Years Ago
Lfs tracks *.FBX (as well as *.fbx)
8 Years Ago
Try setting eye angles client side on teleport
8 Years Ago
Try setting eye angles too
8 Years Ago
Respawn player with eye angles from the spawn point
8 Years Ago
Revert
8 Years Ago
Try setting weapon owner to null before dropping
8 Years Ago
Don't load material dependencies for meshes
8 Years Ago
Don't set mesh materials on dedicated server
8 Years Ago
Don't update texture resources on dedicated server (ideally shouldn't load them at all?)
8 Years Ago
More logs
8 Years Ago
Don't init resources for map
8 Years Ago
More logs
8 Years Ago
Map loading logs
8 Years Ago
Updating to .NET Core 2.0 (preview 2), not working yet
8 Years Ago
Don't call IsValidLowLevelFast on nullptr
8 Years Ago
Fix crash when drawing debug line traces on dedicated server
8 Years Ago
remove symstore stuff
8 Years Ago
Jenkinsfile calls SymStore after steam upload
8 Years Ago
Incremental cooking, more Jenkins stages Don't ship PDBs Merge branch 'master' of SandboxGame
8 Years Ago
Update bindinggen
8 Years Ago
Update bindinggen
8 Years Ago
Don't return invalid pointers from object map
8 Years Ago
Fixes "Invalid object in GC" crash
8 Years Ago
Fixed player footstep sounds not playing for other players (no attenuation yet)
8 Years Ago
set errorcode to 0 after robocopy succeeds
8 Years Ago
robocopy has only failed if errorcode > 7 Added a print before running robocopy
8 Years Ago
Probably fix robocopy for dedicated server
8 Years Ago
preview 0
8 Years Ago
Fix depot id in server VDF
8 Years Ago
Use SteamUpload func instead of UploadToSteam.bat Remove preview from server VDF
8 Years Ago
Fix vdf typoo Merge branch 'master' of SandboxGame
8 Years Ago
Change Join Server IP (this should be a text box or something)
8 Years Ago
Upload dedicated server to Steam
8 Years Ago
Fixed dropped weapons using collision on client
8 Years Ago
Fixed weapon pickup sound
8 Years Ago
Playing weapon pickup on client Networked weapon drops
8 Years Ago
Playing health pickup sound on client
8 Years Ago
Hide player capsules
8 Years Ago
Fixed death camera incorrect initial rotation on server
8 Years Ago
Networked DeathControllable and fixed client spawning
8 Years Ago
Replicate FuncDoor model Move most of interpolation out of BaseWorldEntity Merge branch 'master' of SandboxGame
8 Years Ago
Removed hard coded eye angle replication
8 Years Ago
Make ReplicationId in code proxy static (for now) Merge branch 'master' of SandboxGame Merge branch 'master' of github.com:Facepunch/SandboxGame