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
chrisgregan
1a2f56d11f
Fixed: Say Dialog doesn't move text box back after displaying a character image #141
9 years ago
chrisgregan
a79b1240ac
Add a graphic ray caster if none exists
9 years ago
chrisgregan
0fcc188041
Added option to adjust story text width when character image is visible
...
Say Dialog automatically deactivates when alpha is 0
9 years ago
chrisgregan
d55237fc59
Fixed continue button not hiding while text is writing
9 years ago
chrisgregan
716ee5bf2b
Added Stop() method to Say Dialog and Writer
...
Can now stop writing mid sentence
9 years ago
chrisgregan
fad40e822c
WriterAudio can now play beep sounds per character
9 years ago
chrisgregan
bc74daba13
Added support for character sound effect (if no voiceover set)
9 years ago
chrisgregan
979c77181e
Renamed DialogAudio to WriterAudio
9 years ago
chrisgregan
4dbca8d0ba
Added Dialog Audio component to play writing sound effects
9 years ago
chrisgregan
640c6a58fd
Changed DialogAudio to be a component
9 years ago
chrisgregan
23c561bca8
Continue image is now a button
...
Added a button-only option in Dialog Input
9 years ago
chrisgregan
037a8996b7
Say Dialog doesn't need to listen for input now
9 years ago
chrisgregan
f9d4607550
Say Dialog automatically fades in / out when writing
...
The Fade In / Out options have been replaced by a single Fade Out
option. If you don’t want a fade effect, just set the Dialog Fade
Duration property to 0.
9 years ago
chrisgregan
ca8a50645e
Combine Dialog and Say Dialog classes
9 years ago
chrisgregan
53ea811cb1
Fixed say dialog not being visible at start
9 years ago
chrisgregan
11fa2a6eaa
Continue image displays when waiting for user input
...
Say Dialog sets to 0 alpha at start
9 years ago
chrisgregan
12cef21814
Say Dialogs hide on start
9 years ago
chrisgregan
013de03035
Fixed Extend Previous option.
...
Removed Move dialog option (doesn’t work).
Removed text writing code from Dialog.cs
Changed WaitForInput to work by adding a {wi} tag.
Exit tag now just breaks out of processing loop.
Updated TheExperiment scene to use new Say Dialog.
9 years ago
chrisgregan
08e0677f8d
Dialog class now uses Writer component to write text
...
Added initial test scene
9 years ago
chrisgregan
60fbcef87a
Fixed voice over audio only works every second time #126
9 years ago
chrisgregan
0d82ac937a
Merge Dialog and Portrait modules into a single Narrative module #94
10 years ago
chrisgregan
4cc2bb454a
Removed Fungus from prefab names
...
Not really needed, it’s unlikely other code in the project would have
conflicting assets with the same name under a Resources folder.
10 years ago
chrisgregan
6636f4b1d5
Added continue sound to say dialogs #84
10 years ago
chrisgregan
4217ad76e1
Initial commit of custom tags, portrait stage and portrait systems #84
10 years ago
chrisgregan
5d64c168e6
Redesign say & multiple choice dialogs #82
...
Replaced Choose, Option commands with new Menu command
- Menu command displays Menu dialog immediately and then continues
- Menu dialog is a simple list of buttons
Say dialog can now display and continue (via Wait For Input property)
- This allows you to display Say text and show a multiple choice menu
at the same time
There is now only one type of standard Say dialog
- Text box automatically adjusts if no character image is displayed
Added SetSayDialog and SetMenuDialog commands to explicitly switch
between custom dialog objects.
Added a MenuTimer command to display the timeout slider
- Calls a target sequence if the timer expires
10 years ago
chrisgregan
24cc4c9642
Removed unnecessary text setting in Say command
10 years ago
chrisgregan
03047fc17f
Voice over is now cancelled when story progresses to next line
10 years ago
chrisgregan
f966b3dd46
Fixed compile errors
10 years ago
chrisgregan
e39ac81579
Added protected and virtual to all remaining classes
10 years ago
chrisgregan
95a5f79b9c
Renamed Fungus.Script namespace to Fungus
10 years ago
chrisgregan
eae9119db3
Fixed ObjectField() performance issues.
10 years ago
chrisgregan
5d0b97452f
Added dialog text tags
10 years ago
chrisgregan
47c439135b
Using AddListener to get button callbacks
10 years ago
chrisgregan
891158d1df
Added continue image hiding back.
10 years ago
chrisgregan
5f6ade578c
Handle Choose with no AddOption commands
10 years ago
chrisgregan
fb5d502121
Separate Say and Choose dialog classes with base Dialog class
10 years ago