repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

5 Years Ago
Fixed quad size Added Quad with Color Red Gizmo Test
5 Years Ago
Added Gizmo shader
5 Years Ago
Fix some inspector/imgui style issues
5 Years Ago
Add Draw3D.Mesh and Draw3D.Quad
5 Years Ago
Fix ragdoll editor
5 Years Ago
Add imgui addon (refactored from the one in engine) Remove vue component namespaces Remove the old imgui Fix case sentivity issue with vue components Tolerate null RootComponent in AbsoluteLocation/Rotation/Scale Remove debug log from JS Fix some imgui stuff (disabled/readonly flag, scrolling, styles) Inspector bring up Update EntityInspector, other small fixes Enum inspector Fix readonly, handle setting things in structs, other small fixes Remove the old inspector
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
Fix reading too many palette colors
5 Years Ago
Cull adjacent touching faces
5 Years Ago
Fix vox palette colors
5 Years Ago
MagicaVoxel VOX model importer
5 Years Ago
VOX file reader
5 Years Ago
Avoid allocs in ReadStructuresFromStream by using Span
5 Years Ago
Move useful binary to structure functions to Sandbox.Public
5 Years Ago
Add projection mode and ortho settings to ViewInfo
5 Years Ago
Delete key resets polygon tool. Use last polygon point as extrude origin
5 Years Ago
Snap point direction to 45 degree angles when left control is down
5 Years Ago
Replace cylinder builder code with polygon builder
5 Years Ago
Draw last polygon line in different color
5 Years Ago
Allow polygon builder to specify inside out when setting points
5 Years Ago
Detect polygon winding so inside out polygon can be controlled
5 Years Ago
Project polygon vertices to plane using plane quaternion forward and right instead of plane basis
5 Years Ago
Serialize polygon builder
5 Years Ago
Add polygon builder
5 Years Ago
Add labels to polygon tool for edge length and extrude distance
5 Years Ago
Polygon primitive tool
5 Years Ago
Remove ghetto client side prediction
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
5 Years Ago
Add entity AddTag, RemoveTag, HasTag
5 Years Ago
Entity List icons
5 Years Ago
Added Vector3.Distance( x ) Added Plane.Trace Added Circle Radius Gizmo work Merge branch 'master' of SandboxGame
5 Years Ago
Don't draw mesh vertices out of range
5 Years Ago
Use face origin for face hover label, more useful than face number
5 Years Ago
Add box select to face selection tool
5 Years Ago
Use entity bounding box for box selection
5 Years Ago
Add Transform WithPosition/WithRotation/WithScale funcs
5 Years Ago
Fixed NRE in CodeGenerator Added BaseEntity.EditorGizmos Added QOL funcs to Transform Added Quaternion.FromVector Unified arguments in Draw3D Fixed CameraAngles returning wrong type Fixed Draw3D usages Removed Angles interchangability with Vector3 Added Draw3D Sphere (commented out for now) Radius widget work Merge branch 'master' of SandboxGame
5 Years Ago
Add Player.CameraFOV
5 Years Ago
Add ConvexVolume.IntersectBox
5 Years Ago
Enable box select in entity selection tool
5 Years Ago
Draw all vertices of hovered mesh
5 Years Ago
Delete selected entities with delete key Remove old selectable code
5 Years Ago
Add box selection to vertex selection tool
5 Years Ago
Fade out vertex sprites based on distance to camera
5 Years Ago
Fix DrawTexturedRect not using color