userLayladcancel
reposboxcancel

4,300 Commits over 1,552 Days - 0.12cph!

3 Years Ago
VoxelSurface: Don't add mesh to builder until mesh is fully created
3 Years Ago
Hammer: Place models on path with spacing (more options to come) https://files.facepunch.com/layla/1b1911b1/Hammer%202021-12-19%2010-52-55-00.00.13.056-00.00.36.004-seg1.mp4
3 Years Ago
Hammer: Calculate bounds for model path, fix trace line segment Hammer: Rename Untie model paths to Collapse model paths
3 Years Ago
Hammer: Initial support for model paths https://files.facepunch.com/layla/1b1811b1/sbox_TjQ5dE5Xwz.png
3 Years Ago
Purge all CPhysicsShape of a body, not just CRnShape so our physics shape handles become invalidated properly
3 Years Ago
Don't throw exception when adding null mesh to modelbuilder, we only care about warning valid meshes with no vertex buffer
3 Years Ago
Same deal for hull shapes
3 Years Ago
Allow mesh physics shapes to be created from either lists or spans
3 Years Ago
Add PhysicsBody.RemoveShapes Add PhysicsShape.IsValid() extension Add PhysicsShape.UpdateMesh for mesh shapes
3 Years Ago
fix exception in planar reflection
3 Years Ago
Throw exception in modelbuilder when trying to add an invalid mesh
3 Years Ago
Hammer: backport bevel tool from dota tools https://files.facepunch.com/layla/1b1411b1/sbox_VMx7ll0cC9.png
3 Years Ago
Add implicit conversions for joints
3 Years Ago
AssetBrowser: Fix mod select not restoring properly when all mods are disabled Hammer: Save and restore hammer asset panes asset browser so selected addons persist between sessions
3 Years Ago
Fix typos in Panel.Children causing NRE's
3 Years Ago
Hammer: Don't offset initial drag drop model, fixes incorrect placement on grid
3 Years Ago
Transform hull bounds to be safe
3 Years Ago
Include hull bounds to tools model instance bounds to allow better control over bounds when placing models in hammer
3 Years Ago
make the material editor shader select focus the search input on popup
3 Years Ago
Setup fake lag config values on game server init so they take effect after server restart
3 Years Ago
Hammer: Offset drop targets by bounds for better placement https://files.facepunch.com/layla/1b0311b1/3byFPizZvI.mp4
3 Years Ago
Add support for drawing capsules in tool render utils. Support drawing of capsule hitboxes in CToolSceneHitBoxes
3 Years Ago
Don't assert in spring joint when min rest length is bigger than max rest length, just calculate the new min max instead
3 Years Ago
Fix access violation in CSceneWorldObjectList::FindChunkForObject Possible access violation fix in CBaseSceneObjectDesc::FillTransforms
3 Years Ago
Fix Rotation.Equals
3 Years Ago
Update Interop.Menu.cs
3 Years Ago
Add lift vertex color under cursor for paint tool https://files.facepunch.com/layla/1b2411b1/oV4oWcyObW_Trim.mp4
3 Years Ago
Add navsystem to groups.vgc to fix crash in non steam builds when reloading map
3 Years Ago
Fix RemoveAllDecals not working on WorldEntity
3 Years Ago
Save sound loop setting in *.encoding.txt so it's not reset on recompiles
3 Years Ago
ModelDoc: Rotate view with model rotation when using ctrl+rmouse, useful for testing lighting https://files.facepunch.com/layla/1b2211b1/ryvQMNslWw.mp4
3 Years Ago
ModelDoc: Rotate viewmodel camera with model rotation
3 Years Ago
Add splitting and physics to experimental voxel surface
3 Years Ago
Break glass on touch if the panel is broken, allows players to move through it easier
3 Years Ago
Don't try to break glass that's already broken
3 Years Ago
Animgraph: Add support for tags on single frame anim nodes (needs testing)
3 Years Ago
Support vector2 types properly in fgd and tools
3 Years Ago
Add some sane limits
3 Years Ago
Add thickness property to voxel surface
3 Years Ago
Move glass to Entity/Experimental Add voxel surface experimental entity
3 Years Ago
Delete shards next server tick instead of async
3 Years Ago
Allow explosions to damage glass
3 Years Ago
Add summaries to glass properties
3 Years Ago
Add option for glass to be in a frame or not
3 Years Ago
Fix glass not spawning at correct location when pivot point is offset
3 Years Ago
Animgraph: Fix grid snapping when resizing nodes
3 Years Ago
ModelDoc: Import model helper imports meshes with _hull as physics hull, _col and _phys uses physics mesh
3 Years Ago
Fix surface.asset causing fgd parsing errors
3 Years Ago
Move car vmdl to rust addon for now so tools stop trying to recompile it
3 Years Ago
Filter out all kinds of damage except bullet and physics impact for now