desktop-maesty/steve
de566924ad
Updated Input Axes
...
Removed missing monoscript from Football scene
7 years ago
desktop-maesty/steve
ec72430f6f
Merge branch 'master' into PlaygroundPhysics2D
7 years ago
Steve Halliwell
76985c7f02
Merge pull request #635 from stevehalliwell/SaveManagerStorage
...
SaveManager use persistentStore
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
desktop-maesty/steve
c8ecbce079
Added MonoBeh fungus event handlers and physics demo scene
7 years ago
desktop-maesty/steve
e4bc5f9276
Added LeanTween demo scene that approximates the old iTween demo
7 years ago
desktop-maesty/steve
393dc751ba
Added Basic LeanTween Commands
7 years ago
Brahim Hadriche
e58c910b69
fixes #612
7 years ago
Chris Gregan
00a2c23400
Merge pull request #619 from stevehalliwell/CommandByName
...
Command by name
7 years ago
desktop-maesty/steve
8765f7ea4e
Remove commented out code
7 years ago
Chris Gregan
a2a7bd5f6e
Merge pull request #620 from stevehalliwell/Prefab_Variable_Dereferencing
...
Force recreate BlockEditors when target flowchart object changes
7 years ago
Chris Gregan
1d0d45feee
Merge pull request #622 from stevehalliwell/hierarchy_icon
...
Added script to show fungus icon in the hierarchy
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
desktop-maesty/steve
1bbb8da1c3
Added logic to handle destroying the blockdrawers when the target flowchart changes underneath them.
...
-A nuclear option perhaps but solves Prefab Variable Dereferencing #618
7 years ago
desktop-maesty/steve
6eae87c4dc
Missed check
7 years ago
desktop-maesty/steve
8a2d2b4c65
CommandByName text enter caches command for next frame to be added during the normal keyboard input section to avoid those events being eaten by other parts of the gui and us playing nice with what Unity GUILayout expects
7 years ago
desktop-maesty/steve
c8f8bf4d8b
Smarter split actually being tested now
...
Remove attempt to keep index in command list as it is not required for this feature and is causing an exception due to unmatched GUILayouts
7 years ago
desktop-maesty/steve
c14363f327
Comments added to clarify filter conditions on preview commands
...
Limit the number of suggested commands and show elipsis if there are more than that
7 years ago
desktop-maesty/steve
08e7f8d311
Working command list preview and navigable via arrow keys and confirmable via Enter/Return
7 years ago
desktop-maesty/steve
a2d1c7392e
Can now filter more intelligently
...
-Can add the command by hitting enter if there is exactly 1 of them
7 years ago
desktop-maesty/steve
285b229446
Show results of partial match
...
-requires case independance and a way to actually confirm it
7 years ago
desktop-maesty/steve
0a42c8c48d
Started refactor and work on textfield for typing command name in block editor
7 years ago
Christopher
08ee94bf2a
Updated change log
8 years ago
Christopher
477c29639e
Updated command reference docs
8 years ago
Christopher
367f0527f4
Replaced slow calls to FindObjectOfType() and FindDerivedTypes()
8 years ago
Christopher
09e26ddca2
Fixed flicker on first frame of FungusTown example
8 years ago
Christopher
928089dd14
Small tweaks to changelog
8 years ago