3 Commits (4850020a1bd75b686101763daaef3db029893f24)

Author SHA1 Message Date
Christopher 071fb7c345 Added Fungus.Commands, Fungus.EventHandlers, Fungus.Variables and Fungus.Utils namespaces 8 years ago
Christopher 04b56ab0c7 Refactored runtime code to use IFlowchart exclusively 8 years ago
Christopher 56e413a224 Reorganised Fungus folder structure 8 years ago
Christopher 5495ed8ebf Tidied up editor using statements. 8 years ago
Christopher f130385f6f Changed comment style on header block 8 years ago
Christopher 83c12c7e76 Refactored many classes to use protected serialisable fields, with public property accessors where required. 8 years ago
Christopher 239bf8fefe Converted tabs to spaces in all .cs files 8 years ago
Christopher 9afc26a321 Fixed can't select a Public variable from another flowchart #522 8 years ago
Christopher 67adbab9a0 Added open source license header to all source files 9 years ago
chrisgregan 8286971205 Single line and multi-line StringData variants 9 years ago
chrisgregan 5587311a2d Fixed private variable values being reset with multiple flowcharts #389 9 years ago
chrisgregan 2536ae4351 Reduced width of variable popup 9 years ago
chrisgregan f937aed6cb Audio commands can use variables in properties 9 years ago
chrisgregan 9788021f2c iTween properties accept variables 9 years ago
chrisgregan ee2d85a18f Anim commands use variable datas 9 years ago
chrisgregan bf8c1abecb Fixed editing multiline command properties in block inspector. 9 years ago
chrisgregan 5a931441d4 Merge branch 'Rename-core-classes' 10 years ago
chrisgregan 45293c5d47 Added checks for Null variables in list #84 10 years ago
chrisgregan 944ada64a1 Change #68 Replace Save/Load Globals with Save/Load Variable 10 years ago
chrisgregan e07a227aa0 Change #66 User extendible variables system 10 years ago
chrisgregan e21ce0a0e0 Fix #67 Replaced global variables with public / private variables 10 years ago
chrisgregan f4adbe631d Fixed copy and paste bug with StringData, etc. 10 years ago
chrisgregan 8ddd25e728 Show boolean variable state as True / False instead of toggle 10 years ago
chrisgregan 53d2fd1aab Added protected & virtual to core classes for easier inheritance 10 years ago
chrisgregan 3fd20ed105 Variables are now ScriptableObjects instead of MonoBehaviors 10 years ago
chrisgregan 95a5f79b9c Renamed Fungus.Script namespace to Fungus 10 years ago
chrisgregan 64cf2c346e Renamed FungusVariable to Variable 10 years ago
chrisgregan 62aaaf6011 Renamed FungusCommand to Command 10 years ago
chrisgregan b547553c20 Converted SetVariable and If to use serialized property 10 years ago
chrisgregan e6b845a99f Fungus2 code reorg 10 years ago
chrisgregan 9f06860183 Variables are now displayed in Reorderable List 10 years ago
chrisgregan d4705b257e Added custom variable list control 10 years ago
chrisgregan 2aed71ae47 Removed ability to change variable type 10 years ago
chrisgregan 97caa580a1 Added old variables list back 10 years ago
chrisgregan 80949c4d19 Added property drawers for BooleanData, IntegerData, etc. 10 years ago
chrisgregan f2be7f774b Added buttons to create and delete variables. 10 years ago
chrisgregan 239b9e7416 Pick variable or constant value 10 years ago
chrisgregan 8b90d0c301 Custom editor for FungusVariables 10 years ago