desktop-maesty/steve
3cd6fd8d3a
TextMeshPro demo scene
...
- A default say dialog but with TextMeshPro Text UI elements in place of uGUI Text
- A default menu dialog but with TextMeshPro Text UI elements in place of uGUI Text
6 years ago
desktop-maesty/steve
f6af83e001
Variable reference allows for selecting a flowchart a targeting a specific fungus variable for use from c#
6 years ago
Chris Gregan
c0d0ec71c2
Merge pull request #709 from stevehalliwell/CommandSearchablePopUp
...
Command searchable pop up
6 years ago
desktop-maesty/steve
4ef3f2a3fb
Change FlowchartMenuItem.SpawnPrefab to GameObject.Inst rather than PrefabUtil to avoid exception modifications.empty
...
Avoids or allows Unity to internally deal with the assertion that arrise from PrefabUtil when passing a prefab with UI elements. Change is not a concern here as in this case we are intentionally removing the prefab link that would be able to be maintained by the PrefabUtil.
6 years ago
Steve Halliwell
7a040478de
Merge pull request #711 from stevehalliwell/Fix_710
...
Fix #710
6 years ago
desktop-maesty/steve
4e2231a92d
Correct width calc on smaller width inspectors
...
Correctly calc index in command menu popup when list is being filtered or reordered by the flowchart.
6 years ago
desktop-maesty/steve
311e7b4084
Fix #710
6 years ago
Chris Gregan
a9204fad39
Merge pull request #705 from stevehalliwell/FirstPersonDemo
...
First person demo
6 years ago
desktop-maesty/steve
878ea043d9
Add Option to enable Searchable PopupMenus
6 years ago
desktop-maesty/steve
05723a0655
Remove Unity Standard Assets, Replaced with Fungus example scripts
6 years ago
Chris Gregan
90f3efc469
Merge pull request #708 from mattboch/patch-1
...
Specifically identify choice blocks as hexagons
6 years ago
Chris Gregan
4410cc44c9
Merge pull request #706 from stevehalliwell/DocoUpdate3_9
...
Doco for Text Variation and Variable overview
6 years ago
Chris Gregan
6c64173f51
Merge pull request #694 from HectorCastelli/master
...
Adding Random Sound Command and Ambiance Sounds
6 years ago
Matt Boch
2d4675c60a
Merge pull request #1 from mattboch/patch-2
...
choice blocks are hexagons
6 years ago
Matt Boch
eefb028726
choice blocks are hexagons
6 years ago
Matt Boch
4efee666a8
fix typo, identify choice blocks as hexagons
...
Rectangles are subset of polygons. Identifying the choice blocks as polygons is unnecessarily confusing for the color blind. They are six-sided, and are therefore properly identified as hexagons.
6 years ago
desktop-maesty/steve
858eaa2081
Merge branch 'master' into CommandSearchablePopUp
6 years ago
desktop-maesty/steve
3814fbfcf3
Added variable overview to documentation
6 years ago
desktop-maesty/steve
f2243e1594
Added Doco page for TextVariation
6 years ago
Chris Gregan
51d342aeb9
Merge pull request #704 from stevehalliwell/UnityReorderable
...
Unity reorderable
6 years ago
desktop-maesty/steve
bee577d945
BasePopupWindowContent now has None as optional
6 years ago
desktop-maesty/steve
507eb490d0
Add Variable moved from FlowchartEditor to popup
6 years ago
desktop-maesty/steve
9e5e76ad57
CommandPopup position and hieight adjusted
6 years ago
desktop-maesty/steve
6734ade8bb
PopupSelectors now show tooltips from Event and Command HelpText
6 years ago
desktop-maesty/steve
5ffb4655ca
Added LookingAtDoor check for FirstPerson demo
6 years ago
desktop-maesty/steve
0387e8e792
Remove Rotorz from ThirdPartyNotices
6 years ago
desktop-maesty/steve
d861342414
Merge branch 'master' into UnityReorderable
6 years ago
Steve Halliwell
3abcca6f10
Merge pull request #703 from qjf1992/master
...
Fixed a bug when click KeypadEnter on BlockEditor
6 years ago
desktop-maesty/steve
073c8937ed
Refactor popup window content to a common base
...
CommandMenu has popup selector and fallback to original in double click
6 years ago
qjf1992
32cd286b61
Fixed a bug when click KeypadEnter on Editor
6 years ago
desktop-maesty/steve
785d6ab744
EventSelectorPopup chooses correct starting index based on given current event name
...
WIP Move CommandSelector to its own PopupWindowContext
6 years ago
desktop-maesty/steve
233d72bd8c
EventSelector correct width and configurable heigth
6 years ago
Steve Halliwell
4a5b61040f
Merge pull request #701 from stevehalliwell/VariableEditorLabelBugFix
...
VariableEditor PropertyDrawers copy label before GetPropertyHeight to…
6 years ago
desktop-maesty/steve
f4adf025b0
ExceuteOnEvent dropdown is searchable
...
-can double click to circumvent the search drop down
-can remove event by setting None
-use search similar to add command method
6 years ago
desktop-maesty/steve
594469bd44
Event Searchable list WIP
6 years ago
desktop-maesty/steve
a7aac4291a
Correct variable list in flowchart window width
6 years ago
desktop-maesty/steve
9fcd21de77
TextAdapter can be asked to include children in text output search
...
MenuDialogue now uses TextAdapter rather than assuming UI.Text
6 years ago
desktop-maesty/steve
1c1f84dea5
Added TMPro Basics
...
Refactored text access methods in Writer and Say dialogs to a common TextAdapter
CustomSayDialogs now use some TMPro
6 years ago
Hector Castelli Zacharias
7fab22dc9d
Updated the comments and documentation in the commands.
6 years ago
desktop-maesty/steve
8a33c93391
VariableEditor PropertyDrawers copy label before GetPropertyHeight to ensure correct names are dispayed
6 years ago
desktop-maesty/steve
3baa4d2990
FirstPerson demo scene dialog change
6 years ago
desktop-maesty/steve
aa77d9594c
Merge branch 'master' into FirstPersonDemo
6 years ago
desktop-maesty/steve
2a10661a39
Merge branch 'master' into UnityReorderable
6 years ago
Chris Gregan
ac2992f989
Updated changelog for v3.9.1
6 years ago
Chris Gregan
c9a68a3e2c
Udpated Doxyfile to v3.9.1
6 years ago
Chris Gregan
e2f80c116f
Updated CHANGELOG
6 years ago
Chris Gregan
c0a4ec66fc
Merge pull request #697 from stevehalliwell/rotorz_2018_2
...
2018.2 Reorderable fixes and campat with 2017.4, 2018.1 2018.2
6 years ago
Chris Gregan
6764699451
Merge pull request #695 from stevehalliwell/VariableText
...
Variable text selection
6 years ago
desktop-maesty/steve
8305fc3776
Replace Reorderable List with latest from Rotorz repo as of 2018-07-12
...
Added #UNITY_OR_NEWER such that we run clean on 2017.4 LTS
6 years ago
desktop-maesty/steve
f6dc81c750
Merge branch 'master' into UnityReorderable
6 years ago