Jorge Ramirez
acfba940a9
Add comparison and setting functionality for the Color variable
7 years ago
desktop-maesty/steve
7334a463c8
Added Fungus Priority Signals
...
Intended to allow fungus to notify the outside world that it is doing something of priority so the outside world can pause
-Tests
-Commands
7 years ago
desktop-maesty/steve
a36abc5a80
Added Fungus Signals for MenuDialog becoming active or inactive
7 years ago
desktop-maesty/steve
36600abe82
Conversation support for setting default clear, wait for input and fade options via command
...
-support to change the defaults per line with say params
-Conversation documentation updated
7 years ago
Chris Gregan
392444c842
Updated CHANGELOG.txt
7 years ago
Jorge Ramirez
110c11f280
Add comparison and setting functionality for the AudioSource variable
7 years ago
Jorge Ramirez
88711d84a6
Add comparison and setting functionality for the Animator variable
7 years ago
Jorge Ramirez
f23e5f192a
Add error messages when using invalid variable operators
7 years ago
Jorge Ramirez
c93f81a007
Refactor compare variable system and add comparison for GameObjects
...
The main point of this refactor is to make it easier to add variable comparison options
for new variables and to better match the set variable system.
7 years ago
Jorge Ramirez
45c5652f4d
Improve naming convention for variable specific operators
7 years ago
Jorge Ramirez
673b3166a3
Refactor set variable system, add setting of GameObjects
...
The intent of this refactor is to reduce boilerplate code in the SetVariable.cs and
SetVariableEditor.cs files. Additionaly, the intent is to move variable specific
information from the SetVariable.cs file into the Variable.cs and the respecting
variable type files.
7 years ago
Chris Gregan
f339774679
Added Flowchart.HasBlock() and ExecuteIfHasBlock()
7 years ago
Chris Gregan
0b0776d775
Fixed repeat play of music
7 years ago
desktop-maesty/steve
122c4f3975
More thorough checking that the Fungus EditorResource folder is infact the Fungus EditorResource folder
7 years ago
Jorge Ramirez
834a4c44a3
Add nested Save Menu error message
7 years ago
Jorge Ramirez
78791cfb8c
Add protection against infinite load loop
...
This protects against an infinite loop for situations where DontDestroyOnLoad doesn't work.
7 years ago
Chris Gregan
dbdca79298
Fixed using error in Unity 2017.1
7 years ago
Chris Gregan
da29b29a32
Fixed compile errors in Unity 2018.1 beta
7 years ago
Chris Gregan
b2ff80220e
Fixed compiler warnings in Untity2017.3
...
Retains backwards compatibility with Unity 2017.1
7 years ago
desktop-maesty/steve
b61a918075
Fix bug found by @FatPuzo by force returning local value on global variables when their value is requested outside of play mode
7 years ago
desktop-maesty/steve
a9dc553c49
Added GlobalVariables
...
-'Global' variable scope
-Access is routed at runtime through the GlobalVariables manager attached to the FungusManager
7 years ago
Chris Gregan
3e52f723c2
Fixed lua say() function to match new say method parameters
7 years ago
Chris Gregan
4d07b5ff0d
Fixed null exception in command document generator
7 years ago
Chris Gregan
6c259f4467
Fixed typo in Set Interactable description #647
7 years ago
Chris Gregan
849fc90385
Fixed iTween.cs warnings on compilation #644
7 years ago
desktop-maesty/steve
da5a08c2a9
VariableList now makes attempts to allow scroll bars being required
7 years ago
desktop-maesty/steve
be66286822
Removed ShowVariables bool, just showing the variables in the fungus flowchart inspector always
...
Adjusted Reorderable draw logic to draw even if there are no items in there so we get it showing the variables header.
7 years ago
desktop-maesty/steve
cc56a1cd5f
Renamed folders within PlaygroundDemo
...
Fixed missing components in PlaygroundDemo scenes and prefabs
Formatting fixed for added scripts
Added HasReference override to all commands
7 years ago
desktop-maesty/steve
fb5c174152
Added TextTag WVO WaitForVoiceOver
...
Say has a Wait For VO flag to add wvo text tag like it does the wi tag
Added SayHolds demo scene to show how the combinations of waits interact
7 years ago
desktop-maesty/steve
4375852e4b
Remove hidevariablesInInspector from FungusEditorPrefs as per feedback
...
Shorten ShowVariablesInInspector as per feedback
7 years ago
desktop-maesty/steve
0b81c75e2e
Added ability to show variable list in the Flowchart Inspector
...
-Refactored DrawVariablesGUI
-Added bool to FungusEditorPreferences, that hides the variable list in the flowchart inspector
7 years ago
desktop-maesty/steve
90236b12c2
OpenURL FungusCommand renamed, fixes #554
7 years ago
desktop-maesty/steve
ffa5b2d189
Added MenuShuffle Fungus Command and a demo scene
...
-refactor menudialogue to track items that are hidden
Menu Fungus Command now has a hideThisOption boolean
Updated narrative_commands doco to match
7 years ago
desktop-maesty/steve
67805f7e3f
Flowchart now registers and unregisters from SceneManager in OnEnable and OnDisable respecitvely
...
Localization now registers and unregisters from SceneManager in OnEnable and OnDisable respecitvely
7 years ago
desktop-maesty/steve
cc7bbf0db1
GetCommandInfo returns the highest priority CommandInfo to better support multiple names while maintaining what is shown in the inspector
7 years ago
desktop-maesty/steve
b209d4fcd2
Allow multiple CommandInfos to be added to a class
...
SpawnObject can now also be found under GameObject/Instantiate
7 years ago
desktop-maesty/steve
2de96f8f04
Added Rigidbody2D variable type
...
Fixed indentlevel for EventHandler:DrawProperties
Added Playground to the FungusExamples
Added Vector3 FungusCommands
- Fields, Normalise, Convert to Vector2, Arithetic
Added TransformProperty FungusCommand
-Get an Set a transform's fields and properties./
-Does not currently support rotation, localRotation nor the Mat4x4 commands as we do not have the appropriate FungusVariables to store them in
Added FungusCommand to Reload Current Scene
Added Rigidbody2D FungusCommands
- AddForce, AddTorque, StopMotion
Added Input GetAxis fungusCommand, fetch Input.GetAxis and store in a FloatData
SpawnObject FungusCommand now can store the gameobject it instantiates and can spawn at itself
Destroy FungusCommand can now be told to pass down a delay to Destroy
Updated Docs with all changes and addtions
7 years ago
desktop-maesty/steve
2b4761c6b5
SaveManager now uses json files in a FungusSaves sub directory for all platforms but webplayer & webgl which still use playerprefs
7 years ago
Chris Gregan
8eeb63ad99
Fixed typo in BlockEditor.BlockField() #633
7 years ago
Chris Gregan
ad8b13862a
Added SpeakingCharacter property to SayDialog
7 years ago
desktop-maesty/steve
75b2128375
Updated Doxyfile
...
-Now Fungus 3.6.1
Updated Docs for Commands and Event Handlers
-Added Monobeh events
-Added Math commands
-Added LeanTween commands
-Moved to separate top level side bar menus
Refactor Trig.cs to use common base class
Moved all MonoBeh Event Handlers to appropriate folder
7 years ago
Chris Gregan
73a179484c
Fixed custom editor for ElseIf command #630
7 years ago
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
c8ecbce079
Added MonoBeh fungus event handlers and physics demo scene
7 years ago
desktop-maesty/steve
393dc751ba
Added Basic LeanTween Commands
7 years ago
Brahim Hadriche
e58c910b69
fixes #612
7 years ago
desktop-maesty/steve
8765f7ea4e
Remove commented out code
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