79 Commits (d4e81eca02f422aa25ec840f18ae8c0668593b93)

Author SHA1 Message Date
shalliwell 9cce05ed69 Fix Connection draw on out of view Block 5 years ago
shalliwell c034808565 Add Catch ContentMatch Execeptions 5 years ago
shalliwell 50bea2147d Fix FlowchartWindow Search Popup 5 years ago
Steve Halliwell 98003f182a Add Partial filter state to Blocks 5 years ago
Steve Halliwell d530302f2b Add option to Grid Snap block in flowchart window 5 years ago
Steve Halliwell e51ab9d688 Add quick add block button to Menu Command block select 5 years ago
Steve Halliwell 9d1060a58f Double Click block centres in Flowchart Window 5 years ago
Steve Halliwell 2127dee0e0 Update header license 5 years ago
Steve Halliwell ce7e75aa50
Defines and fallbacks for 2017 and 2018 (#781) 5 years ago
Steve Halliwell 9488ba99d9
Debug additions (#777) 5 years ago
AcademyOfF 902a3b3ecb Search should search commands, not just block names (#775) 5 years ago
desktop-maesty/steve 89381e1a91 Force FlowchartWindow and BlockInspector to be refreshed when moving between and playmodes in editor 5 years ago
desktop-maesty/steve baf64aaa98 FlowchartWindow force clears filteredBlocks during target Flowchart change 5 years ago
desktop-maesty/steve 1b04eb5b7b FlowchartWindow MutliSelect now more strictly manages selected and mousedown or held over status of blocks and fixes 6 years ago
desktop-maesty/steve d7ab327cc2 FlowchartWindow checks for staleness of EventHandler, Block header info and Flowchart header info 6 years ago
desktop-maesty/steve efd39d2fa3 FlowchartWindow stale repaints 6 years ago
desktop-maesty/steve fd936ee06e FlowchartWindow tracks selected command changes and force repaints 6 years ago
desktop-maesty/steve b4588f17b0 FlowchartWindow Variable list perfermance Improvements 6 years ago
desktop-maesty/steve 4f37234f69 FlowchartWindow perf improvements 6 years ago
desktop-maesty/steve e176222cd6 Detect and respond to play mode invalidating FlowchartWindow local blocks cache 6 years ago
desktop-maesty/steve f46174a419 Flowchart Window control selection rework to maintain consistent usage still with less Contain calls 6 years ago
desktop-maesty/steve 7b4aaea648 FlowchartWindow refactored Selected Block drawing to avoid O(2N) .Contains calls 6 years ago
desktop-maesty/steve 9dd37ee7f7 FlowchartWindow performance for 100s of blocks 6 years ago
desktop-maesty/steve a7aac4291a Correct variable list in flowchart window width 6 years ago
desktop-maesty/steve 17cd4cde4e Try Catch around VarListLayout so we can eat the error that occurs when moving from play back to edit 7 years ago
desktop-maesty/steve 7749f8b3c8 When a change is detected in the flowchartwindow var list mark the flowchart dirty so the inspector refreshes. 7 years ago
desktop-maesty/steve 5038f8baae FlowchartEditor keeps a VariableListAdapter rather than an entire FlowchartEditor 7 years ago
desktop-maesty/steve a518dc284f VariableListAdapter no longer Rotorz 7 years ago
desktop-maesty/steve 0b81c75e2e Added ability to show variable list in the Flowchart Inspector 7 years ago
desktop-maesty/steve 1bbb8da1c3 Added logic to handle destroying the blockdrawers when the target flowchart changes underneath them. 7 years ago
Christopher 367f0527f4 Replaced slow calls to FindObjectOfType() and FindDerivedTypes() 8 years ago
Christopher 7dacaa70d9 Fixed Cmd+Left Click doesn't register as right click on OSX #595 8 years ago
Christopher 8d81173ffc Fixed can't inspect disabled Flowchart #598 8 years ago
Christopher d34f795f27 Fixed Flowchart prefab's block show as empty on the Inspector #583 8 years ago
Zach Vinless 096f42c652 Updated variable names so it's clear when events are used 8 years ago
Zach Vinless 3f17ef564f Made sure selected block is always on top 8 years ago
Zach Vinless 6c7e53356c Fixed connections not highlighting 8 years ago
Zach Vinless 0854c2339b Added back necessary DestroyImmediate call 8 years ago
Zach Vinless 1808d04f3a Spacing cleanup 8 years ago
Zach Vinless b93883f203 Implemented EventWindow handlers 8 years ago
Zach Vinless e85745cdda Separated early events from DrawOverlay() 8 years ago
zvinless abc4cb0a07 Added newlines to switch for consistency 8 years ago
zvinless 4ca7ecbdc6 Added block search dropdown 8 years ago
zvinless 6f2ec7fb5f Added simple search filter to highlight blocks 8 years ago
Zach Vinless bb0aa56ad0 Updated paste function to assign command ItemIds and event handler parent blocks 8 years ago
Zach Vinless dd5bdf6dcf Reimplemented cut/copy/paste using SerializedObjects 8 years ago
Zach Vinless 07d0122b72 Updated curves, connection points, and grid background 8 years ago
Zach Vinless 5f677602c5 Converted tabs to spaces in new files 8 years ago
Zach Vinless 60f9bc5fd2 Added tolerance value for right click MouseUp context clicks 8 years ago
Zach Vinless 4fb4a2f07b Removed copy/cut/paste functionality for now 8 years ago