userLayladcancel
branchsbox/mastercancel

2,915 Commits over 1,522 Days - 0.08cph!

4 Years Ago
Add PhysicsGroup.AngularVelocity and PhysicsGroup.AddAngularVelocity
4 Years Ago
Hammer: Update geometry when changing cable path type
4 Years Ago
Hammer: Add UI for initial path tool settings (cable radius and offset by radius)
4 Years Ago
Add basic LOS check to prop explosions
4 Years Ago
Hammer: Add hole primitive https://files.facepunch.com/layla/1b0811b1/sbox_P0oMYcGFO3.png
4 Years Ago
Revert "AssetBrowser: gridview and listview shows correct image ext (not just jpg for everything)" might have issues when there's no content src
4 Years Ago
Add Overlap.Sphere (uses physics query to get entities inside radius)
4 Years Ago
Add vsnd asset type icon
4 Years Ago
Add import parent bone bind pose transform to render mesh compile time transform Merge branch 'master' of sbox
4 Years Ago
citizen.vmdl compile Whitelist TimeSpan
4 Years Ago
Add DamageInfo.Explosion
4 Years Ago
Add explosive_force to explosion_behavior gamedata
4 Years Ago
Add ModelEntity.GetBoneIndex (from bone name)
4 Years Ago
Add explosion behavior data to ModelExtensions. Handle explosion behavior in props
4 Years Ago
Fix NRE in StartTouch if player doesn't have an inventory
4 Years Ago
AssetBrowser: Fix selected types not restoring properly
4 Years Ago
Fix up some citizen clothes
4 Years Ago
Allow scene worlds to be deleted if they were created by user
4 Years Ago
get bone world transforms from anim scene object
4 Years Ago
Make sure previous world space render bones are set when updating bone merge Take scene object transform into account when updating anim graph
4 Years Ago
Initial support for bone merging anim scene objects
4 Years Ago
AnimGraph Editor: Ensure a min width on preview widget so toolbar items don't collapse
4 Years Ago
Bind model bodygroup funcs. Add SceneObject.MeshGroupMask
4 Years Ago
Anim scene objects can be animated with the anim graph
4 Years Ago
ModelDoc: Add HUD Display setting "Modifier Warning" to disable annoying "Document contains modifiers which may impede viewport editing" message
4 Years Ago
AssetBrowser: gridview and listview shows correct image ext (not just jpg for everything)
4 Years Ago
Add SceneCapture ClearColor and AmbientColor
4 Years Ago
Add UI render scene test back
4 Years Ago
Create anim scene objects from managed. Bind setting of bone world transforms on anim scene objects
4 Years Ago
Clear LightDesc properly before using it
4 Years Ago
Allow scene objects for scene capture to be created in C# Allow scene capture camera info to be set in C#
4 Years Ago
Allow scene object to be created from a model
4 Years Ago
Fix shadows not being rendered in UI render scenes
4 Years Ago
ModelDoc: Add camera modes (default and viewmodel for now)
4 Years Ago
Add UI test for scene renders
4 Years Ago
Add another UI border test. Fix border-top-left-radius and border-bottom-right-radius wrong way around
4 Years Ago
Update groups.vgc
4 Years Ago
Integrate cs_mdl_import into modeldoc_utils so it can be used by both modeldoc and cmd line Add Invert option to RenderPrimitiveBox Add ModelDoc RenderPrimitivePlane
4 Years Ago
Fix TraceResult.Distance
4 Years Ago
Set D_BACKGROUND_IMAGE as combo value, setting as int causes assert
4 Years Ago
Clamp ui scene render viewports to display size to avoid requesting scratch render targets that wont exist
4 Years Ago
Do the same for ui renderer
4 Years Ago
Put ui scene system into its own source files
4 Years Ago
Initial proof of concept rendering 3D scenes to UI
4 Years Ago
Fix run direction animgraph values
4 Years Ago
Revert "Don't normalize move dir in player animator, fixes funky walk anims" This reverts commit 8685dfbcd237ac65285b11813fdc1d1b60838e00.
4 Years Ago
Don't normalize move dir in player animator, fixes funky walk anims
4 Years Ago
Compute voice levels to show on the voice UI
4 Years Ago
Check for null or empty voice data internally so gamemodes don't have to worry about it
4 Years Ago
Voice chat data uses custom net message instead of RPC