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
Chris Gregan
51d342aeb9
Merge pull request #704 from stevehalliwell/UnityReorderable
...
Unity reorderable
7 years ago
desktop-maesty/steve
0387e8e792
Remove Rotorz from ThirdPartyNotices
7 years ago
desktop-maesty/steve
d861342414
Merge branch 'master' into UnityReorderable
7 years ago
Steve Halliwell
3abcca6f10
Merge pull request #703 from qjf1992/master
...
Fixed a bug when click KeypadEnter on BlockEditor
7 years ago
qjf1992
32cd286b61
Fixed a bug when click KeypadEnter on Editor
7 years ago
Steve Halliwell
4a5b61040f
Merge pull request #701 from stevehalliwell/VariableEditorLabelBugFix
...
VariableEditor PropertyDrawers copy label before GetPropertyHeight to…
7 years ago
desktop-maesty/steve
a7aac4291a
Correct variable list in flowchart window width
7 years ago
desktop-maesty/steve
8a33c93391
VariableEditor PropertyDrawers copy label before GetPropertyHeight to ensure correct names are dispayed
7 years ago
desktop-maesty/steve
2a10661a39
Merge branch 'master' into UnityReorderable
7 years ago
Chris Gregan
ac2992f989
Updated changelog for v3.9.1
7 years ago
Chris Gregan
c9a68a3e2c
Udpated Doxyfile to v3.9.1
7 years ago
Chris Gregan
e2f80c116f
Updated CHANGELOG
7 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
7 years ago
Chris Gregan
6764699451
Merge pull request #695 from stevehalliwell/VariableText
...
Variable text selection
7 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
7 years ago
desktop-maesty/steve
f6dc81c750
Merge branch 'master' into UnityReorderable
7 years ago
Chris Gregan
9a19ee6c3a
Updated thirdparty open source licenses
7 years ago
desktop-maesty/steve
3c517c2107
TextVariationHandler can now clear its previous history
...
- Uses XorShift style bit mixing on hashes to avoid collisions when input and section are identical
- Added tests to verify basic text variation is working as required.
7 years ago
desktop-maesty/steve
beee4991c1
Added 3 level deep variation to VariationText demo scene
...
TextVariation now passes down the current key hash to better prevent hash collisions on sub sections being very similar
7 years ago
desktop-maesty/steve
5c77b961a6
Merge branch 'master' into VariableText
7 years ago
Chris Gregan
3f9948d6c5
Updated CHANGELOG and command reference docs
7 years ago
Chris Gregan
0cbe0b8bfa
Merge pull request #692 from stevehalliwell/ConversationRegexHyphenUnderscore
...
Conversation Manager Regex now allows - and _ within say params group.
7 years ago
Chris Gregan
31231b4437
Merge pull request #693 from stevehalliwell/NestedIfIntoElifBug
...
ElseIfs now confirm that the previous condition was at the same indent as themselves.
7 years ago
desktop-maesty/steve
7ffee2a2a8
TextVariation scene demos nested vary sections
7 years ago
desktop-maesty/steve
f676198032
Moving TextVariationHandler to a tokeniser rather than regex so we can manage recursive variation sections.
7 years ago
desktop-maesty/steve
c2e317ea5a
Reorderable lists for commands and variables now use EditorGUI determined LineHeight
7 years ago
desktop-maesty/steve
6bf5d63891
TextVariationHandler selects sub sections of text within [|] following some simple rules and keeps a hashed history
...
- a la Ink
Writer and Menu make use of TextVariation
7 years ago
desktop-maesty/steve
98689e547f
Conversation Manager Regex now allows - and _ within say params group.
...
-Allows conversation to use portraits like calling-neutral
7 years ago
desktop-maesty/steve
57a688f320
ElseIfs now confirm that the previous condition was at the same indent as themselves.
...
-Corrects elifs from pairing incorrectly with nested ifs prior to themselves
-Thanks to Wolfrug on the forum http://fungusgames.com/forum#!/support-questions:if-else-bug
7 years ago
desktop-maesty/steve
ff5c46195f
Remove manual left offseting in ReorderableList CommandListAdapter
7 years ago
Chris Gregan
ed1ef1090b
Merge pull request #690 from stevehalliwell/NarrativeLogNameNullCheck
...
NarrativeLog is tolerant of null Name or Story fields
7 years ago
desktop-maesty/steve
985eae4199
Specialised Editors correctly call base OnEnable
7 years ago
desktop-maesty/steve
e7fd68b004
Merge branch 'master' into UnityReorderable
7 years ago
desktop-maesty/steve
bcadf28bef
NarrativeLog is tolerant of null Name or Story fields
...
-previously caused nullref in TheFacility Demo Scene
7 years ago
Chris Gregan
f55d0442dd
Merge pull request #672 from stevehalliwell/ForceHierarchyIconRefresh
...
Force the hierarchy icon list to refresh when a script a is loaded/ch…
7 years ago
Chris Gregan
de8bb3f002
Merge pull request #671 from stevehalliwell/FungusActiveSignals
...
Added Fungus Priority Signals
7 years ago
Chris Gregan
efb329ca52
Merge pull request #673 from stevehalliwell/ConversationOptions
...
Conversation options
7 years ago
Chris Gregan
4a9738c477
Merge pull request #683 from stevehalliwell/GetKey
...
Added GetKey fungus command.
7 years ago
Chris Gregan
cbbec4f901
Merge pull request #682 from stevehalliwell/DisabledFlowchartEventHandler
...
Disabled Flowcharts and EventHandlers
7 years ago
Chris Gregan
db6012798c
Merge pull request #689 from stevehalliwell/NewerLeanTween
...
Update LeanTween to 2.46
7 years ago
Chris Gregan
21967ed9c3
Merge pull request #685 from stevehalliwell/StopFlowcharts
...
StopFlowchart can Continue now
7 years ago
Chris Gregan
843e10f560
Merge pull request #686 from stevehalliwell/EditorResourcesOSX
...
Fixed stray \\ that were not being stripped on Mac OS, when importing…
7 years ago
Chris Gregan
c12b7fe146
Merge pull request #681 from stevehalliwell/2018_1
...
Updated to 2018.1
7 years ago
desktop-maesty/steve
a7fe939981
Update LeanTween to 2.46
...
PortraitController forces alpha and color tweens to be non recursive.
7 years ago
desktop-maesty/steve
17cd4cde4e
Try Catch around VarListLayout so we can eat the error that occurs when moving from play back to edit
7 years ago
desktop-maesty/steve
7ee3a0b0ee
Fixed stray \\ that were not being stripped on Mac OS, when importing a fresh. Resulted in incomplete generation of editor resources
7 years ago
desktop-maesty/steve
a825c9bb69
Removed Rotorz
7 years ago
desktop-maesty/steve
bbf3c06d3c
CommandListAdapter now uses Unity ReorderableList not Rotorz
7 years ago
desktop-maesty/steve
7749f8b3c8
When a change is detected in the flowchartwindow var list mark the flowchart dirty so the inspector refreshes.
7 years ago