4,304 Commits over 1,552 Days - 0.12cph!
Fix managed Qt dock window and window DeleteOnClose possible typo causing it to never be set to false. Don't delete on close for EditorMainWindow on shutdown, allows for proper shutdown and cleanup and fixes annoying assert we've had for ages.
Capture input device with SDL and add example tool that can start recording voice and save to WAV file
Remove all voice code (we handle this) Remove takedamageinfo (causing problems on build server)
Remove fgd unit test. Remove a bunch of legacy C++ entities (func_breakable, func_lod, func_ladder, func_dustmotes, func_dustcloud)
Add hammer input for shatter glass reset
ModelDoc: Add window to bone merge models to the preview model https://files.facepunch.com/layla/1b1111b1/sbox-dev_f5498a5rRI.png
ModelDoc: Allow models to have a base model so that models can be extended with extra animations (experimental)
ModelDoc: Give the user a chance to copy a model into an addon dir if they try to import a model from outside an addon dir
Remake multi select combo box for enum flags in pure C# (needs styling)
Add multi select combo box, use it for enum flags in property editor https://files.facepunch.com/layla/1b0511b1/sbox-dev_bxdOgE3sui.png
Animgraph: Hook up num frames, frame rate and duration for clip properties
Animgraph: Clip drag drop creates single frame anim node for anims with 1 frame
Animgraph: Handle selection changed in anim clip widget
Animgraph: Add option for default network mode for newly created nodes https://files.facepunch.com/layla/1b0411b1/sbox-dev_jelIpRdlUW.png
Animgraph: Add animation clips window to easily drag in animation nodes https://files.facepunch.com/layla/1b0411b1/432432.mp4
Fix mistake when converting degree to radian for set float particle function
ParticleEditor: Convert from degrees to radians for attributes which are angles in C_INIT_InitFloatCollection
Unfuck the collision groups and interacts for glass shards so player can pass through broken panels
Do a plane trace to glass plane when taking explosion damage, fixes glass not shattering from explosions in dm98
Remove device_dsound and device_xaudio2
Set SDL_AUDIODRIVER to directsound for pre windows 10 (dota does this so we probably should too)
Update SDL2 to v2.0.20 - Fixes dodgy audio with some sounds
Add icon for state machine, show node icons in context menu
Convert CAddAnimNode to use output ids
Cleanup
Fix output nodes sometimes not secondary highlighting
Handle secondary highlighting of nodes that don't have a node instance (groups)
Get output node will skip other output nodes until it finds a legit node, allows chaining of groups
Reset the output id when removing connection
Change root node to use input connection instead of child id
CAnimGraphFixedData::GetUpdateNode asks the node for the actual update node when output id is valid
Never add a update node for child nodes that have a valid output id (nodes connected to groups)
Cleanup
Try to update secondary highlights for group nodes
Better way of bypassing group nodes when creating update nodes but still not ideal
Check all nodes in graph when replacing node id references from copy paste, not just the ones in the current node manager
Make sure the child node is resynced last
Resync graph nodes for parents when attribute is modified, they may have been refreshed
Refresh references to input/output node ids in group node if they're old
Fix crash in graph binding if group output isn't hooked up to anything
Delete the old output edges and recreate them with the new node
Fix output pins of group input not connecting up to input pins of group output properly
Make sure output plug edges are removed and recreated on node refresh
Add CAnimNodeBase::GetGraph so we don't always have to go through the context to grab the graph
Bypass group nodes when creating update nodes for graph binding
Get the correct child id when bypassing group nodes
Switch blend anim node to use input/output ids as a test
kv3 conversion for CBlendAnimNode
Draw node stacks differently with secondary highlight
Hooking up nodes to group node input now works
Save input connection map for group node
Generate a unique id for connection proxy output
Do the same for output node
Add util for saving/loading hash table but direct value instead of ptr value (annoying, why can't the schema shit just handle hash tables?)
Save input connection for connection proxy items
Rename ianimgroup to igroupanimnode
Auto create group input/output nodes when creating group node
Hook up group node input/output node IDs
Create group node child/parent plugs using their input/output nodes
Add icon support to nodes
Add proxy items to group input/output nodes
Initial support for parent plugs
Allow create node context items to be filtered out easier
Filter out group input/output anim nodes in context menu, we should never have to make these manually
Insert new node ids only after replacing child references on all nodes
Delete all nodes group node has in their manager when they get deleted
Add context menu item for grouping selected nodes
Switch back to using CAnimGraphEditorWidget for CQGroupEditorWidget
Fix crash when reassigning node ids with connections
Reassign node IDs when they already exist, this is usually due to when a group node is copy pasted
Add node to graph node list on copy paste