Chris Gregan
4d07b5ff0d
Fixed null exception in command document generator
7 years ago
Chris Gregan
1671381072
Updated command reference docs
7 years ago
Chris Gregan
6c259f4467
Fixed typo in Set Interactable description #647
7 years ago
Steve Halliwell
419c6a72cf
Merge pull request #636 from stevehalliwell/PlaygroundPhysics2D
...
Playground Project
7 years ago
desktop-maesty/steve
2cdc6e59bb
Added a ReadMe to the Playground Folder explaining its purpose and some of its structure
7 years ago
Steve Halliwell
63d28329ad
Merge pull request #643 from stevehalliwell/ShowVariableList
...
Added ability to show variable list in the Flowchart Inspector
7 years ago
Chris Gregan
09fe2313cd
Fixed warnings in Integration Tests Framework in Unity 2017.2
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
Steve Halliwell
e627191cf3
Merge pull request #645 from stevehalliwell/SayWaitForVO
...
Added TextTag WVO WaitForVoiceOver #572
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
ad1731edbd
Reorg files for PlaygroundDemo
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
Steve Halliwell
7bceef527d
Merge pull request #641 from stevehalliwell/MenuShuffle
...
Added MenuShuffle Fungus Command and a demo scene
7 years ago
Steve Halliwell
1ca3d6b188
Merge pull request #642 from stevehalliwell/OpenURLNameFix
...
OpenURL FungusCommand renamed, fixes #554
7 years ago
Steve Halliwell
2fe61e7801
Merge pull request #639 from stevehalliwell/SceneLoadedUnregisterBug
...
SceneManager Delegate handling moved
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
Steve Halliwell
066ef1a488
Merge pull request #640 from stevehalliwell/TheExperimentSayFix
...
Choice dialogues were not set to stay during the MenuDialogue as Fade…
7 years ago
desktop-maesty/steve
de566924ad
Updated Input Axes
...
Removed missing monoscript from Football scene
7 years ago
desktop-maesty/steve
90236b12c2
OpenURL FungusCommand renamed, fixes #554
7 years ago
desktop-maesty/steve
ec72430f6f
Merge branch 'master' into PlaygroundPhysics2D
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
04487e70af
Choice dialogues were not set to stay during the MenuDialogue as Fade When Done was true
7 years ago
Steve Halliwell
76985c7f02
Merge pull request #635 from stevehalliwell/SaveManagerStorage
...
SaveManager use persistentStore
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
Steve Halliwell
5389e97ce6
Merge pull request #637 from stevehalliwell/MultipleCommandInfos
...
Allow multiple CommandInfos to be added to a class
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
22d03583f2
Updated changelog back to 3.6.0
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
Chris Gregan
c255f639d9
Updated Doxygen project file
7 years ago
Chris Gregan
9966b1e8c2
Merge pull request #631 from stevehalliwell/doco_updates
...
Doco updates
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
desktop-maesty/steve
b8c1158b06
Empty mds for new commands and events
7 years ago
Chris Gregan
deb8c0392b
Merge pull request #628 from stevehalliwell/MathCommands
...
Added Fungus Commands for most of MathF
7 years ago
Chris Gregan
c1a803c4ce
Merge pull request #626 from stevehalliwell/MonoBeh_events
...
Mono beh events
7 years ago
Chris Gregan
e98bc82a6d
Merge pull request #625 from stevehalliwell/LeanTweenCommands
...
Lean tween commands
7 years ago
Chris Gregan
dc1348f265
Merge branch 'master' of https://github.com/snozbot/fungus
7 years ago
Chris Gregan
eacbdff63f
Fixed Unity Test Tools running in Unity 2017.1
7 years ago
Chris Gregan
fd7bb33315
Merge pull request #624 from iBicha/master
...
fixes #612
7 years ago
Chris Gregan
628f42f341
Updated Asset Store Tools
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
bffb790f61
Added Mouse fungus event demo scene
7 years ago