branchsbox/mastercancel

13,495 Commits over 1,522 Days - 0.37cph!

2 Years Ago
Added duplicate layers option to context menu for post processing editor https://files.facepunch.com/ognik/1b0511b1/2022-06-21_55-49-a1312f6d-22e5-41c8-bdfb-fdb479e5086a-mg8WBrWj.png
2 Years Ago
Rename some context options, add masks too
2 Years Ago
Add menu for post processing context menu
2 Years Ago
Add delete context menu for post processing layers
2 Years Ago
Allow negative numbers for postprocessing editor entries
2 Years Ago
Add input boxes to bloom & tonemapping
2 Years Ago
Added a blend version of the simple dev material
2 Years Ago
AddToSelection/RemoveFromSelection bound to Ctrl+Shift (up/down)
2 Years Ago
Fix dodgy asset browsers when used in animgraph tool
2 Years Ago
Adjusted gutter tileset Added tags to gib models
2 Years Ago
Fix entity tool not ignoring case when searching for entity
2 Years Ago
Revert "Bump up to C++17 & fix compile errors" This reverts commit 54fdeb1e00db8f79425846ef841764faf16283bf.
2 Years Ago
file cleanup
2 Years Ago
material fix
2 Years Ago
tweaked materials Merge branch 'master' of sbox
2 Years Ago
Fixed duplicating helpers, inputs & outputs on hotreload
2 Years Ago
Hide model particles when the entity is hidden
2 Years Ago
Bump up to C++17 & fix compile errors
2 Years Ago
Remove unused sdktools
2 Years Ago
Remove native code for env_sky
2 Years Ago
Citizen/animgraph: converted SMG/rifle to new branch - Also a whole bunch of new comments throughout the place. - IK management is a bit iffy and needs to be reworked to account for an edge case
2 Years Ago
Fixed Length Constraint particle preview when in an instance Update warehouse lamp prefab to use length constraints particle property
2 Years Ago
Fixed InputAttribute's Name not doing anything ModelDoc: Fixed bonemerged models disappearing on compile Fixed missing particle preview for phys_lengthconstraint
2 Years Ago
Fix really bad performance when pasting many nodes - block signals and notify all selection changes in one go
2 Years Ago
Update path baking params to be more precise Added wip steam audio GPU baking setting https://files.facepunch.com/ognik/1b0211b1/2022-06-22_34-13-8b851847-79b8-473e-8533-01a1bb843d84-YTVwtAYc.png
2 Years Ago
Adjusted World Mapping on simple hs dev mats
2 Years Ago
Added simple dev materials
2 Years Ago
Better attempt at circular subgraph detection
2 Years Ago
Significantly speedup steam audio baking & simulation
2 Years Ago
Remove tools about dialog - no longer used
2 Years Ago
Add bake action to toolbar
2 Years Ago
Set node contexts of pasted set before fixing up connections so that subgraph nodes have a valid node manager
2 Years Ago
Fix pasted group nodes not setting their child connections properly - no fix for subgraphs yet tho
2 Years Ago
asset cleanup
2 Years Ago
Citizen/animgraph: fixed the weapon branch potentially coming back to long idle pose after switching away
2 Years Ago
Citizen/animgraph: added holdtype change check It's the same idea as the handedness change check; a SM near the very end of the graph receives a reset from any holdtype change and sets a tag for 250ms when this happens.
2 Years Ago
Change reflection effect, improve bake settings Audio.ReverbScale & Audio.ReverbVolume
2 Years Ago
updated textures ,decals, test vtex caustic, grass, clean up Merge branch 'master' of sbox
2 Years Ago
Add toon example shader Iterate example toon shading, add outlines
2 Years Ago
Fix assert in animgraph tool scene widget
2 Years Ago
Animgraph: Add edit menu action for baking graphs - this gets done on compile but someone may want to use it to clean up unused nodes
2 Years Ago
Remove last remaining references to panorama
2 Years Ago
Citizen/animgraph: IK state machines reset on handedness change Fixes edge case when disabled IK needs to be the default starting state
2 Years Ago
Add SetupPhysicsFromCylinder
2 Years Ago
Fix constraints not working correctly when inside prefabs
2 Years Ago
Explicitly force single flag for steam audio sims
2 Years Ago
thirdperson camera: orbit mode alt+rightclick+drag to pan up/down
2 Years Ago
New Outfit Piece! - Bucket Helmet New Bucket Helmet with Lods. Adjustments to skinning and Modeldocs of long sleeve shirt to work better with the helmet ontop. Small adjustments to glove modeldoc too. Think you'll all like this new outfit piece, pretty much completes the medieval armour set and should make for some fun clothing combinations as well! https://files.facepunch.com/daniel/1b3111b1/Photoshop_7qJk6Ksvqt.png Merge branch 'master' of sbox
2 Years Ago
recursively bake subgraph nodes - I don't trust it working properly otherwise
2 Years Ago
Use our new animgraph resource compiler - which is just kv3 compiler except it loads the animgraph so we can fuck with it before compiling it Bake groups and subgraphs for compiler so everything is a flat graph Remove test compile output Merge branch 'animgraph-resource-compiler'