523 Commits (d148b5f8f77f0a50edcc04fe4e578e1092be4097)
 

Author SHA1 Message Date
chrisgregan e39ac81579 Added protected and virtual to all remaining classes 10 years ago
chrisgregan 53d2fd1aab Added protected & virtual to core classes for easier inheritance 10 years ago
chrisgregan c98412bac1 Run Slow In Editor option 10 years ago
chrisgregan 7aed9a01ff Refactored FungusScript advanced settings 10 years ago
chrisgregan 230db13b76 Select sequence when adding new Fungus Script 10 years ago
chrisgregan 9e86571c9d Added SetBackground command and Background prefab. 10 years ago
chrisgregan 06fef1511e Updated ChooseDialog prefab 10 years ago
chrisgregan be8e7bacc6 Added GetVariable methods on FungusScript 10 years ago
chrisgregan afbbca87fb Added methods for setting variables 10 years ago
chrisgregan ebcac6367f Added class comment. 10 years ago
chrisgregan c55abe99fe Documented Fungus Script class 10 years ago
chrisgregan 7d58682d21 Made min command view width wider 10 years ago
chrisgregan b63a9ce3b9 Simplified adding new commands. Added Note command. 10 years ago
chrisgregan 1e587f7dd1 Added Note command 10 years ago
chrisgregan 6a145cd041 Changed Choose dialog to use grid layout 10 years ago
chrisgregan e420ef798e Added a simple background image prefab 10 years ago
chrisgregan 3c61965afd Added background prefab & SetActive command 10 years ago
chrisgregan be41f9539a Improved view highlighting when view command selected 10 years ago
chrisgregan 408809b9e8 New commands are automatically selected 10 years ago
chrisgregan d81061c6b3 Updated license files 10 years ago
chrisgregan 255970d507 Added Fade Screen command 10 years ago
chrisgregan d0b739fbbf Merge pull request #35 from snozbot/VisualScripting 10 years ago
chrisgregan 63ccec70bf Added bear ending to example 10 years ago
chrisgregan a25b61fc0d Fixed memory leak and null exception errors 10 years ago
chrisgregan 32609b7e20 Added MIT license (with exception) 10 years ago
chrisgregan 7ce2cb0704 Added RequireComponent 10 years ago
chrisgregan 150892e0b9 Added profile image to choose editor. Asset tidy. 10 years ago
chrisgregan 618d34c91c Reverted sequence to use game object name. Added Fungus Script menu item 10 years ago
chrisgregan 2e6e0d9984 Deleted old shuttle example 10 years ago
chrisgregan 57d846ba96 Disabled binary serialisation on WinRT 10 years ago
chrisgregan 8dd08cab3d Hide command internal properties in inspector 10 years ago
chrisgregan 84447e6d7b Don't render connected sequences in other fungus scripts 10 years ago
chrisgregan d050126edd Renamed hideSequenceObjects to showSequenceObjects 10 years ago
chrisgregan f570e9ab79 Added hideSequenceObjects flag 10 years ago
chrisgregan c6c82dbb44 Reverted variables back to MonoBehavior 10 years ago
chrisgregan 2b6fe13072 Added null pointer checks and fixed sequence name picking 10 years ago
chrisgregan e968bfd507 Refactored GetFungusScript() and GetSequence() 10 years ago
chrisgregan 3efe3f419e Replaced SkipperAngry variable 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 299ce5f362 Added default sequence name 10 years ago
chrisgregan 33397f004f Converted FungusVariableListAdapter to use SerializedProperty 10 years ago
chrisgregan c8c2846808 Updated Sequence editor to use serialised property 10 years ago
chrisgregan b547553c20 Converted SetVariable and If to use serialized property 10 years ago
chrisgregan 99a0fd5d6d Changed dialog command to use serializedProperty 10 years ago
chrisgregan 2279376b27 Converted SequenceField to use SerializedProperty 10 years ago
chrisgregan 3f356c331c Fixed View prefabs settings overriding 10 years ago
chrisgregan b5394529c7 Made dialog prefabs. Updated attribution. 10 years ago