Commit Graph

  • deb8c0392b Merge pull request #628 from stevehalliwell/MathCommands Chris Gregan 2017-08-22 17:57:12 +0100
  • c1a803c4ce Merge pull request #626 from stevehalliwell/MonoBeh_events Chris Gregan 2017-08-22 17:47:56 +0100
  • e98bc82a6d Merge pull request #625 from stevehalliwell/LeanTweenCommands Chris Gregan 2017-08-22 17:36:47 +0100
  • dc1348f265 Merge branch 'master' of https://github.com/snozbot/fungus Chris Gregan 2017-08-22 08:13:41 +0100
  • eacbdff63f Fixed Unity Test Tools running in Unity 2017.1 Chris Gregan 2017-08-22 08:13:35 +0100
  • fd7bb33315 Merge pull request #624 from iBicha/master Chris Gregan 2017-08-22 08:10:12 +0100
  • 628f42f341 Updated Asset Store Tools Chris Gregan 2017-08-22 08:04:20 +0100
  • f7102ecf46 Updated to Unity 2017.1 Chris Gregan 2017-08-21 22:38:28 +0100
  • 7c57d8c9a8 Added Fungus Commands for most of MathF Added Math demo scene desktop-maesty/steve 2017-08-20 14:27:11 +1000
  • bffb790f61 Added Mouse fungus event demo scene desktop-maesty/steve 2017-08-03 20:36:15 +1000
  • c8ecbce079 Added MonoBeh fungus event handlers and physics demo scene desktop-maesty/steve 2017-08-03 20:10:12 +1000
  • e4bc5f9276 Added LeanTween demo scene that approximates the old iTween demo desktop-maesty/steve 2017-07-30 17:55:22 +1000
  • 393dc751ba Added Basic LeanTween Commands desktop-maesty/steve 2017-07-30 17:52:31 +1000
  • e58c910b69 fixes #612 Brahim Hadriche 2017-07-25 23:35:56 -0600
  • 00a2c23400 Merge pull request #619 from stevehalliwell/CommandByName Chris Gregan 2017-07-21 08:41:11 +0100
  • 8765f7ea4e Remove commented out code desktop-maesty/steve 2017-07-21 17:30:17 +1000
  • a2a7bd5f6e Merge pull request #620 from stevehalliwell/Prefab_Variable_Dereferencing Chris Gregan 2017-07-20 21:27:35 +0100
  • 1d0d45feee Merge pull request #622 from stevehalliwell/hierarchy_icon Chris Gregan 2017-07-20 21:10:21 +0100
  • 57d2c71341 Changed icon loading to be FungusEditorResources Added fungus_mushroom to EditorResources Added Fungus to Editor->Preferences-Fungus -Added ability to toggle off the fungus icon in the hierarchy in case it conflicts with other tools or is just undesired desktop-maesty/steve 2017-07-19 19:49:48 +1000
  • d32c31aa74 Added script to show fungus icon in the hierarchy desktop-maesty/steve 2017-07-15 21:19:25 +1000
  • 1bbb8da1c3 Added logic to handle destroying the blockdrawers when the target flowchart changes underneath them. -A nuclear option perhaps but solves Prefab Variable Dereferencing #618 desktop-maesty/steve 2017-07-15 10:43:39 +1000
  • 6eae87c4dc Missed check desktop-maesty/steve 2017-07-14 22:12:38 +1000
  • 8a2d2b4c65 CommandByName text enter caches command for next frame to be added during the normal keyboard input section to avoid those events being eaten by other parts of the gui and us playing nice with what Unity GUILayout expects desktop-maesty/steve 2017-07-14 22:10:47 +1000
  • c8f8bf4d8b Smarter split actually being tested now Remove attempt to keep index in command list as it is not required for this feature and is causing an exception due to unmatched GUILayouts desktop-maesty/steve 2017-07-14 21:51:52 +1000
  • c14363f327 Comments added to clarify filter conditions on preview commands Limit the number of suggested commands and show elipsis if there are more than that desktop-maesty/steve 2017-07-14 21:24:24 +1000
  • 08e7f8d311 Working command list preview and navigable via arrow keys and confirmable via Enter/Return desktop-maesty/steve 2017-07-14 20:32:28 +1000
  • a2d1c7392e Can now filter more intelligently -Can add the command by hitting enter if there is exactly 1 of them desktop-maesty/steve 2017-07-14 17:55:58 +1000
  • 285b229446 Show results of partial match -requires case independance and a way to actually confirm it desktop-maesty/steve 2017-07-13 19:57:26 +1000
  • 0a42c8c48d Started refactor and work on textfield for typing command name in block editor desktop-maesty/steve 2017-07-13 19:32:46 +1000
  • 08ee94bf2a Updated change log Christopher 2017-06-02 16:39:19 +0100
  • 477c29639e Updated command reference docs Christopher 2017-06-02 16:38:29 +0100
  • 367f0527f4 Replaced slow calls to FindObjectOfType() and FindDerivedTypes() Christopher 2017-06-02 16:27:27 +0100
  • 09e26ddca2 Fixed flicker on first frame of FungusTown example Christopher 2017-06-02 16:26:36 +0100
  • 928089dd14 Small tweaks to changelog Christopher 2017-06-02 15:53:04 +0100
  • 2014a71e75 Updated changelog for v3.6.0 Christopher 2017-06-02 14:21:10 +0100
  • ac80a34dd3 Updated TextTests scene Christopher 2017-06-02 14:20:52 +0100
  • b8a96bef8a Fixed Localization only localizes character name, not story text #611, #614 Christopher 2017-06-02 12:51:35 +0100
  • 7c955e8f79 SaveMenu instance in example scene is now a prefab instance. Christopher 2017-06-02 12:00:39 +0100
  • 64d3648fdc Fixed Save Menu: clicking to left of collapsed menu clicks hidden buttons #615 Christopher 2017-06-02 12:00:10 +0100
  • d16be4febf Update settings for latest Unity Christopher 2017-06-02 11:59:15 +0100
  • a687d22043 Updated project version to 5.6.1f Christopher 2017-05-17 21:08:47 +0100
  • 02ea0fa566 Use transform.Find instead of deprecated transform.FindChild Christopher 2017-05-17 21:08:30 +0100
  • ebd5776b27 Fixed luautils won't work on FungusLua standalone #604 Christopher 2017-05-08 22:09:49 +0100
  • a1dba6f6b3 Merge pull request #609 from PillowFightIo/lua-conditionals Chris Gregan 2017-04-26 21:24:23 +0100
  • 05bf42fdd7 Stop a named Block in a Flowchart Christopher 2017-04-26 21:15:37 +0100
  • da2efc55d2 Lua If tests Conrad Kreyling 2017-04-24 20:43:29 -0400
  • a17cfe2aac break conditionals out to allow for reused code in LuaIf Conrad Kreyling 2017-04-24 20:00:24 -0400
  • 6ba2cb7cf0 Merge pull request #593 from lealeelu/dialog-history Chris Gregan 2017-04-21 23:03:13 +0100
  • 7dacaa70d9 Fixed Cmd+Left Click doesn't register as right click on OSX #595 Christopher 2017-04-21 22:55:17 +0100
  • 8d81173ffc Fixed can't inspect disabled Flowchart #598 Christopher 2017-04-21 22:19:28 +0100
  • bdd6f01465 Merge pull request #607 from PillowFightIo/saydialog-virtual-methods Chris Gregan 2017-04-19 17:46:19 +0100
  • 68bec7e593 Added getter to FadeWhenDone property Christopher 2017-04-15 23:18:48 +0100
  • 56b86c20ca Make additional methods in SayDialog virtual Conrad Kreyling 2017-04-12 16:20:39 -0400
  • 85b4038f19 Updated project to Unity 5.6.0, fixed some warnings. Christopher 2017-04-03 22:46:00 +0100
  • 11c8eb43c9 Merge pull request #602 from Nilihum/master Chris Gregan 2017-04-03 22:26:20 +0100
  • bd2520fbf1 Updated meta files Christopher 2017-04-03 21:49:14 +0100
  • 971bbaee87 Adding missing Playmaker Global Variables Nilihum 2017-03-27 01:11:13 +0100
  • 741a2bec71 Delete Fungus-Playmaker Scripts.unitypackage Nilihum 2017-03-19 22:14:35 +0000
  • 5c0022ca74 Add files via upload Nilihum 2017-03-19 22:14:00 +0000
  • 7033efe85b Delete Fungus-PlayMaker.unitypackage Nilihum 2017-03-19 22:07:13 +0000
  • 60d44888e1 Add files via upload Nilihum 2017-03-19 22:05:13 +0000
  • 91413d0332 Fix content position bug lealeelu 2017-03-15 12:42:29 -0400
  • c06008e865 Merge pull request #600 from Nilihum/master Chris Gregan 2017-03-14 18:21:46 +0000
  • 09422a3bd1 Delete Playmaker-Fungus Integration Nilihum 2017-03-09 12:25:41 +0000
  • 0c942bf2b1 Add files via upload Nilihum 2017-03-09 12:24:47 +0000
  • 768122b101 Playmaker-Fungus Integration Nilihum 2017-03-09 12:21:28 +0000
  • ac1ea50e4e Delete test Nilihum 2017-03-09 12:18:51 +0000
  • fd1c141426 Create test Nilihum 2017-03-09 12:18:03 +0000
  • 6ba3850c52 Delete ReadMe.txt Nilihum 2017-03-09 12:15:36 +0000
  • 4caafb9a55 Delete Playmaker Integration 08-March-2017.unitypackage Nilihum 2017-03-09 12:14:58 +0000
  • 1d5154d590 Delete Playmaker Integration 08-March-2017.unitypackage Nilihum 2017-03-09 12:14:35 +0000
  • 19c7e78208 Add files via upload Nilihum 2017-03-08 20:29:46 +0000
  • ee988e3f4a Add files via upload Nilihum 2017-03-08 20:15:55 +0000
  • 2aeec43f36 Change to Menu Icon lealeelu 2017-03-07 21:45:12 -0500
  • ee582bc857 Fix Narrative Log when switching character dialogs lealeelu 2017-03-07 20:44:00 -0500
  • 7632c5a9db Fix scrolling by putting it in another panel lealeelu 2017-03-02 14:56:58 -0500
  • 9351646329 Rename example to NarrativeLog lealeelu 2017-03-02 14:35:24 -0500
  • 1994afbdb4 Add auto scrolling lealeelu 2017-03-02 12:52:52 -0500
  • f3d92b8574 Scrolling almost fixed lealeelu 2017-03-02 08:27:52 -0500
  • a562d2897a Move addline to dosay lealeelu 2017-03-02 00:00:32 -0500
  • b083bb0c7f Add ease lealeelu 2017-02-24 11:19:31 -0500
  • ff7369f5d3 Add option to show previous lines lealeelu 2017-02-24 10:07:15 -0500
  • 8b06f173d2 Add option to disable menu lealeelu 2017-02-24 09:17:44 -0500
  • 12fc2081f5 Separate NarrativeLogMenu from SaveMenu lealeelu 2017-02-18 14:43:20 -0500
  • 9ecbf321f2 Use signals to notify Narrative log update lealeelu 2017-02-17 22:08:06 -0500
  • d28cd2ea88 Make NarrativeLog saving work - Changed the name of the HistoryManager to NarrativeLog - Created the SaveReset SaveManagerSignal but it needs to be tied in - Made the PrettyPrint only show previous logs, not the current dialog. lealeelu 2017-02-11 12:33:14 -0500
  • 7fb0644300 Add Narrative Log to save menu lealeelu 2017-02-10 18:36:28 -0500
  • 5060358afc Updated docs for additional FUNGUSLUA_STANDALONE scripting define symbol Christopher 2017-03-07 22:19:05 +0000
  • c02eda3b81 Fixed can't use FungusLua separately to rest of Fungus #596 Christopher 2017-03-07 22:08:32 +0000
  • 17aa2dfd9c Updated Unity version Christopher 2017-03-07 21:34:31 +0000
  • 82586d1729 Merge pull request #601 from MorningFunGame/master Chris Gregan 2017-03-02 19:06:21 +0000
  • 0cc280cddb Add portrait DimColor morningfungame 2017-03-03 01:00:17 +0800
  • 386508fbc1 Add new field in Stage Object:Portrait dimColor Picker morningfungame 2017-03-03 00:09:43 +0800
  • b4ebe88bb3 Fixed SayDialog not caching all Substitution Handlers when enabled #599 Christopher 2017-02-28 16:59:16 +0000
  • 312f6b9eb3 Add files via upload Nilihum 2017-02-28 16:47:59 +0000
  • 87774219f3 Renamed Both mode to BlockNameAndCustom in SavePoint command Christopher 2017-02-28 13:24:43 +0000
  • 8f71e11880 Added utility to convert all files to Mac line endings Christopher 2017-02-28 13:18:59 +0000
  • da9d8b5f50 Merge pull request #1 from Nilihum/Fungus-Playmaker-Integration Nilihum 2017-02-27 12:22:54 +0000
  • f8ee40071e Add files via upload Nilihum 2017-02-27 12:21:40 +0000
  • 584ab1bf6d Merge pull request #597 from Treiger/master Chris Gregan 2017-02-27 09:44:07 +0000