userLayladcancel
reposboxcancel

3,510 Commits over 1,308 Days - 0.11cph!

1 Year Ago
Add CSfxTable refs for SoundFile, release them on loop end and exiting
1 Year Ago
Bail out of getting samples if we failed to load the source
1 Year Ago
Comments
1 Year Ago
Getting samples has to be async
1 Year Ago
Use PrecacheSound to get sound handle
1 Year Ago
Add SoundFile.GetSamples
1 Year Ago
SoundFile class to grab properties from HSound
1 Year Ago
Remove p4 junk from map manifest
1 Year Ago
Hammer: Ignore bevel snap toggle if any of the edit boxes are in focus (so select all can be used in them)
1 Year Ago
Convert angles to radians for Set Float (Per Particle) so degrees can be used in editor
1 Year Ago
Fix crash when previewing blend2d node and model recompiles
1 Year Ago
Fix crash opening blend2d node
1 Year Ago
Don't use vcrt - was causing linker errors (what)
1 Year Ago
AddToSelection/RemoveFromSelection bound to Ctrl+Shift (up/down)
1 Year Ago
Fix dodgy asset browsers when used in animgraph tool
1 Year Ago
Fix entity tool not ignoring case when searching for entity
1 Year Ago
Push stashed changes for when I can be arsed to work out the linker errors or someone else does
1 Year Ago
Remove unused sdktools
1 Year Ago
Remove native code for env_sky
1 Year Ago
Fix really bad performance when pasting many nodes - block signals and notify all selection changes in one go
1 Year Ago
Better attempt at circular subgraph detection
1 Year Ago
Remove tools about dialog - no longer used
1 Year Ago
Add bake action to toolbar
1 Year Ago
Set node contexts of pasted set before fixing up connections so that subgraph nodes have a valid node manager
1 Year Ago
Fix pasted group nodes not setting their child connections properly - no fix for subgraphs yet tho
1 Year Ago
Fix assert in animgraph tool scene widget
1 Year 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
1 Year Ago
Remove last remaining references to panorama
1 Year Ago
Add SetupPhysicsFromCylinder
1 Year Ago
thirdperson camera: orbit mode alt+rightclick+drag to pan up/down
1 Year Ago
recursively bake subgraph nodes - I don't trust it working properly otherwise
1 Year 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'
1 Year Ago
Remove test compile output
1 Year Ago
Bake groups and subgraphs for compiler so everything is a flat graph
1 Year 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
1 Year Ago
Cleanup Add new stubbed animgraph resource compiler
1 Year Ago
Save subgraphs using full path
1 Year Ago
Subgraph manager hashes by filename instead of asset
1 Year Ago
Fix crash pasting subgraph in itself
1 Year Ago
Add back reset nodes flashing orange
1 Year Ago
Fix subgraph crash in node tools mode
1 Year Ago
Fix build errors
1 Year Ago
Add compiler for subgraph
1 Year Ago
Give nodes with icons more width
1 Year Ago
Refactor subgraph manager so we don't have to manually fuck with refcounts
1 Year Ago
Hide animgraph property editor settings menu only on customer machine so I can debug easier
1 Year Ago
Don't assert when subgraph has no node manager, this is normal for unset subgraphs
1 Year Ago
Fix crash loading graph with deleted subgraphs
1 Year Ago
Hopefully fix subgraph ref counts so they don't stick around when not in use
1 Year Ago
Fix undo in subgraphs by serializing them before setting node context