58 Commits (9c76b9fe3c05b80a569f7ffdbd280231a069d705)

Author SHA1 Message Date
chrisgregan da27d3187b Fixed slow executing icon fade. 10 years ago
chrisgregan 83d42b7453 Optimize Fungus Script window repainting #75 10 years ago
chrisgregan f30d5d5372 Fix compile errors on Windows Store builds #61 10 years ago
chrisgregan d7935d5e03 Removed unused static property 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 658dc6663b Fix #58 Variables window clicks select nodes 10 years ago
chrisgregan 366f6d62ac Force Sequence names to be unique within a Fungus Script 10 years ago
chrisgregan 48961142bb Updated UI to use flowchart style nodes 10 years ago
chrisgregan 877ce1f9f1 Fixed duplicated Event Handlers not working correctly 10 years ago
chrisgregan 945d642b10 Removed legacy support for Sequences as child game objects 10 years ago
chrisgregan dea7a40eaf Display FungusScript name and description in script window 10 years ago
chrisgregan a5095ef009 Duplicate sequence now copies the event handler 10 years ago
chrisgregan cf43832402 Fixed grid lines drawing over title bar 10 years ago
chrisgregan 003069a201 Added virtual method to provide custom Event Handler summary 10 years ago
chrisgregan 446dcb83d3 Fixed null reference error when no Fungus Script in scene. 10 years ago
chrisgregan e6000eb33b Added Event Handler system. 10 years ago
chrisgregan a1e3d4f587 Sequences may now be executed in parallel 10 years ago
chrisgregan 6af52b3452 Fixed up node graphs for example scenes 10 years ago
chrisgregan 7d0491ff5c Redesigned Fungus Script window and inspector UI 10 years ago
chrisgregan 63e597492c Moved variables list over the Fungus Script window 10 years ago
chrisgregan eaedbdadaa Sequence node width can now be edited in inspector 10 years ago
chrisgregan 8340c5ea4b Fixed flaky sequence node dragging. 10 years ago
chrisgregan b2afbbbeff Fixed pasting multiple copies of same command 10 years ago
chrisgregan 385ef1a967 Merged UI redesign and iTween support branch 10 years ago
chrisgregan 7c388a01cf Reverted sequence node style change 10 years ago
chrisgregan 5523ee4ef4 Changed sequence node style (smaller and stands out more) 10 years ago
chrisgregan 4ac98e3f1d Click outside node to deselect 10 years ago
chrisgregan 2033384566 Position new sequence nodes in centre of script view 10 years ago
chrisgregan 29d6475902 Create Sequence adds to right side of selected Sequence 10 years ago
chrisgregan dc1658b152 FungusScript can now be made into a prefab (see notes!) 10 years ago
chrisgregan 8a7a1a2ffa Added GameObject menu items for Dialog prefabs 10 years ago
chrisgregan 7f5ed8e0cf Copy and paste support for commands 10 years ago
chrisgregan 53d2fd1aab Added protected & virtual to core classes for easier inheritance 10 years ago
chrisgregan 230db13b76 Select sequence when adding new Fungus Script 10 years ago
chrisgregan 7d58682d21 Made min command view width wider 10 years ago
chrisgregan a25b61fc0d Fixed memory leak and null exception errors 10 years ago
chrisgregan 618d34c91c Reverted sequence to use game object name. Added Fungus Script menu item 10 years ago
chrisgregan 84447e6d7b Don't render connected sequences in other fungus scripts 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 95a5f79b9c Renamed Fungus.Script namespace to Fungus 10 years ago
chrisgregan 62aaaf6011 Renamed FungusCommand to Command 10 years ago
chrisgregan c8c2846808 Updated Sequence editor to use serialised property 10 years ago
chrisgregan 3961d6953f Lock button for Fungus Script window. Fungus script icon. 10 years ago
chrisgregan 51dbff331f Disable selecting sequence when game is playing 10 years ago
chrisgregan bc484442d8 Improved command button colours & layout 10 years ago
chrisgregan 5bc8bca05b Added initial code for checking sequence connectivity 10 years ago
chrisgregan 5fa7b2a347 Reorderable list for commands 10 years ago
chrisgregan 7a45f92873 Moved command properties to inspector. Fixed dialog bugs. 10 years ago