userLayladcancel
branchsbox/mastercancel

2,384 Commits over 1,308 Days - 0.08cph!

2 Years Ago
Remove all version control code from tools
2 Years Ago
ModelDoc: Only begin lasso if cursor is inside scene widget
2 Years Ago
Remove mdllib
2 Years Ago
Remove utils/workshopcfg
2 Years Ago
Remove tools/txtedit
2 Years Ago
Remove unused devtool python scripts (source1_port_scripts, source2_reintegrate_main)
2 Years Ago
Remove the other source mdl import code from modeldoc utils
2 Years Ago
Completely remove cs_mdl_import util
2 Years Ago
Only update material preview for fast texture tool on activate, see if that fixes crashes
2 Years Ago
Hammer: Experimental support for baking tilemeshes when exporting selected object to model https://files.facepunch.com/layla/1b1311b1/sbox_TgbMC0BNya.mp4
2 Years Ago
Hammer: Add zooming and panning to fast texture tool so it's a bit more usable https://files.facepunch.com/layla/1b1211b1/sbox_TQOriGr5yY.mp4
2 Years Ago
Make IgnoreAssetDirectory more robust so it doesn't ignore folders like "objects" because it has "obj" in the string
2 Years Ago
Animgraph: Allow zooming while dragging a connection
2 Years Ago
Don't bother trying to compile 32 bit PCM so you don't damage your ears if you try
2 Years Ago
Fix glass texture coords when breaking shards that have moved away from the panel
2 Years Ago
Allow breakable glass to use assigned UV mapping (requires map entity recompile)
2 Years Ago
Hammer: Fix width and height labels on worldspace selection box
2 Years Ago
Hammer: Add support for world space box selection for 2d views https://files.facepunch.com/layla/1b0911b1/sbox_oC6MhRldDQ.png
2 Years Ago
Preserve child scene object local transform when setting parent transform
2 Years Ago
Hammer: Add width and height text to selection box
2 Years Ago
Hammer: Allow solid entities in entity selection box now that these can be spawned with the tool
2 Years Ago
Hammer: Fix crash when undoing CreateAtPoint with a solid class entity
2 Years Ago
Fix animgraph override not working when model hasn't set an animgraph
2 Years Ago
Animgraph: Add Field Of View to camera settings Animgraph: Default lock bone name to "camera" if it exists
2 Years Ago
Hammer: Add option to only render tilemeshes that are selected, for when performance is too bad with many tilemeshes in a map
2 Years Ago
Add missing properties to SphericalJoint
2 Years Ago
Hammer: Actually don't bail if InitialDragDropMaterial fails, we need this for dragging materials onto meshes
2 Years Ago
Delete physics joint handle before delayed delete, add extra safety checks when removing physics joint
2 Years Ago
Hammer: Fix dragging from asset browser
2 Years Ago
ModelDoc: Allow Add Meshes wizard on folders inside RenderMeshList node
2 Years Ago
Hammer: Support mesh file drag drop (fbx, obj, smd, dmx)
2 Years Ago
Hammer: Strip off file:/// for BuildAssetListFromString, fixes asset drag and drop Hammer: Bail if we couldn't drag and drop material (if it isn't a decal etc)
2 Years Ago
CSceneAnimatableObject: Don't try to bone merge if there's nothing to merge, populate world space and parent space bone transforms before performing bone merge
2 Years Ago
Add a flip normal option for C_OP_RenderSprites
2 Years Ago
Remove unused stuff from CLightCookieManager
2 Years Ago
Remove all cookies on loop deactivate
2 Years Ago
Only update light cookie slices on garbage collect if there's still a render device, should fix light cookie crashes on shutdown
2 Years Ago
hopefully the last time i have to fix shatter glass
2 Years Ago
Transform quad vertices of shatter glass in C# so it can use correct transform (maps with shatter glass will need recompiles)
2 Years Ago
Fix incorrect bounds check on m_nNumFixedPlanes in CWorldCollideContextData, causing crash in rain particles
2 Years Ago
Hammer: Add cell size and step height to tile grid dialog Hammer: Update tilegrid when changing step height
2 Years Ago
Hammer: Attempt to make tile grid step height changeable instead of fixed 32
2 Years Ago
small typo
2 Years Ago
ModelDoc: Allow collision group and interactions to be set directly in modeldoc instead of collision_properties.txt https://files.facepunch.com/layla/1b2311b1/sbox_ly6X3R6I3b.png
2 Years Ago
Hammer: Change tile grid step height to 32 increments
2 Years Ago
Hammer: Add 32 and 64 to GetStringForCornerHeight to see if that fixes things
2 Years Ago
Hammer: Mark tile helpers dirty when editing properties
2 Years Ago
Hammer: Fix crash when changing tile grid size without setting tile set
2 Years Ago
Hammer: Update grid nav cell size
2 Years Ago
Hammer: Save tile grid cell size