57 Commits (b75390b4b1e2a99fd586def4533a1de092e577ad)

Author SHA1 Message Date
Christopher d9209ebc2f Refactored MenuDialog to use IMenuDialog interface 8 years ago
Christopher fe3e1b854b Refactored SayDialog to use an ISayDialog interface 8 years ago
Christopher cc4406a8fb Change all public properties to use virtual 8 years ago
Christopher 2082e1e2e7 Use #region to mark interface implementations 8 years ago
Christopher ce92029918 Refactored comments 8 years ago
Christopher f130385f6f Changed comment style on header block 8 years ago
Christopher f94e46e42d Refactored narrative comments 8 years ago
Christopher 9ead74d659 Refactored Narrative scripts to use protected fields with public property accessors 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 858cbad3f3 Conversation command support string substitution 8 years ago
Christopher f79c04f8e0 Added Conversation command 8 years ago
Christopher 67adbab9a0 Added open source license header to all source files 9 years ago
Christopher a0b11e074b Merging PR #490 9 years ago
Christopher 624f66f516 Fixed Set Anim Integer/Float/Bool lose property settings #492 9 years ago
Pavel Kvas 977c2472a0 extract ControlWithDisplay generic base class 9 years ago
Pavel Kvas 20cd537eb6 remove redundant if checks for stage field 9 years ago
chrisgregan 4fddc9e420 Replaced serialisation callback due to threading warning 9 years ago
chrisgregan c33bb139b1 Changes to support Fungus Script execution 9 years ago
chrisgregan d1b76a096c Fixed hide portrait before show portrait breaks portrait system #384 9 years ago
chrisgregan e8ef99ad43 Fixed Writer voiceover clip always stops when text stops #393 9 years ago
chrisgregan 6a486a37fa Fixed string serialisation bug 9 years ago
chrisgregan 9ee98e5b42 Moved Backwards compatibility region to bottom of source files 9 years ago
chrisgregan c600a48475 SetLanguage can use a variable 9 years ago
chrisgregan 42c77d899b MenuTimer can now use a variable 9 years ago
FeniXb3 4b35d4ddb0 Fixed whitespaces 9 years ago
FeniXb3 583f656135 Added ability to set say dialog per character - usefull if you want to have separate say dialogs for each character 9 years ago
FeniXb3 82527b84b8 Fixed whitespaces 9 years ago
FeniXb3 b405c1318e Added ability to set say dialog per character - usefull if you want to have separate say dialogs for each character 9 years ago
chrisgregan 8a25fe5a2e Added Clear Menu command #300 9 years ago
chrisgregan 4d68516985 Fixed localization language does not persist between scenes #271 9 years ago
chrisgregan 1ccedcc7b4 Fixed Changing portrait facing flips incorrectly #190 9 years ago
chrisgregan 0f65d2dd94 Fixed Variable substitution in Menu command #263 9 years ago
chrisgregan f83cacd334 Say command can now be stopped 9 years ago
chrisgregan 0c302cd2b8 Set game object active before setting character image 9 years ago
chrisgregan cc43ca7777 Renamed Fade Out to Fade When Done 9 years ago
chrisgregan f9d4607550 Say Dialog automatically fades in / out when writing 9 years ago
chrisgregan 383761d349 Removed old dialog fade system 9 years ago
chrisgregan 013de03035 Fixed Extend Previous option. 9 years ago
chrisgregan e27753a668 Spawn Event System from Flowchart instead of Menu command 9 years ago
chrisgregan d6f057c98c Refactored localisation system to use ILocalizable interface 9 years ago
chrisgregan e13d6c35b0 Portrait command now moves portraits using world position instead of anchored position 9 years ago
chrisgregan 04aec28426 Added interactable property to Menu command 9 years ago
chrisgregan ddf340ec1f Fixed Event System not created after Load Scene #121 9 years ago
chrisgregan 60fbcef87a Fixed voice over audio only works every second time #126 9 years ago
chrisgregan d71df99c2a Fixed moving and fading portraits at the same time 9 years ago
chrisgregan f8aa36170e Fixed: Character portrait images have display artefacts #92 9 years ago
chrisgregan 725146a1aa Fixed choose English as language in localisation example #100 10 years ago
chrisgregan 0e1208fd07 Added missing tooltips for Commands and Event Handlers 10 years ago
chrisgregan 4cc04e5546 Added some missing command tooltips 10 years ago