Commit Graph

  • 66b1c5637f Fixed leading whitespace trimming after a {wc} or {c} tag chrisgregan 2015-08-20 11:22:26 +0100
  • d6f057c98c Refactored localisation system to use ILocalizable interface chrisgregan 2015-08-19 14:56:44 +0100
  • 5c5f7dafdd Added NullTargetCheck to WriteEditor class chrisgregan 2015-08-19 14:55:22 +0100
  • 1b977b69dc Localization now supports Write and Set Text commands chrisgregan 2015-08-19 11:53:16 +0100
  • ebdd23abea Added string substitution test for Write command chrisgregan 2015-08-14 15:44:44 +0100
  • 97b99204a9 Removed Debug.Log() from CSV parsing test chrisgregan 2015-08-14 15:32:20 +0100
  • 45d47a8b5e Fixed comment typo chrisgregan 2015-08-14 15:11:30 +0100
  • ec91c153f6 Fixed: Localisation CSV parser doesn't handle Windows-style line endings #131 chrisgregan 2015-08-14 15:08:44 +0100
  • 34c33575c8 Refactored DoWords method chrisgregan 2015-08-14 13:35:52 +0100
  • 541bf86cdf Fixed intermittent integration test fail chrisgregan 2015-08-14 13:21:49 +0100
  • 784d75a883 Get Text and Set Text now work on any text object chrisgregan 2015-08-14 11:44:46 +0100
  • ec35022fab Added Write command and new Text Tag Parser chrisgregan 2015-08-14 11:43:48 +0100
  • ce0f9e2daa Fixed: Draggable objects don't return to start pos if drag completes #130 chrisgregan 2015-08-13 15:10:00 +0100
  • 35d7ae2907 Fixed float comparison failing intermittently in Narrative test chrisgregan 2015-08-13 12:50:21 +0100
  • e13d6c35b0 Portrait command now moves portraits using world position instead of anchored position chrisgregan 2015-08-13 12:48:59 +0100
  • f91d12ba4b Added NullTargetCheck() to catch cases of orphaned command editors chrisgregan 2015-08-13 12:46:13 +0100
  • c2fd41f25a Fix for intermittent null reference error from custom editors chrisgregan 2015-08-13 11:11:05 +0100
  • 3de9f1eeb2 Ignore null commands in command list chrisgregan 2015-08-13 10:16:20 +0100
  • 2997b0fdd8 Fixed: Duplicate block does not do a deep copy #129 chrisgregan 2015-08-12 17:13:27 +0100
  • c48572bee8 Added integration test for Set Sprite Order command chrisgregan 2015-08-12 14:57:02 +0100
  • 354eb90035 Reorganised Tests folder to share assets between tests chrisgregan 2015-08-12 14:56:36 +0100
  • 3b98187975 Updated MenuEditor to display intractable property chrisgregan 2015-08-12 14:55:15 +0100
  • 1a1f8bca19 Added Set Sprite Order command chrisgregan 2015-08-12 14:54:49 +0100
  • 04aec28426 Added interactable property to Menu command chrisgregan 2015-08-12 14:12:52 +0100
  • 550f5857f5 Invoke Event and Invoke Method commands chrisgregan 2015-08-12 12:22:17 +0100
  • 2461a5e686 Added attribution to thenounproject.com for mouse pointers chrisgregan 2015-08-11 16:20:26 +0100
  • deac3fbc70 Merge pull request #128 from FungusGames/pr/124 Chris Gregan 2015-08-11 16:08:31 +0100
  • 407d13f4ca Added Set Mouse Cursor command and drag and drop support chrisgregan 2015-08-11 16:06:50 +0100
  • ddf340ec1f Fixed Event System not created after Load Scene #121 chrisgregan 2015-08-11 12:00:31 +0100
  • 60fbcef87a Fixed voice over audio only works every second time #126 chrisgregan 2015-08-11 11:24:20 +0100
  • e0e1fbf4ae Fix for intermittent error message in command editor OnEnable chrisgregan 2015-08-10 14:53:32 +0100
  • 1492ef08e3 Updated portrait test to use modified Stage prefab chrisgregan 2015-08-07 17:03:50 +0100
  • bebefea7fb Updated stage prefab chrisgregan 2015-08-07 16:59:49 +0100
  • d71df99c2a Fixed moving and fading portraits at the same time chrisgregan 2015-08-07 16:59:25 +0100
  • 84ceca1b5f Added integration tests for Stage & Portrait system chrisgregan 2015-08-07 15:50:45 +0100
  • f8aa36170e Fixed: Character portrait images have display artefacts #92 chrisgregan 2015-08-07 14:58:19 +0100
  • a84706f2e1 Added Unity Test Tools asset chrisgregan 2015-08-06 12:16:44 +0100
  • 35519cf2f6 Upgraded to Unity 5.1.2f chrisgregan 2015-08-06 12:11:18 +0100
  • ce0a908269 Merge pull request #127 from FungusGames/UnityEvents Chris Gregan 2015-08-05 14:46:33 +0100
  • 9a066b366f Explicitly flag command properties as reorderable lists chrisgregan 2015-08-05 13:41:37 +0100
  • 14226652dc Invoke command - call methods with parameters. chrisgregan 2015-08-04 12:40:27 +0100
  • 74483ec24a Display UnityEvent properties chrisgregan 2015-08-04 12:21:54 +0100
  • f25bddf920 Updated meta file for combo box chrisgregan 2015-08-04 12:04:43 +0100
  • 294b1dd412 Updated tag help chrisgregan 2015-08-04 11:59:35 +0100
  • 972e69cda4 Use reorderable list for all lists & arrays in command inspector chrisgregan 2015-08-04 11:57:47 +0100
  • b708320e63 Deferred Block action list is now public chrisgregan 2015-08-04 11:55:19 +0100
  • bf8c1abecb Fixed editing multiline command properties in block inspector. chrisgregan 2015-08-04 11:54:04 +0100
  • c66d29b3be Added ComboBox to Thirdparty folder chrisgregan 2015-08-04 11:50:51 +0100
  • 36cfc04dab Added constructors and implicit operators for all variable types chrisgregan 2015-08-04 11:43:23 +0100
  • 4f9ac78c6c SetActive command shows state in summary chrisgregan 2015-08-04 11:40:05 +0100
  • a88537c0f3 Tolerate null commands in command list chrisgregan 2015-08-04 11:38:34 +0100
  • 36aab4045e Removed unused SendEventEditor class chrisgregan 2015-08-04 11:31:02 +0100
  • a02ef46282 Updated project to Unity 5.1.2 chrisgregan 2015-08-04 11:15:20 +0100
  • 42b1f73ad5 Merge pull request #122 from bjennings76/master Chris Gregan 2015-07-15 13:18:44 +0100
  • ed82fcba7d Fixed bug in initialize system Brian Dean Jennings 2015-07-09 11:57:34 -0700
  • 0a0d53284d Additional flowcharts added to the scene no longer have their initial block start with the default 'Game Started' event. Brian Dean Jennings 2015-07-09 11:38:31 -0700
  • 8c5facccda Support for Flowchart versioning and initialization Brian Dean Jennings 2015-07-09 11:36:54 -0700
  • 8fb96dd47f Compile errors when Fungus is used with Draw On Screen asset #120 chrisgregan 2015-06-18 14:39:32 +0100
  • 5d9353ea75 Fix null reference exception when spawning Fungus objects in Unity 5.1 chrisgregan 2015-06-17 15:36:48 +0100
  • 86040c9d4b Added Quit command to quit application chrisgregan 2015-06-16 14:49:49 +0100
  • 3adb4bd7a6 Removed accidentally committed debug log chrisgregan 2015-06-16 14:42:21 +0100
  • 40f2c61a85 Added Fullscreen command chrisgregan 2015-06-16 14:41:42 +0100
  • 732fb8b8c5 Removed hide flags on line drawing material and shader #119 chrisgregan 2015-06-16 13:23:58 +0100
  • ffa591f726 Fix for compile error on Unity 5_0 chrisgregan 2015-06-12 21:40:28 +0100
  • 1b3b3caab4 Revert accidental add of using statement chrisgregan 2015-06-12 21:24:35 +0100
  • 58f57907db Fixed warning in Usfxr editor window chrisgregan 2015-06-12 14:37:23 +0100
  • f3f60ccbff Fixed line drawing class using obsolete material constructor #119 chrisgregan 2015-06-12 14:34:56 +0100
  • 001759ecbd Changed small + button texture to GUI mode chrisgregan 2015-06-12 14:09:34 +0100
  • baecdbe2a8 Editor button textures now loaded in OnEnable() chrisgregan 2015-06-12 14:03:34 +0100
  • bcbbe814f1 Flowchart window graphics glitches on Unity 5.1 #118 chrisgregan 2015-06-12 13:15:01 +0100
  • 25d596ee7e Fixed compile errors on Unity 5.0.1 #117 chrisgregan 2015-06-12 10:04:50 +0100
  • 8a8e9fe3de Added Ben Keenan credit to The Facility chrisgregan 2015-06-08 15:08:11 +0100
  • 9c1ea8325d Added changelog file chrisgregan 2015-06-06 14:51:06 +0100
  • 58cff03981 Added special thanks to attribution chrisgregan 2015-06-06 14:08:40 +0100
  • e41f596020 Using iTween and Portrait commands in same Flowchart causes null exception #116 chrisgregan 2015-06-05 11:26:58 +0100
  • ccb6609879 Added delay property to Call Method command chrisgregan 2015-05-27 15:04:55 +0100
  • 1142d06ce8 Added property to control swipe pan speed chrisgregan 2015-05-27 14:52:40 +0100
  • e1af29fe12 Trim whitespace and newlines after {wc} & {c} tags #115 chrisgregan 2015-05-27 13:29:19 +0100
  • dc908282ad Standard Text import strips out newline characters #114 chrisgregan 2015-05-27 13:05:54 +0100
  • 10bd56c54b {x} tag causes null reference error #113 chrisgregan 2015-05-27 13:03:08 +0100
  • f7ac1c45a5 Flowchart.Execute block can't be used with UI events #112 chrisgregan 2015-05-27 13:00:17 +0100
  • 0f3f580c6f Improved layout of Flowchart name and description chrisgregan 2015-05-27 12:47:24 +0100
  • dce46e416b Adding Set Draggable command causes null exception error #111 chrisgregan 2015-05-25 21:04:28 +0100
  • 6b3d0a5538 Adding Set Draggable command causes null exception error #111 chrisgregan 2015-05-25 15:14:11 +0100
  • fbb11fbda4 Cleanup unreferenced Fungus components on enabled chrisgregan 2015-05-25 14:56:22 +0100
  • 412341ff63 Block & command item ids can sometime conflict #110 chrisgregan 2015-05-25 13:27:55 +0100
  • 59124b6022 Block & command item ids can sometime conflict #110 chrisgregan 2015-05-25 13:00:40 +0100
  • 3b73d9563e Removed obsolete commands and other dead code chrisgregan 2015-05-22 22:22:49 +0100
  • 3891ca1d98 Update LICENSE Chris Gregan 2015-05-22 17:16:39 +0100
  • c65f33b47e Modified license to use standard MIT chrisgregan 2015-05-22 17:11:51 +0100
  • 310bf753dd Updated Fungus Town intro to use new fade out control chrisgregan 2015-05-22 16:20:28 +0100
  • af9317c17f Updated Reorderable List control to latest version chrisgregan 2015-05-22 16:20:09 +0100
  • 4f0e21d0da Control fade out effect in Fade To View command #109 chrisgregan 2015-05-22 16:06:12 +0100
  • e44c1332d6 Added target tag property to Set Collider #105 chrisgregan 2015-05-22 15:25:04 +0100
  • cd29f7a297 Add writing sound volume property on Dialogs #108 chrisgregan 2015-05-22 15:09:04 +0100
  • 3d6734c759 Variable substitution now also checks public variables chrisgregan 2015-05-22 12:14:03 +0100
  • 3e3359bc7f Fix iTween overriding position when dragging an object #107 chrisgregan 2015-05-22 11:23:27 +0100
  • 1de742cbb4 Spawn narrative prefabs at 0,0,0 by default #106 chrisgregan 2015-05-22 10:50:42 +0100
  • 84a13a00fa Add Set Collider command #105 chrisgregan 2015-05-21 16:50:01 +0100
  • aa21523286 Updated projectversion.txt for Unity 5.0.2 chrisgregan 2015-05-21 16:47:01 +0100