branchSandboxGame/mastercancel

3,194 Commits over 944 Days - 0.14cph!

5 Years Ago
Remove duplicate destroy timer classes
5 Years Ago
Another RelativePath ProjectDir test Merge branch 'master' of SandboxGame
5 Years Ago
Remove EditorBase addon (it sucks) Add OrbitCamera to Engine addon
5 Years Ago
Fix sandbox particle effects after name changes
5 Years Ago
Thirdperson camera collision
5 Years Ago
Try setting player model anim state manually instead of using transition rules
5 Years Ago
Add Draw3D.Capsule Add walking anim state to player model
5 Years Ago
Fix crouching, only uncrouch when uncrouched collider can fit
5 Years Ago
Vector3 JsonConverter
5 Years Ago
MaterialJsonConverter Curve JsonConverter ParticleBurst defaults Particle System asset pass Back compat fix
5 Years Ago
Set the project dir to an absolute path on startup so it doesn't get fucked over when we change the current dir
5 Years Ago
Add ragdoll mode toggle
5 Years Ago
1.8m collider and player model
5 Years Ago
Fix incorrect texture axis vectors in primitive builders
5 Years Ago
Add material files for proto textures
5 Years Ago
Split editable mesh gizmo code into partial class
5 Years Ago
net.MaxRepArraySize=8192
5 Years Ago
Add nameplates to mapbuilder
5 Years Ago
Disable UE4 console. Bind a few useful engine commands.
5 Years Ago
Fix compile errors when building with UE_BUILD_SHIPPING
5 Years Ago
Pass correct ip address to player login so steamworks doesn't fail to auth
5 Years Ago
Loading screen fixes (kind of)
5 Years Ago
App Icon Reverting startup movie
5 Years Ago
Disabled unused ios shit Disable loadingscreen hack Kind of add crouching
5 Years Ago
Splash Ico
5 Years Ago
Can toggle third person with x
5 Years Ago
Missing nuget source
5 Years Ago
Integrating Facepunch.CodeSandbox, also upgrades to .NET Core 2.1.8 (happened automatically) Expand the whitelist Almost there, just some codesandbox bugs left Update codesandbox Add a temporary field to addon.json to turn sandboxing off Code sandboxer loads the dependencies on other addons as trusted (they get sandboxed on their own) Disable sandboxing in MapBuilder, MenuSystem, and SourceUtils. Fix SpacePhysics build
5 Years Ago
Check if client has connection before checking IsBot
5 Years Ago
Don't spam material changes Invalidate compressed data and free resources when unloading audio
5 Years Ago
Replace ghost player model with citizen player model
5 Years Ago
Hud errors when selected entity becomes null
5 Years Ago
Cleaning up
5 Years Ago
Check if primitive is valid before creating (prevents crashes) Added LibraryAttribute Added networked effects system Added ExtrudedCube effects Fixed errors on spawn Tweak sound volumes Tick sounds
5 Years Ago
Separate extra trace data queries so every trace doesn't have to calculate it. Fix compile errors in all other gamemodes after api changes
5 Years Ago
Tool help
5 Years Ago
convar/command attribute limits Allow manual creation of ClassLibraryAttribute, throw exception is multiple init If no _classLibraryAttribute found, create a fake one First person mode
5 Years Ago
Fix scale gizmo offsetting incorrectly when gizmo center doesn't match entity position Merge
5 Years Ago
Misc fixes Fixed error when adding [Client] RPCs to non entities Select entity on creation Crosshair
5 Years Ago
Added TimeSince Refresh entity list once per second Cache Client.Player properly
5 Years Ago
Run all the other ticks even if a tick throws an exception
5 Years Ago
Time.Delta fix
5 Years Ago
Tick from c# Strip some engine tick code out
5 Years Ago
Remove Tick Merge branch 'master' of SandboxGame
5 Years Ago
Native BasePlayer caches managed object so that Client.Player can be accessed faster.
5 Years Ago
GetFaceMaterial also returns the material section index. Replicate editable mesh material changes to server.
5 Years Ago
Add missing ui_click.wav
5 Years Ago
Replicate scale to server, replicate mesh update on gizmo active end
5 Years Ago
Fix face hover with material tool not using scaled vertex pos
5 Years Ago
Progress on 6 handle scale gizmo