userLayladcancel

6,572 Commits over 3,408 Days - 0.08cph!

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
Add entity AddTag, RemoveTag, HasTag
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
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
5 Years Ago
Allow overlay labels to specify screen offset. Draw sprites for mesh vertices and hovered vertex.
5 Years Ago
Vertex selection tool with better selection detection
5 Years Ago
Refactor selection modes into separate tools. Move transform widget to builder client so all tools can use it.
5 Years Ago
Only show selection tool labels when in mesh select mode
5 Years Ago
Fix checking for valid vertex id instead of edge
5 Years Ago
Offset edges by offsetting distinct vertices of edge list
5 Years Ago
Add temp edge selection
5 Years Ago
Add calculate selection bounds for mesh edges
5 Years Ago
Add offset edges RPC Merge branch 'master' of github.com:Facepunch/SandboxGame
5 Years Ago
Move CalculateBoxFrustum to Player class
5 Years Ago
Allow label overlays to change background color. Add Color.WithAlpha. Include alpha in Color.Hex.
5 Years Ago
Add Draw2D.DrawBox (for now)
5 Years Ago
Oops
5 Years Ago
Bind FPlane and FConvexVolume. Add util function for creating frustum from 2d box select.
5 Years Ago
Show single XY label when uniform dragging is enabled
5 Years Ago
Ignore UI mouse event when input group under coordinates is ignore-mouse-event
5 Years Ago
Add label overlays for primitive builder volume
5 Years Ago
Experiment with overlay labels for selection bounds size
5 Years Ago
Add disabled property to base tool for if/when we want to disable specific tools during playtest
5 Years Ago
Use zero initial extrude height when grid snap is off. Don't build sides of cylinder when volume has zero height
5 Years Ago
Draw preview primitive when dragging volume rect
5 Years Ago
Fix UV wrapping on cylinder primitive
5 Years Ago
Implement cylinder primitive tool
5 Years Ago
Load iqm included animations
5 Years Ago
Load iqm frame transforms
5 Years Ago
Skeletal model iqm importer
5 Years Ago
Add import settings file for test iqm
5 Years Ago
Check for missing iqm vertex array components when importing. Add Color32 to Color. Ensure iqm vertex array matches attribute, value type and size before reading Add internal model helper function for applying collision
5 Years Ago
IQM model importer (http://sauerbraten.org/iqm/)
5 Years Ago
Grid material improvements