Chris Gregan
|
f6c9e911b3
|
Merge pull request #286 from FungusGames/persist-localization-code
Fixed localization language does not persist between scenes #271
|
9 years ago |
chrisgregan
|
4d68516985
|
Fixed localization language does not persist between scenes #271
|
9 years ago |
Chris Gregan
|
59b5b28882
|
Merge pull request #285 from FungusGames/fix-voice-over-clips
Fixed voiceover clips not playing correctly in Say command #273
|
9 years ago |
chrisgregan
|
2b75f05f22
|
Fixed voiceover clips not playing correctly in Say command #273
|
9 years ago |
Chris Gregan
|
ea2286fc3e
|
Merge pull request #283 from FungusGames/portrait-facing-flip
Fixed Changing portrait facing flips incorrectly #190
|
9 years ago |
chrisgregan
|
1ccedcc7b4
|
Fixed Changing portrait facing flips incorrectly #190
|
9 years ago |
Chris Gregan
|
202442efaf
|
Merge pull request #282 from FungusGames/menu-substitute-variables
Fixed Variable substitution in Menu command #263
|
9 years ago |
chrisgregan
|
0f65d2dd94
|
Fixed Variable substitution in Menu command #263
|
9 years ago |
Chris Gregan
|
c4850088c9
|
Merge pull request #280 from FungusGames/substitute-variables-exception
Fixed substitute variables exception
|
9 years ago |
chrisgregan
|
56a604f8f8
|
Merge branch 'master' into substitute-variables-exception
|
9 years ago |
chrisgregan
|
d8539c90ef
|
Fixed: Null variable reference when substituting variables #278
|
9 years ago |
Ronan Pearce
|
edfbfe3a65
|
Update README.md
Fix bad link
|
9 years ago |
Ronan Pearce
|
927639d8b1
|
Update README.md
Update contributing section
|
9 years ago |
Ronan Pearce
|
03d8241faa
|
Update CONTRIBUTING.md
Make bold link to Fungus MIT license.
|
9 years ago |
Ronan Pearce
|
3e6f4f6bb1
|
Add Initial contributing doc.
|
9 years ago |
Chris Gregan
|
3c1c318de3
|
Merge pull request #186 from FungusGames/remove-empty-gameobject
Removed empty gameobject in sherlock demo
|
9 years ago |
chrisgregan
|
231027c25d
|
Removed empty gameobject in sherlock demo
|
9 years ago |
chrisgregan
|
3ed86ba022
|
Updated CHANGELOG
|
9 years ago |
Chris Gregan
|
d9bd365291
|
Merge pull request #185 from FungusGames/move-readme-files
Moved LICENSE and README inside the Fungus folder
|
9 years ago |
chrisgregan
|
c6cfcc5736
|
Moved LICENSE and README inside the Fungus folder
|
9 years ago |
Chris Gregan
|
817dd5e40b
|
Merge pull request #184 from FungusGames/update-changelog-v2.2.1
Updated CHANGELOG file
|
9 years ago |
chrisgregan
|
29f4ea8ebc
|
Updated CHANGELOG file
|
9 years ago |
Chris Gregan
|
cbf09a7011
|
Merge pull request #183 from FungusGames/enter-name-example
Improved Enter Name example
|
9 years ago |
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 |