userGarry Newmancancel
branchSandboxGame/mastercancel

438 Commits over 608 Days - 0.03cph!

6 Years Ago
Tool RpcIdent fix
6 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
6 Years Ago
Remove debug text
6 Years Ago
Should fix it
6 Years Ago
Trying to find out how I broke replication
6 Years Ago
Multicast fix
6 Years Ago
Net fixes
6 Years Ago
Tweaking Rpc Routing internals
6 Years Ago
Removed engine chat RPC
6 Years Ago
RpcClient has IsClient, IsServer
6 Years Ago
HudComponent - re-throw exceptions
6 Years Ago
HudComponent RpcClient test Deathmatch fixes
6 Years Ago
Renamed RpcEnabled to RpcClient RpcChildren
6 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
6 Years Ago
Fixed compile error State Fix
6 Years Ago
Moved RPC callers to PlayerState Supporting stuff for RPC move
6 Years Ago
Cache state on first seen instead
6 Years Ago
Cache Client.playerstate
6 Years Ago
AssetLibrary cache uses AssetLibrary.Find is private (everything should use Get)
6 Years Ago
Added Vector3.GetAngle, Angle Added Math.ToDegrees, Math.TpRadians Rotation uses built in functions instead of AngleBetween Fixed circle traces using floats Made Cube default primitive Rotation notch
6 Years Ago
Gizmo Flag Pushing Hotload: skip arrays of enums for now Fixed rotation not working if not hovering when becomes active Only draw active axis Position gizmo obeys ShouldDraw
6 Years Ago
Allow right clicking scene
6 Years Ago
Hud.WantsMouse/WantsKeyboard can be overridden
6 Years Ago
Binding HtmlHUD.IsMouseOnView, IsDocumentReady Removed unused Added BaseHud.IsMouseHovering Added Gizmo.Cursor
6 Years Ago
Transform Modes works MDI update EditMode works Fixed tooltips being hidden by tool picker
6 Years Ago
Addon Fixes
6 Years Ago
Changed Player to Client Client/Server become IsClient/IsServer Merge branch 'master' of SandboxGame Addon Fixups Controllable becomes BasePlayer Addon Fixup CreateControllable becomes CreatePlayer DefaultControllable becomes DefaultPlayer CharacterControllable becomes HumanPlayer Cleanup
6 Years Ago
Only allow movement if right mouse is down SelectionTool uses gizmo path MaterialTool uses gizmo path EntityList only show Replicated ents Make DirLight and SkyLight in Worldspawn replicated
6 Years Ago
Hide property list if none BaseEntity can have replicated props BaseEntity.Name, customizable and namable Fixed entity list missing key error Give entities default names
6 Years Ago
Selection lines CameraManager cache No arrows Cleanup Multidrag only snaps the point you're holding to grid
6 Years Ago
Fixed QuadVertices SkyLight editable Fixed dedicated server error in SetupEnvironment Added Player.CameraRotation Added Rect.Expand Handles are screenspace
6 Years Ago
ThreeAxis 2D dragging highlights both axis instead of drawing quad
6 Years Ago
GizmoShader Grid uses a material, isn't pink
6 Years Ago
Fixed attribute errors
6 Years Ago
SolidCone tweaks Tweak
6 Years Ago
Fixed hover logic
6 Years Ago
Handle hover in screenspace Gizmo Grouping
6 Years Ago
Added Ray.Project Added Input.MousePosition Added Rect.BottomRight, Rect.Normalized Renamed DrawBox to DrawLinedRect Fixed DrawRect only drawing in white Added AddSelection, ClearSeleciton, RemoveSelection Added Rect.FromSize, Rect.FromCorners Draw2D.DrawLineRect takes a Rect instead of pos/size Added Rect.Move Added Screen static class Added Rect.Contains Draw2D.DrawBox fixes Fixed Popper warning Gizmo Rect Dragging Rect Dragging handle selection
6 Years Ago
Fixed ParentSelected being applied wrong Color/Line Width stacks Merge branch 'master' of SandboxGame
6 Years Ago
Fixed vue not reacting to variable changes (again) Gizmo Stack EditableMesh EditorGizmos Merge branch 'master' of SandboxGame
6 Years Ago
Gizmo quad WIP
6 Years Ago
Fixed quad size Added Quad with Color Red Gizmo Test
6 Years Ago
Added Gizmo shader
6 Years Ago
GizmoColours Added double.SnapToGrid( f ) Added Vectoe3.SnapToGrid( f ) Position Gizmo snapping Added Line.Delta Documentation
6 Years Ago
Global Axis Implementation Added Position.Axis2D gizmo Added Quad3D
6 Years Ago
Make RPC __Implementation methods private so they don't show in intellisense Call SetPositionOnServer Test
6 Years Ago
Can add RPCs to BaseEntity
6 Years Ago
Stripped Transform shit from gizmos Added Gizmos.Position.SingleAxis Added Gizmos.Position.ThreeAxis Test code for ThreeAxis
6 Years Ago
Cleaning, documentation
6 Years Ago
Gizmo Cleaning Merge branch 'master' of SandboxGame