Chris Gregan
f7102ecf46
Updated to Unity 2017.1
7 years ago
desktop-maesty/steve
7c57d8c9a8
Added Fungus Commands for most of MathF
...
Added Math demo scene
7 years ago
desktop-maesty/steve
bffb790f61
Added Mouse fungus event demo scene
7 years ago
desktop-maesty/steve
c8ecbce079
Added MonoBeh fungus event handlers and physics demo scene
7 years ago
desktop-maesty/steve
e4bc5f9276
Added LeanTween demo scene that approximates the old iTween demo
7 years ago
desktop-maesty/steve
393dc751ba
Added Basic LeanTween Commands
7 years ago
Brahim Hadriche
e58c910b69
fixes #612
7 years ago
Chris Gregan
00a2c23400
Merge pull request #619 from stevehalliwell/CommandByName
...
Command by name
7 years ago
desktop-maesty/steve
8765f7ea4e
Remove commented out code
7 years ago
Chris Gregan
a2a7bd5f6e
Merge pull request #620 from stevehalliwell/Prefab_Variable_Dereferencing
...
Force recreate BlockEditors when target flowchart object changes
7 years ago
Chris Gregan
1d0d45feee
Merge pull request #622 from stevehalliwell/hierarchy_icon
...
Added script to show fungus icon in the hierarchy
7 years ago
desktop-maesty/steve
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
7 years ago
desktop-maesty/steve
d32c31aa74
Added script to show fungus icon in the hierarchy
7 years ago
desktop-maesty/steve
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
7 years ago
desktop-maesty/steve
6eae87c4dc
Missed check
7 years ago
desktop-maesty/steve
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
7 years ago
desktop-maesty/steve
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
7 years ago
desktop-maesty/steve
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
7 years ago
desktop-maesty/steve
08e7f8d311
Working command list preview and navigable via arrow keys and confirmable via Enter/Return
7 years ago
desktop-maesty/steve
a2d1c7392e
Can now filter more intelligently
...
-Can add the command by hitting enter if there is exactly 1 of them
7 years ago
desktop-maesty/steve
285b229446
Show results of partial match
...
-requires case independance and a way to actually confirm it
7 years ago
desktop-maesty/steve
0a42c8c48d
Started refactor and work on textfield for typing command name in block editor
7 years ago
Christopher
08ee94bf2a
Updated change log
8 years ago
Christopher
477c29639e
Updated command reference docs
8 years ago
Christopher
367f0527f4
Replaced slow calls to FindObjectOfType() and FindDerivedTypes()
8 years ago
Christopher
09e26ddca2
Fixed flicker on first frame of FungusTown example
8 years ago
Christopher
928089dd14
Small tweaks to changelog
8 years ago
Christopher
2014a71e75
Updated changelog for v3.6.0
8 years ago
Christopher
ac80a34dd3
Updated TextTests scene
8 years ago
Christopher
b8a96bef8a
Fixed Localization only localizes character name, not story text #611 , #614
...
Wasn’t able to replicate this, but I think it was an issue around
caching SubstitutionHandlers. I’ve changed this system to use a static
list that each substituter registers / unregisters with on OnEnable /
OnDisable. Should be more robust now.
8 years ago
Christopher
7c955e8f79
SaveMenu instance in example scene is now a prefab instance.
8 years ago
Christopher
64d3648fdc
Fixed Save Menu: clicking to left of collapsed menu clicks hidden buttons #615
8 years ago
Christopher
d16be4febf
Update settings for latest Unity
8 years ago
Christopher
a687d22043
Updated project version to 5.6.1f
8 years ago
Christopher
02ea0fa566
Use transform.Find instead of deprecated transform.FindChild
8 years ago
Christopher
ebd5776b27
Fixed luautils won't work on FungusLua standalone #604
8 years ago
Chris Gregan
a1dba6f6b3
Merge pull request #609 from PillowFightIo/lua-conditionals
...
Lua conditional commands
8 years ago
Christopher
05bf42fdd7
Stop a named Block in a Flowchart
8 years ago
Conrad Kreyling
da2efc55d2
Lua If tests
8 years ago
Conrad Kreyling
a17cfe2aac
break conditionals out to allow for reused code in LuaIf
8 years ago
Chris Gregan
6ba2cb7cf0
Merge pull request #593 from lealeelu/dialog-history
...
Dialog history
8 years ago
Christopher
7dacaa70d9
Fixed Cmd+Left Click doesn't register as right click on OSX #595
8 years ago
Christopher
8d81173ffc
Fixed can't inspect disabled Flowchart #598
8 years ago
Chris Gregan
bdd6f01465
Merge pull request #607 from PillowFightIo/saydialog-virtual-methods
...
Make additional methods in SayDialog virtual
8 years ago
Christopher
68bec7e593
Added getter to FadeWhenDone property
8 years ago
Conrad Kreyling
56b86c20ca
Make additional methods in SayDialog virtual
...
Makes the following methods virtual in SayDialog:
- Awake
- OnDestroy
- GetWriter
- GetCanvasGroup
- GetWriterAudio
- Start
- OnEnable
8 years ago
Christopher
85b4038f19
Updated project to Unity 5.6.0, fixed some warnings.
8 years ago
Chris Gregan
11c8eb43c9
Merge pull request #602 from Nilihum/master
...
Write to Fungus Playmaker action
8 years ago
Christopher
bd2520fbf1
Updated meta files
8 years ago
Nilihum
971bbaee87
Adding missing Playmaker Global Variables
8 years ago