22,418 Commits over 1,614 Days - 0.58cph!
Fix PropagateNetworkMode - todo: make it work with groups and subgraphs
Remove annoying assert in utils update cycle, usually happens when blend node has missing child, which we're already warned about anyway
Keep a flat list of sorted update nodes in fixed data
Keep a flat list of sorted nodes in fixed data
Fix fixed data returning incorrect update node
GetOutputNodeLocation now works
Abstract reflections for all differing reflection types
Ambisonics calculator & Simplify effect creation
Getting update nodes from graph binding now uses init path
Add node location to init context so CreateUpdateNode has some context for grabbing child update nodes
Finish up the pathing processor
Setup source & listener for pathing simulation
Add update node to correct manager
Reserve nodes
Remove some old test code
Move node tables to update node manager, keep sorted node ids in fixed data
Start working on update node manager that fixed data can use, hopefully this is a better way to go about it
Fix groups and subgraphs returning their own internal context instead of the context they're in
Support copying graphemes outside TextEntry too
Improve console text selection
Improve behaviour of label selection if drag rect is negative size
Begin pathing simulation & processor
Remove steam audio completely & begin reimplementing newer version
Basic scene simulation, get direct simulation working
Sound path simulation
Begin work on probe batches & baking
steam audio builds successfully again
HRTF
oops
steam audio builds successfully again
Add TypeLibrary.FindStaticMethods
Add PropertyDescription
Fix MenuAttribute
Fix search not working in subgraphs because it was returning the wrong context
Just bail for now if we try to make a new subgraph that already exists
Fix creating new subgraph, deal with creating new subgraph inside itself and overwriting later
Start changing graph fixed data to use node locations instead of node ids - because groups and subgraphs have their own set of nodes, fixed data needs to know where the a node is in the hierarchy
Make undo redo function in context menu
Default new group nodes with 1 input and 1 output pins
Add icons for undo redo in context menu
Don't show root anim node in context menu for groups and subgraphs - root should always be in top level probably
Remove duplicate node id checking in setcontext, probably not needed now
Restore nodes for subgraph and blend2d visualizers
Give graph visualizers a node location so it can restore the node when graph changes
Fix classes with [Net] malfunctioning if they have child classes
[HideInEditor] works on asset properties
Give [GameResource] a default question_mark icon so it's not null by default (also fix DrawMaterialIcon shitting the bed with null)
No point in having EnvironmentLightEntity derive from ModelEntity
Hammer property titles once again generate with spaces
Fix static/dynamic colors not working on [EditorModel] ( This is only used for light modes, weird fucking place? )
Fixed MinMaxAttribute not working in Hammer
Make tests happy
Merge branch 'master' of sbox
Make TypeLibrary.Create<T>( int ident ) public so we can create types from their (int) ident again
Merge branch 'master' of github.com:Facepunch/sbox
Added post_processing_entity & improved PP preview in Hammer
post_processing_entity is a global version of post_processing_volume that affects all players.
Fix couldn't find class by identifier after hotload
Minor cleanup
delete generated textures
Refactor everything (Pain Day 3)
Merged new-shader-api
Disabled transform structured buffer by default, will be reenabled soon
Update base.vfx with the base from standard.vfx
Fix regression where entities base properties were getting stomped
Added 'Particle Effect' property to phys_lengthconstraint
No more putting particle system entity inside of the constraint in Hammer.
https://files.facepunch.com/rubat/1b1811b1/AAUUMM6PIy.png
pallet - wip
pallet - tweaks
pallet - blue and red skins
New Clothing Piece! - Leather Gloves
New leather gloves and also some quick changes to the Long white gloves clothing file! So now it's in the glove section in the character menu!
Merge branch 'master' into refactor_everything
Remove IRuntimeAsset
Move IUninheritable to Sandbox.System
Update SteamInput attack actions to match C#