chrisgregan
|
317d4a3d5f
|
Updated reorderable list control to v0.4.3
|
9 years ago |
Chris Gregan
|
75378db98f
|
Merge pull request #358 from FungusGames/update-lean-tween
Updated to leantween 2.30
|
9 years ago |
chrisgregan
|
6f0c80245d
|
Updated to leantween 2.30
|
9 years ago |
Chris Gregan
|
df105e9269
|
Merge pull request #357 from FungusGames/concurrent-say-commands
Fixed concurrent Say commands on same Say Dialog should interrupt #356
|
9 years ago |
chrisgregan
|
382787a601
|
Fixed concurrent Say commands on same Say Dialog should interrupt #356
|
9 years ago |
Chris Gregan
|
b9a0c27b7d
|
Merge pull request #355 from FungusGames/fungus-namespace-353
Fixed CustomGUI class not in Fungus namespace #353
|
9 years ago |
chrisgregan
|
c9a081f4fd
|
Fixed CustomGUI class not in Fungus namespace #353
|
9 years ago |
Chris Gregan
|
a1bf18bcd0
|
Merge pull request #352 from FungusGames/executing-blocks
Added HasExecutingBlocks() and GetExecutingBlocks()
|
9 years ago |
chrisgregan
|
1635d471c0
|
Added HasExecutingBlocks() and GetExecutingBlocks()
|
9 years ago |
Chris Gregan
|
4a8cb2432b
|
Merge pull request #351 from FungusGames/button-click-null-check
Added null check in ButtonClicked event handler
|
9 years ago |
chrisgregan
|
5b21b661e0
|
Added null check in ButtonClicked event handler
|
9 years ago |
Chris Gregan
|
7a50d0a5a9
|
Merge pull request #350 from FungusGames/fade-ui-comand
Added command to fade UI objects #349
|
9 years ago |
chrisgregan
|
bde0131ac3
|
Added command to fade UI objects #349
|
9 years ago |
Chris Gregan
|
a2bb74bcee
|
Merge pull request #348 from FungusGames/fix-whitespace-trim
Fixed whitespace trimming only after {wc} & {c} tags
|
9 years ago |
chrisgregan
|
d748a7d5e7
|
Fixed whitespace trimming only after {wc} & {c} tags
|
9 years ago |
Chris Gregan
|
cb7f36a828
|
Merge pull request #347 from FungusGames/trim-leading-space
Trim leading space on each line of text in Writer.cs #346
|
9 years ago |
chrisgregan
|
62d496ba69
|
Trim leading space on each line of text in Writer.cs #346
|
9 years ago |
Chris Gregan
|
05d6e15e72
|
Merge pull request #345 from FungusGames/read-text-file
Read a text file into a string variable #344
|
9 years ago |
chrisgregan
|
d33b0d7619
|
Read a text file into a string variable #344
|
9 years ago |
Chris Gregan
|
22ecada919
|
Merge pull request #343 from FungusGames/stop-previous-itweens
Fixed iTween commands on the same gameobject can conflict #342
|
9 years ago |
chrisgregan
|
c6674aae45
|
Fixed iTween commands on the same gameobject can conflict #342
The fix is to make the stopping behaviour option via a property
|
9 years ago |
Chris Gregan
|
b28989f62d
|
Merge pull request #341 from FungusGames/set-audio-pitch
Added Set Audio Pitch command #340
|
9 years ago |
chrisgregan
|
a0d35191a9
|
Added Set Audio Pitch command #340
|
9 years ago |
Chris Gregan
|
53e7d91016
|
Merge pull request #339 from FungusGames/show-sprite-recursive
Fixed Show Sprite should affect child sprites #338
|
9 years ago |
chrisgregan
|
f1825c59ee
|
Fixed Show Sprite should affect child sprites #338
|
9 years ago |
chrisgregan
|
5608bf4753
|
GUID changed for camera tests
|
9 years ago |
Chris Gregan
|
ec2df836cd
|
Merge pull request #337 from FungusGames/null-command-editor-312
Fixed Null reference if command classes have same name #312
|
9 years ago |
chrisgregan
|
e461d14200
|
Fixed Null reference if command classes have same name #312
|
9 years ago |
Chris Gregan
|
aa049a22ce
|
Merge pull request #336 from FungusGames/indent-level-308
Fixed End command indents when not matched with an If #308
|
9 years ago |
chrisgregan
|
001665ef0b
|
Fixed End command indents when not matched with an If #308
|
9 years ago |
Chris Gregan
|
75de8af9a2
|
Merge pull request #335 from FungusGames/draggable-lean-tween
Fixed draggable objects behaving incorrectly #310
|
9 years ago |
chrisgregan
|
15b26ce60e
|
Changed move code to use LeanTween instead of iTween
|
9 years ago |
Chris Gregan
|
6872ab0783
|
Merge pull request #331 from FungusGames/remove-text-width-scale
Removed unused property
|
9 years ago |
chrisgregan
|
9087d40478
|
Removed unused property
|
9 years ago |
Chris Gregan
|
116398373e
|
Merge pull request #330 from FungusGames/cache-inactive-localizable
Inactive localizeable game objects are now cached #322
|
9 years ago |
chrisgregan
|
4fbf516a18
|
Inactive localizeable game objects are now cached #322
|
9 years ago |
Chris Gregan
|
4497fcc9f2
|
Merge pull request #329 from FungusGames/center-flowchart-302
Users losing track of where their Blocks are in Flowchart window #302
|
9 years ago |
chrisgregan
|
3aa4333870
|
Users losing track of where their Blocks are in Flowchart window #302
|
9 years ago |
Chris Gregan
|
db4fa01291
|
Merge pull request #328 from FungusGames/scene-manager-warnings
Scene manager warnings
|
9 years ago |
chrisgregan
|
47809e496f
|
Backwards compatibility with Unity 5_0
|
9 years ago |
chrisgregan
|
3ca263a25e
|
Replace obsolete call to Application.LoadLevel
|
9 years ago |
Chris Gregan
|
352fa310b1
|
Merge pull request #327 from FungusGames/windows-store-build-268
Windows store build 268
|
9 years ago |
Chris Gregan
|
ddc019d6c7
|
Fixed compile issues on InvokeMethod.cs
|
9 years ago |
Chris Gregan
|
166152710a
|
Added Visual Studio files to .gitignore
|
9 years ago |
Chris Gregan
|
a72e5fdc37
|
Updated to Unity 5.3.1f
|
9 years ago |
Chris Gregan
|
16af3dcf2f
|
Fixed corrupted character in Windows builds
|
9 years ago |
Chris Gregan
|
7ce39b6086
|
Merge pull request #326 from FungusGames/camera-property
Camera property #319 #307
|
9 years ago |
chrisgregan
|
67e1829390
|
Added multi camera test
|
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
|
fa616bcf39
|
Merge branch 'master' into unity-5-3-upgrade
|
9 years ago |