Kotcrab.com

import com.kotcrab.Brain;

VisUI 0.8.1 Released

VisUI 0.8.1 for latest LibGDX 1.6.4 was released! Changes:

1
2
3
4
5
6
7
8
9
10
11
12
[0.8.1] [LibGDX 1.6.4]
-Updated libGDX to 1.6.4
-Error dialog from DialogUtils with exception will now show stacktrace from nested exceptions
-Skin change: ColorPickerStyle alphaBar25pxShifted removed (no longer necessary)
-Fixed VisSelectBox list elements padding
-Added skin in higher resolution (can be loaded by new method: VisUI.load(SkinScale.X2))
 -SVG file is also available thanks to piotr-j (https://github.com/piotr-j)
-Removed VisUI.getDefaultSpacingTop/Bottom/Right/Left and VisUI.setDefaultSpacingTop/Bottom/Right/Left
 -Replaced by Sizes class ( VisUI.getSizes() )
 -TableUtils.setSpacingDefault now properly uses all spacings if set
-OptionDialog (DialogUtils.showOptionDialog(...)) message label is now by default center aligned.
-Fixed bug in ColorPicker: pasting hex value was changing picker old color

VisUI skin is now available in higher resolution, it will make VisUI usable even on small screens. Because of that change I removed all getDefaultSpacing methods from VisUI class, now all sizes and paddings are stored inside skin file. It allows to easily load different values for different skin resolutions.

Enjoy!

Comments