1107 Commits (a72e5fdc372708c6c3f58474b71c1db069db88e2)
 

Author SHA1 Message Date
Ronan Pearce 3e6f4f6bb1 Add Initial contributing doc. 9 years ago
Chris Gregan 3c1c318de3 Merge pull request #186 from FungusGames/remove-empty-gameobject 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 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 9 years ago
chrisgregan 29f4ea8ebc Updated CHANGELOG file 9 years ago
Chris Gregan cbf09a7011 Merge pull request #183 from FungusGames/enter-name-example 9 years ago
chrisgregan 06fc544950 Improved Enter Name example 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 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 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 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 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 9 years ago
chrisgregan 3cb52dfab4 Added a Hide Commands property to Flowchart 9 years ago
Chris Gregan 932ca6431d Merge pull request #172 from FungusGames/remove-combo-box 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 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 9 years ago
Chris Gregan 1335170225 Merge pull request #169 from FungusGames/no-pause-on-last-character 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 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 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 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 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 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 9 years ago
chrisgregan e1ffa8aa2e Fixed: Concurrent Say calls cause Say Dialog to freeze up #156 9 years ago
Chris Gregan 3991bb4a82 Merge pull request #154 from FungusGames/is-command-supported 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 9 years ago
chrisgregan f4654e265d Added test for Save Variable / Load Variable 9 years ago
Chris Gregan 09f96355fd Merge pull request #152 from FungusGames/make-DrawEventHandlerGUI-virtual 9 years ago