56 Commits (5329caa624a88e1c08e79e2711474931fb0bd7e9)

Author SHA1 Message Date
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
Zach Vinless 5af37c9415 Added check for zoom change to avoid constant repaint 8 years ago
Zach Vinless 92b3c81020 Added pro skin icons and moved editor textures 8 years ago
Zach Vinless 4e3b65a0e6 Added keyboard shortcuts and more context menu options 8 years ago
Zach Vinless 79375f7055 Removed flowchart min/max buttons and undid reflection null checks 8 years ago
Zach Vinless b1004a79c2 Added null checks to flowchart window reflection code in case of breaking updates 8 years ago
Zach Vinless 57fb72e81f Added toolbar in place of floating UI 8 years ago
Zach Vinless c4462691f4 Removed option to change scroll wheel zoom modes 8 years ago
Zach Vinless fb73853bf7 Added support for variable zoom center in flowchart window 8 years ago
Zach Vinless 9379feed33 Fixed misc selection box issues 8 years ago
Zach Vinless 62d60521ed Replaced redundant function call with already assigned local variable 8 years ago
Zach Vinless 3afcc68001 Added multi-select feature for blocks in flowchart window 8 years ago
Zach Vinless b24d670d9c Added support for custom block tint colors 8 years ago
Christopher 71a702417f Fixed Block inspector displayed for inactive flowchart #544 8 years ago
Christopher 3510fc7f9a Converted all foreach statement to act on simple variables. 8 years ago
Christopher 060b7b46a2 Reverted Fungus sub namespaces as they were breaking backwards compatibility. Kept the Fungus.EditorUtils namespace though as it doesn't affect compatibility. 8 years ago
Christopher 0effd7e7f3 Added #region Public members to all non-editor classes 8 years ago
Christopher 01feb27c61 Reverted IBlock interface 8 years ago
Christopher cf7b1e8ca3 Moved all Fungus editor code to Fungus.EditorUtils namespace 8 years ago
Christopher 071fb7c345 Added Fungus.Commands, Fungus.EventHandlers, Fungus.Variables and Fungus.Utils namespaces 8 years ago
Christopher 245500fd25 Moved global constants to FungusConstants static class. 8 years ago
Christopher 0d33e6a026 Use concrete classes for Block and Command to ensure editor code is robust. 8 years ago
Christopher 04b56ab0c7 Refactored runtime code to use IFlowchart exclusively 8 years ago
Christopher 1cf014aa18 Refactored Block to use IBlock 8 years ago