userGarry Newmancancel
repoSandboxGamecancel

496 Commits over 608 Days - 0.03cph!

5 Years Ago
JsonIgnore Hex in Color
5 Years Ago
No default clientside post process, PostProcessVolume editable WriteString fix Clear the map before loading Texture JsonConverters Skylight Cubemap property Merge branch 'master' of SandboxGame
5 Years Ago
Can ReadString from Save folder Map loading Merge branch 'master' of SandboxGame
5 Years Ago
FileSystem.WriteString goes in /User Data/ folder Create directory structure in WriteString Show actual error when console command fails Map saving
5 Years Ago
Send mesh changes to client Merge branch 'master' of SandboxGame
5 Years Ago
Remove some debug
5 Years Ago
Don't need FNetBitWriter/FNetBitReader now
5 Years Ago
Spawndata re-jig Merge branch 'master' of SandboxGame
5 Years Ago
No, it's bytes not bits Merge branch 'master' of SandboxGame
5 Years Ago
Bytes -> Bits
5 Years Ago
Updated BindingGen (voidptr) NetSerialize =>WriteSpawnData etc Send out vertex changes in EditableMesh Merge branch 'master' of SandboxGame Codegen
5 Years Ago
Fix exception in ActiveEnd
5 Years Ago
Don't delete entities that aren't editable
5 Years Ago
Documenting ActiveEnd Rename ActiveEnd
5 Years Ago
Set position locally too Log chat in server console Stack.cs -> GizmoStack.cs Added Gizmo.Condition.ActiveEnd Send updated verts to server after editing
5 Years Ago
Include ChatBox/Voice on server
5 Years Ago
Rpc Diagnosis
5 Years Ago
How much of the world will be destroyed if I try to make the HUD replicate
5 Years Ago
Added PropertySheet PropertyHolder -> PropertyClient Fixed codegen not generating property shit unless BaseEntity Create NumberProperty.vue Primitive Tool properties
5 Years Ago
Plane Tool Fix
5 Years Ago
Cylinder tool Cylinder Fixes
5 Years Ago
Vector3.SnapToGrid optional axees Added ExtrudedCube GizmoTool Fix weird offset CubeTool cleanup Removing unused
5 Years Ago
Added Box.Normalize Added Vector3.Sort Added Line.Center Added Line.ClosestPoint( Ray )
5 Years Ago
Better warning if trying to create a class without a public constructor Fixed CylinderTool constructor
5 Years Ago
Primitive Tool cleanup experiment
5 Years Ago
Throw warning if RpcIdent is 0 Added warnings to AddRpcChild Fixed ClassInfo not working as deisgned SelectionTool cleanup
5 Years Ago
Added ClassLibraryAttribute.ClassUid BaseTool uses ClassInfo.ClassUid MaterialTool cleanupish
5 Years Ago
Hotload chokes with this lambda Remove BaseTool.UniqueId EntityTool cleanup
5 Years Ago
Removed BuilderClient/BuilderRemote Renamed Moveable to Movable (more popular spelling) All entities movable by default Color implicit conversion from string (parses hex) Chat box on top
5 Years Ago
Fixed BuilderPlayer.Local Rpc Target Not Found shows class type/name Added Crc32 Use crc for tool ident
5 Years Ago
PrimitiveTool Fixes
5 Years Ago
Tool RpcIdent fix
5 Years Ago
More useful errors when HudComponent gets an exception when reading a property Fixed IsOwnedBy logic Tools are on BuildPlayer, can send/recv rpcs
5 Years Ago
Remove debug text
5 Years Ago
Should fix it
5 Years Ago
Trying to find out how I broke replication
5 Years Ago
Multicast fix
5 Years Ago
Net fixes
5 Years Ago
Tweaking Rpc Routing internals
5 Years Ago
Removed engine chat RPC
5 Years Ago
RpcClient has IsClient, IsServer
5 Years Ago
HudComponent - re-throw exceptions
5 Years Ago
HudComponent RpcClient test Deathmatch fixes
5 Years Ago
Renamed RpcEnabled to RpcClient RpcChildren
5 Years Ago
ServerOwner, ServerAdmin, ServerEditor attributes Added Rpc global statics Rpcs are routed through Gamemode (for permission checks) Use RpcIdent instead of NetworkId RPC: IsFromAdmin, IsFromOwner, IsFromEditor RpcWriteIdent, RpcParent
5 Years Ago
Fixed compile error State Fix
5 Years Ago
Moved RPC callers to PlayerState Supporting stuff for RPC move
5 Years Ago
Cache state on first seen instead
5 Years Ago
Cache Client.playerstate
5 Years Ago
AssetLibrary cache uses AssetLibrary.Find is private (everything should use Get)