userGarry Newmancancel
branchSandboxGame/mastercancel

438 Commits over 608 Days - 0.03cph!

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)
5 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
5 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
5 Years Ago
Allow right clicking scene
5 Years Ago
Hud.WantsMouse/WantsKeyboard can be overridden
5 Years Ago
Binding HtmlHUD.IsMouseOnView, IsDocumentReady Removed unused Added BaseHud.IsMouseHovering Added Gizmo.Cursor
5 Years Ago
Transform Modes works MDI update EditMode works Fixed tooltips being hidden by tool picker
5 Years Ago
Addon Fixes
5 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
5 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
5 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
5 Years Ago
Selection lines CameraManager cache No arrows Cleanup Multidrag only snaps the point you're holding to grid
5 Years Ago
Fixed QuadVertices SkyLight editable Fixed dedicated server error in SetupEnvironment Added Player.CameraRotation Added Rect.Expand Handles are screenspace
5 Years Ago
ThreeAxis 2D dragging highlights both axis instead of drawing quad
5 Years Ago
GizmoShader Grid uses a material, isn't pink
5 Years Ago
Fixed attribute errors
5 Years Ago
SolidCone tweaks Tweak
5 Years Ago
Fixed hover logic
5 Years Ago
Handle hover in screenspace Gizmo Grouping
5 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
5 Years Ago
Fixed ParentSelected being applied wrong Color/Line Width stacks Merge branch 'master' of SandboxGame
5 Years Ago
Fixed vue not reacting to variable changes (again) Gizmo Stack EditableMesh EditorGizmos Merge branch 'master' of SandboxGame
5 Years Ago
Gizmo quad WIP
5 Years Ago
Fixed quad size Added Quad with Color Red Gizmo Test
5 Years Ago
Added Gizmo shader
5 Years Ago
GizmoColours Added double.SnapToGrid( f ) Added Vectoe3.SnapToGrid( f ) Position Gizmo snapping Added Line.Delta Documentation
5 Years Ago
Global Axis Implementation Added Position.Axis2D gizmo Added Quad3D
5 Years Ago
Make RPC __Implementation methods private so they don't show in intellisense Call SetPositionOnServer Test
5 Years Ago
Can add RPCs to BaseEntity
5 Years Ago
Stripped Transform shit from gizmos Added Gizmos.Position.SingleAxis Added Gizmos.Position.ThreeAxis Test code for ThreeAxis
5 Years Ago
Cleaning, documentation
5 Years Ago
Gizmo Cleaning Merge branch 'master' of SandboxGame