chrisgregan
|
354a0188da
|
Fixed Fade To View can sometimes not work in Unity 5.3 #370
|
9 years ago |
chrisgregan
|
7cc823a53f
|
Added camera property to camera controller commands #307
Also fixed:
Camera z is always forced with View commands #319
|
9 years ago |
chrisgregan
|
b231ab0435
|
Fixed Camera Controller null check in wrong position #313
|
9 years ago |
chrisgregan
|
e44ae3df45
|
Fixes for Stop Flowchart command #288
|
9 years ago |
chrisgregan
|
73e0e68163
|
Fixed Shake Camera timing issue #137
Using a proper iTween callback instead of using Invoke.
Added integration test.
|
9 years ago |
chrisgregan
|
3adb4bd7a6
|
Removed accidentally committed debug log
|
10 years ago |
chrisgregan
|
40f2c61a85
|
Added Fullscreen command
https://trello.com/c/aA5GQlua
|
10 years ago |
chrisgregan
|
25d596ee7e
|
Fixed compile errors on Unity 5.0.1 #117
|
10 years ago |
chrisgregan
|
1142d06ce8
|
Added property to control swipe pan speed
https://trello.com/c/TmG9SiIa
|
10 years ago |
chrisgregan
|
4f0e21d0da
|
Control fade out effect in Fade To View command #109
|
10 years ago |
chrisgregan
|
07b7103014
|
Fixed API change for Unity 5.0.2
|
10 years ago |
chrisgregan
|
4882bfa8e5
|
Only render outer box when Views are not selected
|
10 years ago |
chrisgregan
|
5a931441d4
|
Merge branch 'Rename-core-classes'
|
10 years ago |
chrisgregan
|
cc8762747d
|
Split Fungus create menu items into groups
|
10 years ago |
chrisgregan
|
810131fa9d
|
Move Fungus menu items to Tools / Fungus #93
|
10 years ago |
chrisgregan
|
f2786e7255
|
Unified Fungus object spawning method
Moved Prefabs to Resources folders so they can be easily loaded using
Resources.Load
|
10 years ago |
chrisgregan
|
6bf19ceab5
|
Scene label for Views disappeared after Unity 5 upgrade. #90
|
10 years ago |
chrisgregan
|
0803b8b73a
|
Fix #71 Hide Fungus commands, event handlers, etc. in Component menu
|
10 years ago |
chrisgregan
|
c6db4cc0ad
|
Fix #64 Null camera bug in CameraController
|
10 years ago |
chrisgregan
|
ffa0960939
|
Added a gizmo to View objects to select in scene view
|
10 years ago |
chrisgregan
|
671acdc600
|
Fungus prefabs now spawn in centre of scene view
|
10 years ago |
chrisgregan
|
5f6ce88506
|
Reorganized Commands and EventHandlers under Scripts folders
|
10 years ago |
chrisgregan
|
e7938219a4
|
Added tooltips for all Fungus command properties
|
10 years ago |
chrisgregan
|
ac9d219706
|
Updated all command help strings
|
10 years ago |
chrisgregan
|
9693f971fc
|
Added StartSwipe and StopSwipe camera commands.
Swipe mode allows the player to use a swipe gesture to pan the camera
between 2 views.
|
10 years ago |
chrisgregan
|
ec203195d0
|
Fixed View Size property not serializing correctly
|
10 years ago |
chrisgregan
|
385ef1a967
|
Merged UI redesign and iTween support branch
|
10 years ago |
chrisgregan
|
794238f717
|
Fixed View() always flagging scene as modified
|
10 years ago |
chrisgregan
|
8202660c82
|
Changed Fungus project over to use text assets for easier diffing & merging
|
10 years ago |
chrisgregan
|
8c795496d5
|
Instantiate prefabs correctly (maintaining link)
|
10 years ago |
chrisgregan
|
6e18bbd619
|
Added Camera & Sprite menu items
|
10 years ago |
chrisgregan
|
e39ac81579
|
Added protected and virtual to all remaining classes
|
10 years ago |
chrisgregan
|
be41f9539a
|
Improved view highlighting when view command selected
|
10 years ago |
chrisgregan
|
255970d507
|
Added Fade Screen command
|
10 years ago |
chrisgregan
|
95a5f79b9c
|
Renamed Fungus.Script namespace to Fungus
|
10 years ago |
chrisgregan
|
62aaaf6011
|
Renamed FungusCommand to Command
|
10 years ago |
chrisgregan
|
3f356c331c
|
Fixed View prefabs settings overriding
|
10 years ago |
chrisgregan
|
5b00dff694
|
Improved view object coloring
|
10 years ago |
chrisgregan
|
945f0316fc
|
Added example story with boolean variable
|
10 years ago |
chrisgregan
|
953dcf8960
|
Added example artwork for river scene
|
10 years ago |
chrisgregan
|
c88889a085
|
Added Shake Camera command
|
10 years ago |
chrisgregan
|
db928d3a33
|
Command colours are specified in a virtual function
|
10 years ago |
chrisgregan
|
716e883ef2
|
Added command button colours
|
10 years ago |
chrisgregan
|
74db43f463
|
Unified CommandInfo attribute
|
10 years ago |
chrisgregan
|
8f4c54f75b
|
Custom editor for View object, portrait support.
|
10 years ago |
chrisgregan
|
d6892e9d87
|
Views now always render
|
10 years ago |
chrisgregan
|
585efc2526
|
Added command categories
|
10 years ago |
chrisgregan
|
3fcd6e1969
|
Added summary for Wait command
|
10 years ago |
chrisgregan
|
efee8e808b
|
Command error messages and enabled checkbox.
|
10 years ago |
chrisgregan
|
b613913d51
|
Split SetView into MoveToView and FadeToView
|
10 years ago |