Browse Source

Updated changelog

master
Christopher 9 years ago
parent
commit
4e417053b5
  1. 3
      Assets/Fungus/CHANGELOG.txt

3
Assets/Fungus/CHANGELOG.txt

@ -4,17 +4,18 @@ Fungus 3.1.0
# Added # Added
- Flowchart automatically registers with LuaEnvironment for ExecuteLua commands #485 - Flowchart automatically registers with LuaEnvironment for ExecuteLua commands #485
- Clickable2D and Draggable2D can now use EventSystem events to block clicks on UI elements. Added new drag and drop demo scene to illustrate.
# Changed # Changed
- Default dialog image is now sliced, so can be resized to any width / height required. - Default dialog image is now sliced, so can be resized to any width / height required.
- Upgraded MoonSharp to v1.6.0.0 - Upgraded MoonSharp to v1.6.0.0
- Added [System.Serializable] attribute to all Variable classes.
# Fixed # Fixed
- Default dialog box now fits in a 5:4 ratio display #515 - Default dialog box now fits in a 5:4 ratio display #515
- Dialog input causing an exception if no Event System is present in scene. - Dialog input causing an exception if no Event System is present in scene.
- Clickable2D and Draggable2D components now use event system to correctly block clicks on UI elements. Updated drag and drop demo scene.
- Missing module variable on round() function - Missing module variable on round() function
- Menu() Lua function only works once #511 - Menu() Lua function only works once #511
- Compile error for folks upgrading using the Fungus 3 unitypackage - Compile error for folks upgrading using the Fungus 3 unitypackage

Loading…
Cancel
Save