chrisgregan
|
06fc544950
|
Improved Enter Name example
Demonstrates Writer, Write, Get Text, Set Interactable, etc.
|
9 years ago |
chrisgregan
|
40d07ae313
|
Added test for stopping Say command
|
9 years ago |
chrisgregan
|
f83cacd334
|
Say command can now be stopped
|
9 years ago |
chrisgregan
|
929b56ea90
|
Added StopFlowchart command
|
9 years ago |
chrisgregan
|
b14da8fcda
|
Added Flowchart.StopAllBlocks() and command callback
|
9 years ago |
Chris Gregan
|
0f029f6eac
|
Merge pull request #182 from FungusGames/flowchart-editor-onenable
Fixed: Null reference error after editing Flowchart code #181
|
9 years ago |
chrisgregan
|
e2b7c542e9
|
Fixed: Null reference error after editing Flowchart code #181
|
9 years ago |
Chris Gregan
|
4219fd92b6
|
Merge pull request #180 from FungusGames/set-interactable
Added Set Interactable command to control button, input field, etc. interactivity #178
|
9 years ago |
chrisgregan
|
d411607f05
|
Added Set Interactable command to control button, input field, etc. interactivity #178
|
9 years ago |
Chris Gregan
|
43bcc3ad11
|
Merge pull request #177 from FungusGames/force-rich-text
Fixed Markup text visible if rich text not enabled #176
|
9 years ago |
chrisgregan
|
731a175f26
|
Fixed Markup text visible if rich text not enabled #176
|
9 years ago |
Chris Gregan
|
dbc0bdc0ea
|
Merge pull request #175 from FungusGames/174-Control-Audio-WaitUntilFinished
Fixed: ControlAudio waitUntilFinished property doesn't wait for correct time #174
|
9 years ago |
chrisgregan
|
bf03a3c8a2
|
Fixed: ControlAudio waitUntilFinished property doesn't wait for correct time #174
|
9 years ago |
Chris Gregan
|
0297c4d811
|
Merge pull request #173 from FungusGames/hide-commands-property
Added a Hide Commands property to Flowchart
|
9 years ago |
chrisgregan
|
3cb52dfab4
|
Added a Hide Commands property to Flowchart
Any command or category name that matches an item in the list will not
appear in the add command menu.
|
9 years ago |
Chris Gregan
|
932ca6431d
|
Merge pull request #172 from FungusGames/remove-combo-box
Unity have added their own combo box in 5.2
|
9 years ago |
chrisgregan
|
a3609cb514
|
Unity have added their own combo box in 5.2
|
9 years ago |
Chris Gregan
|
d91defa5ed
|
Merge pull request #170 from FungusGames/text-input-event-handlers
Added Button Clicked and End Edit event handlers
|
9 years ago |
chrisgregan
|
27376aa143
|
Added Button Clicked and End Edit event handlers
|
9 years ago |
Chris Gregan
|
d3d1150499
|
Merge pull request #166 from FungusGames/AudioFinishedIssue
Issue where audio would continue when audio is finished while waitUntilFinished was not set to true
|
9 years ago |
Chris Gregan
|
1335170225
|
Merge pull request #169 from FungusGames/no-pause-on-last-character
Fixed: No need for pause on last punctuation character in a sentence #168
|
9 years ago |
chrisgregan
|
d518420e76
|
Fixed: No need for pause on last punctuation character in a sentence #168
|
9 years ago |
Chris Gregan
|
38d602abf0
|
Merge pull request #167 from FungusGames/tall-portrait-test
Tall portrait test
|
9 years ago |
chrisgregan
|
9871145c36
|
Wobble when portrait image is higher resolution than Stage Position #160
|
9 years ago |
chrisgregan
|
20741374dc
|
Fixed: Wobble when portrait image is higher resolution than Stage Position #160
|
9 years ago |
John O'Kane
|
4f7088487b
|
Issue where audio would continue when audio is finished while waitUntilFinished was not set to true
|
9 years ago |
Chris Gregan
|
aebfa7d73e
|
Merge pull request #165 from FungusGames/remove-legacy-hidden-objects
Fixed: Remove legacy hidden objects in example scenes #159
|
9 years ago |
chrisgregan
|
25ab756cd7
|
Fixed: Remove legacy hidden objects in example scenes #159
|
9 years ago |
Chris Gregan
|
deeaa03993
|
Merge pull request #164 from FungusGames/delete-command-undo
Fixed: Undo for delete command is broken #161
|
9 years ago |
chrisgregan
|
d7a646c319
|
Fixed: Undo for delete command is broken #161
|
9 years ago |
Chris Gregan
|
18dba9835c
|
Merge pull request #163 from FungusGames/162-remove-shiver-tag
Removed shiver tag description
|
9 years ago |
chrisgregan
|
95c83d6f10
|
Removed shiver tag description
|
9 years ago |
Chris Gregan
|
a4ad8079f5
|
Merge pull request #158 from FungusGames/update-unity-5.2
Updated settings file for unity 5.2
|
9 years ago |
chrisgregan
|
07a781292a
|
Updated settings file for unity 5.2
|
9 years ago |
Chris Gregan
|
2fb676ce1a
|
Merge pull request #157 from FungusGames/156-concurrent-say-commands
Fixed: Concurrent Say calls cause Say Dialog to freeze up #156
|
9 years ago |
chrisgregan
|
e1ffa8aa2e
|
Fixed: Concurrent Say calls cause Say Dialog to freeze up #156
Stop any previous Say call before executing the new one.
The Say Dialog Wait and Wait for Input methods now exit immediately if
the exit tag is set.
|
9 years ago |
Chris Gregan
|
3991bb4a82
|
Merge pull request #154 from FungusGames/is-command-supported
Can filter the list of supported commands by subclassing Flowchart
|
9 years ago |
chrisgregan
|
9304dc54ac
|
Can filter the list of supported commands by subclassing Flowchart
|
9 years ago |
Chris Gregan
|
ebfe458e71
|
Merge pull request #153 from FungusGames/test-load-variable
Added test for Save Variable / Load Variable
|
9 years ago |
chrisgregan
|
f4654e265d
|
Added test for Save Variable / Load Variable
Added FailTest and PassTest commands
|
9 years ago |
Chris Gregan
|
09f96355fd
|
Merge pull request #152 from FungusGames/make-DrawEventHandlerGUI-virtual
DrawEventHandlerGUI is now virtual
|
9 years ago |
chrisgregan
|
28d53f5576
|
DrawEventHandlerGUI is now virtual
|
9 years ago |
Chris Gregan
|
b1a045a10a
|
Merge pull request #151 from FungusGames/150-hunter-hide-components
Fixed: Flowchart in The Hunter example has Hide Components set to false #150
|
9 years ago |
chrisgregan
|
81808e6743
|
Fixed: Flowchart in The Hunter example has Hide Components set to false #150
|
9 years ago |
Chris Gregan
|
d923e06975
|
Merge pull request #149 from FungusGames/Update-changelog
Added v2.2.0 release notes
|
9 years ago |
chrisgregan
|
d9d5fe795d
|
Added v2.2.0 release notes
|
9 years ago |
Chris Gregan
|
08cee23564
|
Merge pull request #148 from FungusGames/Upgrade-to-Unity-5.1.3f
Upgrade project settings to Unity 5.1.3f
|
9 years ago |
chrisgregan
|
8764994582
|
Upgrade project settings to Unity 5.1.3f
|
9 years ago |
Chris Gregan
|
641dfc93f9
|
Merge pull request #147 from FungusGames/create-fungus-logo
Added Create > Fungus Logo menu option
|
9 years ago |
chrisgregan
|
ce69debb61
|
Added Create > Fungus Logo menu option
Fixed spawned objects not centering in scene view
|
9 years ago |