repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

7 Years Ago
Add CookContent.bat Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Console enhancements Only show hurt info on local player (not when shooting bots)
7 Years Ago
Hotload - catch error
7 Years Ago
PaticleLit shader
7 Years Ago
Hid triggers
7 Years Ago
Placeholder icons Merge branch 'master' of SandboxGame Set some models
7 Years Ago
Run the webcon server on the thread pool
7 Years Ago
Don't try to generate addon csproj for addons without code
7 Years Ago
Store console history, send on connect
7 Years Ago
Sticking Facepunch.Webcon in the engine folder Password fix Cleaning up
7 Years Ago
Renabled dev console
7 Years Ago
Fixed death camera not using the players eye rotation on death
7 Years Ago
Hacky fixing of setting up weapon animations when spawning. Fix spawning
7 Years Ago
Fixed collision replication, setting collision profile would sometimes change the collision setting, knocking it out of sync. World entity actors only create one root component using abstract default subobjects.
7 Years Ago
Replicate OwnerNoSee and OnlyOwnerSee
7 Years Ago
Replicate crouching
7 Years Ago
Fix weapon world model switching missing events
7 Years Ago
Null checks for webcon
7 Years Ago
Cancel reloads
7 Years Ago
Compile fix
7 Years Ago
BindingGen generates the check for these now
7 Years Ago
Update bindinggen
7 Years Ago
Fixed compile
7 Years Ago
Updated Facepunch.WebCon Enable remote console access if starting with +rcon <username> +rconpass <password>
7 Years Ago
Probably fix order of addon compilation Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Webcon dlls Dev.Console uses webcon Updated projects to netstandard2.0 Ignore netstandard2.0 folder Webcon html/css/js Native, use files from netstandard2.0 Init devconsole Engine use netstandard2.0 Fixes Virtualized scrolling Merge branch 'master' into webcon Compiler fix Fixed addon project generation using ns1.6 netstandard compile fails if BaseIntermediateOutputPath set Removed sandbox.ide WebCon css source F1 opens console Hurtinfo opacity starts 0 Show stack trace on click Running console commands works Supression categories Cleanup Deleted these fuckers Merge branch 'webcon'
7 Years Ago
Cleanup
7 Years Ago
Running console commands works Supression categories
7 Years Ago
Removed sandbox.ide WebCon css source F1 opens console Hurtinfo opacity starts 0 Show stack trace on click
7 Years Ago
Fix player states not being removed
7 Years Ago
Compiler fix Fixed addon project generation using ns1.6 netstandard compile fails if BaseIntermediateOutputPath set
7 Years Ago
Added git lfs pull (for lfs build server fail)
7 Years Ago
Replicate inventory using NetworkEntityReference Update to .NET Core 2.0 Don't process local player input multiple times when multiple players are connected Added Get/Set global time scale that works outside of editor builds. Merge branch 'master' of github.com:Facepunch/SandboxGame Only using interp curves for importing animations Fix GetObjectNameFromAssetName. Fixes `Gamethread hitch waiting for resource cleanup on a UObject` Start replacing floats with doubles Replace all floats with doubles in public code Assert that state already exists in RemovePlayerState Merge branch 'master' of github.com:Facepunch/SandboxGame Started on tripmine projectile Merge branch 'master' into webcon
7 Years Ago
Started on tripmine projectile
7 Years Ago
Assert that state already exists in RemovePlayerState Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Replace all floats with doubles in public code
7 Years Ago
Start replacing floats with doubles
7 Years Ago
Fix GetObjectNameFromAssetName. Fixes `Gamethread hitch waiting for resource cleanup on a UObject`
7 Years Ago
Only using interp curves for importing animations
7 Years Ago
Added Get/Set global time scale that works outside of editor builds. Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Don't process local player input multiple times when multiple players are connected
7 Years Ago
Virtualized scrolling
7 Years Ago
Update to .NET Core 2.0
7 Years Ago
Webcon dlls Dev.Console uses webcon Updated projects to netstandard2.0 Ignore netstandard2.0 folder Webcon html/css/js Native, use files from netstandard2.0 Init devconsole Engine use netstandard2.0 Fixes
7 Years Ago
Replicate inventory using NetworkEntityReference
7 Years Ago
Broadcast player model anim
7 Years Ago
Add entity serializer, fix ImmutableList serialization
7 Years Ago
Destroy clothing meshes when changing player model
7 Years Ago
Bend spine more when crouching to be in more inline with the aiming. Remove footsteps when crouching.
7 Years Ago
Added SetMasterPose that will sync skeletal meshes with another. Added clothing to player model (don't expect it to be networked yet)