desktop-maesty/steve
0f6a0509a9
Add Asmdefs
5 years ago
desktop-maesty/steve
ff3306143e
Added warnings when MenuDialog
...
-Menu item requested when there are non left
-Timer requested when none is available
5 years ago
desktop-maesty/steve
910e9259a9
Removing files that are tracked but not required
5 years ago
desktop-maesty/steve
6b7b97af38
EditorUtils.FindDerivedTypes now finds within ALL assembles
...
-Uses TypeCache if available
5 years ago
desktop-maesty/steve
0a835647bf
Character only sets self dirty if change detected, fixes it stealing focus from ContextMenus
5 years ago
desktop-maesty/steve
d86197bb39
Fungus Prefs show an error if Add button texture is missing, indication that FungusEditorResources need to be relocated
...
Added button to open the fungus changelog, to assist with users determining versions
5 years ago
desktop-maesty/steve
5f3d8614e2
Restore Edit Mode tests
5 years ago
desktop-maesty/steve
1b5a197b10
Add button to Fungus Editor Prefs to locate the FungusEditorResources SO, makes it easier to find and regenerate
5 years ago
Chris Gregan
15b47a6013
Update CHANGELOG.txt
5 years ago
Chris Gregan
47c1d2df29
Merge branch 'master' of https://github.com/snozbot/fungus
5 years ago
Chris Gregan
affc8133f4
Update .gitignore
5 years ago
Chris Gregan
7138b20d95
Updated project to 2019.1.8f1
5 years ago
Chris Gregan
c7b62b40f5
Merge branch 'master' of https://github.com/snozbot/fungus
5 years ago
Chris Gregan
448ac5cb63
Removed legacy Unity Test Tools and tests
5 years ago
Chris Gregan
6a62acd3d5
Merge pull request #746 from stevehalliwell/SearchableMenusByDefault
...
Experimental Searchable menus are now enabled by default
5 years ago
Chris Gregan
d1f0181eca
Merge pull request #745 from stevehalliwell/InspectorIcon2019
...
Mushroom icon for the inspector moved in 2019...
5 years ago
Chris Gregan
662575dc89
Update .gitignore
5 years ago
Chris Gregan
c2fa01c542
Update .gitignore
5 years ago
Steve Halliwell
43978d6739
Merge pull request #744 from stevehalliwell/MultiSelectFlowchartWindowBugFix
...
FlowchartWindow MutliSelect now more strictly manages selectedness
5 years ago
Steve Halliwell
c0667c824f
Portrait 2019 fix ( #743 )
...
Use overrideSprite instead of sprite on UIImages
5 years ago
desktop-maesty/steve
016e42d36d
Experimental Searchable menus are now enabled by default
5 years ago
desktop-maesty/steve
ec5eeb4da0
Mushroom icon for the inspector moved in 2019 as to not overlap the new visibility toggle Unity has added.
5 years ago
desktop-maesty/steve
1b04eb5b7b
FlowchartWindow MutliSelect now more strictly manages selected and mousedown or held over status of blocks and fixes
...
-multi move
-multi delete
-multi copy & paste
-control click and marque toggles block selectedness
-undo redo forces refresh of cached lists
6 years ago
Chris Gregan
3f0f5146a1
Update change_log.md
6 years ago
Chris Gregan
a8a71b3460
Updated Doxygen project
6 years ago
Chris Gregan
c0d34045c2
Updated change log
6 years ago
Chris Gregan
76972bc625
Update community_tutorials.md
...
Added Fungus Gendered Pronouns add on to docs
6 years ago
Chris Gregan
a080149373
Updated reference docs
6 years ago
Chris Gregan
6a8f6c2a85
Updated project to Unity 2019.1.0f2
...
Updated project files and fixed warnings.
Switched to .NET 4.x
6 years ago
desktop-maesty/steve
206f5db892
Enforce Flowchart selectedBlocks and selectedCommands collections are not null
6 years ago
desktop-maesty/steve
0d4b5bae00
Additional null checks around Flowchart.selectedBlocks and Flowchart.selectedCommands
...
-Nulls are getting into these collections in error. Seems to be due to SelectedBlocks serialising and not being refreshed correctly when something is deleted or removed outside of FlowchartWindow's control or a lingering null from a previous version.
Updated Changelog
6 years ago
desktop-maesty/steve
8ee98305ba
Updated ChangeLog
6 years ago
Steve Halliwell
97c5294f39
Merge pull request #737 from Skelly1983/patch-1
...
Added space in block name does not exist string.
6 years ago
Steve Halliwell
8a06c583f1
Merge pull request #738 from stevehalliwell/CorrectionOfStaticListCaching
...
Editor List Caching Fix
6 years ago
desktop-maesty/steve
ddc12dc4c6
Convert Variable Type list, EventHandler Type list and Command Type list to property
...
-force init cache of access, this solves the 'Cannot add variable' style errors that have been reported
6 years ago
ArkAngel Apps
cced139c2c
Missing space in log statements
6 years ago
ArkAngel Apps
954039bbef
Added space in block name does not exist string.
6 years ago
Chris Gregan
c1e9b3c91c
Update ProjectVersion.txt
6 years ago
Chris Gregan
b0c83c454a
Update CHANGELOG.txt
6 years ago
desktop-maesty/steve
c21a39a886
Corrected UNITY_EDITOR define usage in flowchart and block
6 years ago
Chris Gregan
2da8a0f7ae
Merge pull request #728 from stevehalliwell/FlowchartWindowPerfOptimisation
...
FlowchartWindow performance improvements and optimization
6 years ago
Chris Gregan
04dae8813c
Merge pull request #729 from stevehalliwell/VaraibleEditorPopupNestingBug
...
VariableEditor popup name and key concat no longer has spaces, allows…
6 years ago
Chris Gregan
f30019c4ee
Merge pull request #727 from stevehalliwell/MoreTMProSupport
...
TMPro support for Get/Set Text, FadeUI & NarrativeLog
6 years ago
Chris Gregan
0422a8062f
Merge branch 'master' into MoreTMProSupport
6 years ago
Chris Gregan
781dda52c8
Merge pull request #730 from stevehalliwell/ToFromString
...
Commands to store FungusVariable.ToString into a StringVariable and t…
6 years ago
Chris Gregan
caf44c6b59
Merge pull request #732 from stevehalliwell/2019_1a13_support
...
2019 1a13 support
6 years ago
Chris Gregan
cd2c5148eb
Merge pull request #733 from stevehalliwell/CommandHasReferenceSummary_Updates
...
Command has reference and summary updates
6 years ago
desktop-maesty/steve
f0213e0835
HasReference added to many commands that lacked them or had only partially checked vars
6 years ago
desktop-maesty/steve
e73121ea5c
Command can now cache a list of referenced variables that are checked by the variablelistadapter for highlighting
...
- Flowchart can identify add variables found via the substitute regex
- Commands that use SubstituteVariables on their string data use the new caching method so they can highlight variables that will be used during substitution
6 years ago
desktop-maesty/steve
5329caa624
Mathf Command more consistent implementation of HasReference and more Detailed Summaries
6 years ago