7,549 Commits over 3,653 Days - 0.09cph!
Fix RenderTarget.GetTemporary not hashing properly, should fix UAV flag error
Time, cosine, multiply nodes
Don't serialize node properties that don't have setters
First attempt at codegen from graph
Clear connections on graph rebuild
Clear preview and drop target when rebuilding graph
Use node connection type for all node inputs
Only set input property if it's node connection type
Set node connection property when creating connection
Rebuild graph connections from serialized node connections
Reset input connection on remove
Remove existing input connections, inputs can only have 1 connection
Don't allow output connections to input of self
Allow input and output attributes to decide handle config type, property type is rarely going to be handle type
Menu bar shortcuts
Dirty session when performing undo or redo
Status text for undo redo options
Title graph view to asset name
Write graph file before registering it
Don't open graph that is already open
Clear undo stack on new or open graph
Mark session as dirty when an undo op is pushed so title can be changed to show as edited
Don't perform undo redo if there's a pending redo
Undo ops for create/drop/change connection
Grid snap newly created nodes
Undo redo system
Add undo redo shortcuts
Add preview dock
Add skybox and cubemap to preview
Add background to graph view
Delete selected nodes on delete key
Remove connections of deleted nodes
Delete selected connections too
Reload materials on shader resource reload
Make node editor graph an interface
Add shader graph game resource
Keep node position up to date with node ui
Hook up shader graph saving
Don't open save dialog if we have an asset to save to
Hook up shader graph open
put graph nodes in dictionary, can't save nodes to game resources yet anyway so fuck it
Add compiler ref System.Memory for tool addons
Add simple asset type for shader graph
Don't use game resource for shader graph, serialize json from graph asset instead
Deserialize graph
Fix node graph connections
Fix double alloc on GraphicsLine
Add ShadingModelValveStandard to shader template
Apply tonemapping to RT Baked Lighting
Camera follow corpse on death
Fix resource precache, fixes networked resources (glass etc)
Move some shit to util
Add IntVector2
Add preview to placeable tool
Add object resource to define placeable objects
Placeables use grid coords instead of axis row, easier to manage
Remove placeables on map reset
Save and load placeables
spawn door frame model for placeable
Add axis and row to placeable
Clip polygons from walls for placeables
Animgraph: Basic support for anim event preview (only playsound and stopsound)
ModelDoc: Don't allow base model to be set as itself
Remove vwrlt and vwenvmap asset types, these don't exist
Recompile old maps toolscene_lighting_studio and error to fix compiler missing warnings
Add MorphCollection.Get to get override morph values
Fix wonky thirdperson camera
Remove some unused player netvars
Fix nav_edit, grab eye pos and angles from pawn aimray
Remove create_flashlight native command