Commit Graph

  • 964a1e504a Fixed incorrect portraits and positioning across multiple conversation() commands Christopher 2016-07-26 15:49:06 +0100
  • c95dd146fc Fix portraits not moving into new position Christopher 2016-07-26 15:08:17 +0100
  • 2c07403cad Use SayDialog specified in Character.SetSayDialog property if present Christopher 2016-07-26 14:08:53 +0100
  • b77fb1dd58 Renamed Conversation class to ConversationManager. Documented conversation() function in Lua. Christopher 2016-07-26 13:43:56 +0100
  • 0075f24ced Renamed and Moved ConversationManager class Christopher 2016-07-26 10:50:01 +0100
  • 83fc09272c Refactored ConversationManager to do text processing in two distinct phases. Christopher 2016-07-26 10:43:38 +0100
  • f7808e5bf3 Fixed missing component warning Christopher 2016-07-26 10:42:32 +0100
  • b0c500810d Merge pull request #510 from lealeelu/simplescript Chris Gregan 2016-07-26 08:52:35 +0100
  • cd86fe4970 Extended example to show omitting parameters. Christopher 2016-07-20 17:20:09 +0100
  • 86855857d8 Safely get active stage, handles case where no stage present. Ignore blank lines and Lua style comments in conversation string. SetParams checks input params in order of priority, handles some cases of missing params (not all yet) Christopher 2016-07-20 17:19:32 +0100
  • 057772cf28 Fix if no EventSystem present in scene Christopher 2016-07-20 17:17:57 +0100
  • 3234aecee8 Removed cached portraits Christopher 2016-07-20 17:17:30 +0100
  • 19cbab7112 Changed PortraitOptions and PortraitState to use class instead of struct. MoonSharp doesn't work well with structs. Christopher 2016-07-20 17:15:09 +0100
  • 4992ea9925 Cache stage and portrait info and add ability to rearrange params lealeelu 2016-07-18 10:00:19 -0400
  • 7420ffeefb Create Conversation Function in LuaUtils lealeelu 2016-06-26 13:26:38 -0400
  • 4e417053b5 Updated changelog Christopher 2016-07-25 14:20:19 +0100
  • 4bf159590c Added Serializable attribute to all variable classes. Christopher 2016-07-25 14:19:39 +0100
  • 98d8fd089e Clickable2D and Dragable2D components can now use legacy input or EventSystem events / recasts. Added DragAndDrop(EventSystem) example scene to show how to use the EventSystem option. Christopher 2016-07-25 13:13:51 +0100
  • b94ae3f6f8 Updated MoonSharp to v1.6.0.0 (this time without changing the meta files). Christopher 2016-07-25 11:37:41 +0100
  • 192bedeac9 Revert "Upgraded to MoonSharp 1.6.0.0" Christopher 2016-07-25 11:27:53 +0100
  • 9c967aaf84 Fixed for Unity 5.0 Christopher 2016-07-22 13:49:20 +0100
  • e17cb081b0 Updated changelog Christopher 2016-07-22 11:49:15 +0100
  • 03296a2f3e Upgraded to MoonSharp 1.6.0.0 Christopher 2016-07-22 11:48:08 +0100
  • f7d197c6e1 Updated changelog for Fungus 3.1.0 Christopher 2016-07-21 17:20:13 +0100
  • 9314253257 Duplicated default dialog image to avoid breaking dialogs in existing scenes. Christopher 2016-07-21 17:19:49 +0100
  • 1b1cfa7c4f Default dialog box now fits in a 5:4 ratio display. Also changed the dialog image to be sliced, so can be resized to any width / height required. Christopher 2016-07-21 16:52:04 +0100
  • fc2713ddcd Fixed dialog input causing an exception if no Event System is present. Christopher 2016-07-21 16:51:10 +0100
  • b81b120e42 Flowchart automatically registers with LuaEnvironment for ExecuteLua commands #485 Christopher 2016-07-21 16:15:17 +0100
  • 6c0dfba807 Fixed Clickable2D and Draggable2D to use event system to correctly block clicks on UI elements. Updated drag and drop demo scene. Christopher 2016-07-21 14:27:57 +0100
  • ce04d701e0 Fixed missing module variable on round() function Christopher 2016-07-20 15:18:51 +0100
  • 8c7491e95e Merge pull request #514 from snozbot/nested-menu-calls Chris Gregan 2016-07-13 21:52:30 +0100
  • 79081ed3b8 Fixed Menu() Lua function only works once #511 Christopher 2016-07-13 21:52:12 +0100
  • 5382f84f2e Fix for compile error for folks upgrading using the Fungus 3 unitypackage Christopher 2016-07-08 18:12:41 +0100
  • 253f5dfbfc Wording change Christopher 2016-07-07 18:00:11 +0100
  • 9c203b4b19 Updated changelog for Fungus 3.0.0 Christopher 2016-07-07 17:37:57 +0100
  • a806880acc Fixed private Flowchart variables not substituting correctly Christopher 2016-07-07 16:46:34 +0100
  • 7e3fadff55 Updated Unity version Christopher 2016-07-06 07:42:03 +0100
  • 1b9feb16db Merge pull request #507 from ideka/master Chris Gregan 2016-07-03 21:16:50 +0100
  • 5b8ba63d8c Merge pull request #508 from ideka/menu-autoselect Chris Gregan 2016-07-03 21:02:27 +0100
  • ecbfd4a16b Fixed menu test Christopher 2016-07-03 10:01:22 +0100
  • 823aada370 Merge pull request #509 from snozbot/lau-setcharacter-bug Chris Gregan 2016-07-01 18:51:55 +0100
  • deeb5259e6 Fixed Fungus Lua setcharacter bug #503 Christopher 2016-07-01 18:51:31 +0100
  • 6337bf19fd Cache the current StandaloneInputModule. Gerardo Marset 2016-07-01 13:30:44 -0300
  • 8018abcf15 Remove stray unneeded option. Gerardo Marset 2016-07-01 13:09:01 -0300
  • a92ebb4001 Tabify stray non-tabified line. Gerardo Marset 2016-07-01 12:50:24 -0300
  • 0a8d104a93 Merge pull request #506 from snozbot/jump-label-fix Chris Gregan 2016-07-01 08:13:30 +0100
  • 3dc0be1b62 Fixed jump command properties incorrect when block duplicated #504 Christopher 2016-07-01 08:13:12 +0100
  • be7109ba56 Removed redundant copyright notice Christopher 2016-07-01 08:11:21 +0100
  • f67cbf0705 Better follow the project's coding standards. Gerardo Marset 2016-06-30 04:53:23 -0300
  • c1d1dc901e Allow for options to be picked without clicking. Gerardo Marset 2016-06-29 21:44:03 -0300
  • 4b3a4bf32b Simplify DialogInput to use Unity's InputManager. Gerardo Marset 2016-06-27 19:59:10 -0300
  • 4c786232d8 Added Preprocessor support for LuaEnvironment / LuaUtils Christopher 2016-06-27 18:42:50 +0100
  • 2169ed9284 Removed add_header.py Christopher 2016-06-23 19:00:54 +0100
  • 951e482671 Merge pull request #502 from snozbot/add-license-header Chris Gregan 2016-06-23 18:58:14 +0100
  • a2baea1068 Renamed add_header.py Christopher 2016-06-23 18:57:50 +0100
  • 67adbab9a0 Added open source license header to all source files Christopher 2016-06-23 18:57:07 +0100
  • 9356631292 Quick python script to add source file header Christopher 2016-06-23 18:55:12 +0100
  • 2579f1aa66 Merge pull request #500 from snozbot/stage-portrait-lua Chris Gregan 2016-06-22 10:35:04 +0100
  • a0b11e074b Merging PR #490 Christopher 2016-06-22 10:34:46 +0100
  • e6eefacc0e Merge pull request #499 from snozbot/menu-interactable-bug Chris Gregan 2016-06-21 18:16:37 +0100
  • ec98822857 Fixed menu() Lua command interactable param has no effect #493 Christopher 2016-06-21 18:15:53 +0100
  • 05a5195fdd Merge pull request #498 from snozbot/misc-bug-fixes Chris Gregan 2016-06-21 07:55:51 +0100
  • 4e68e8ff77 Updated copyright notice Christopher 2016-06-21 07:53:43 +0100
  • ee0711e8a1 Added code header about MIT license Christopher 2016-06-21 07:50:25 +0100
  • bd66d6df6c Added SetAudioVolume.waitUntilFinished property #495 Christopher 2016-06-19 17:49:28 +0100
  • 624f66f516 Fixed Set Anim Integer/Float/Bool lose property settings #492 Christopher 2016-06-17 12:25:16 +0100
  • 49cd02c20b Fixed can't select ExecuteBlock from Unity Event #496 Christopher 2016-06-17 12:00:39 +0100
  • 875b5f190f Fixed aliased commandIndex property in Call. Christopher 2016-06-17 11:44:07 +0100
  • 10e76088ad Merge pull request #491 from snozbot/optimize-string-substitution Chris Gregan 2016-06-09 18:26:37 +0100
  • 0eac532b35 String substitution uses StringBuilder to avoid string allocations Christopher 2016-06-09 18:26:22 +0100
  • d3e09386ab Merge pull request #489 from snozbot/recursive-string-substitution Chris Gregan 2016-06-03 21:23:43 +0100
  • 925c2e2799 Embed string substitution keys in substitution text #488 Christopher 2016-06-03 21:22:59 +0100
  • 28b7db4eff Fixed incorrect final output using write whole words option Christopher 2016-06-02 18:12:24 +0100
  • 99ab04c44f Added LuaStore example Christopher 2016-05-31 23:53:42 +0100
  • f18c798496 Fixed lua Blocks example scene Christopher 2016-05-31 23:37:37 +0100
  • 87f995dd3e Optimised string allocations when writing text with Writer.cs Christopher 2016-05-31 07:30:47 +0100
  • 54d80c5039 Fixed character Name appears in Say Dialog when used from Lua #484 Christopher 2016-05-31 07:20:55 +0100
  • 7143dc1074 Fixed command summary incorrect for Fade UI command #486 Christopher 2016-05-30 18:41:47 +0100
  • f3d094c908 Fix for uninitialized string value Christopher 2016-05-20 18:33:03 +0100
  • a2675b73a2 Merge pull request #482 from snozbot/live-edit-lua Chris Gregan 2016-05-20 18:14:22 +0100
  • 8da1c82878 LuaScript will reinitialise if modified when playing in editor Christopher 2016-05-20 18:13:54 +0100
  • 1cc3355d16 Removed check for playing in editor in LuaScript Christopher 2016-05-20 18:01:58 +0100
  • 5a947f9cbc Merge pull request #481 from snozbot/call-with-index Chris Gregan 2016-05-18 14:05:22 +0100
  • f487de69bd Added Command Index property to Call command Chris Gregan 2016-05-18 14:04:58 +0100
  • ca92e18045 Fixed can't set new values on iTween commands #479 Chris Gregan 2016-05-18 11:08:32 +0100
  • 83df54b39a Merge pull request #478 from snozbot/replace-getcomponentsinchildren Chris Gregan 2016-05-17 18:25:53 +0100
  • 6a7878552e Fixed Child Object gets deleted when having a flowchart on parent and child. #475 Christopher 2016-05-17 18:24:39 +0100
  • b3dac6f11a Merge pull request #476 from kalenobrien15/patch-1 Chris Gregan 2016-05-17 07:11:00 +0100
  • 708aa260a2 No Music clip selected error kalenobrien15 2016-05-16 23:43:59 +0100
  • ea95f8fd3e Merge pull request #474 from Pavelko007/master Chris Gregan 2016-05-15 21:27:14 +0100
  • 39ed52499a Null pointer check Chris Gregan 2016-05-14 23:03:09 +0100
  • b2547ca79d Added FungusLua narrative examples Christopher 2016-05-14 22:50:43 +0100
  • 00d3462c36 Improved source code display on Lua script errors Christopher 2016-05-14 22:50:19 +0100
  • 977c2472a0 extract ControlWithDisplay generic base class Pavel Kvas 2016-05-14 14:47:54 +0300
  • 20cd537eb6 remove redundant if checks for stage field Pavel Kvas 2016-05-14 14:08:37 +0300
  • 36998eee62 Flowchart component automatically selected in LuaBindings Chris Gregan 2016-05-13 18:24:47 +0100
  • f82ccc5b51 Merge pull request #473 from snozbot/menu-dialog-active Chris Gregan 2016-05-13 18:12:32 +0100
  • 36a646c5b8 runblock() Lua function takes an optional command index Chris Gregan 2016-05-13 18:11:53 +0100
  • 534be23586 Merge pull request #472 from snozbot/menu-dialog-active Chris Gregan 2016-05-12 22:29:13 +0100
  • 8e5a7dd622 Make sure MenuDialog game object is active Chris Gregan 2016-05-12 22:28:44 +0100