Skip to content

Skin Composer ver. 38

Choose a tag to compare

@github-actions github-actions released this 20 Aug 06:06
· 276 commits to master since this release
  • Added shortcut "Ctrl+e" for export in Scene Composer.
  • Added MoveCellToNewRowAbove and MoveCellToNewRowBelow in Scene Composer.
  • Improved file menu. Recent Files is now a submenu.
  • Updated instructions for Custom Serializer in FreeType Font dialog to include link to FreeTypeSkin.
  • JSON exports are guaranteed to be UTF-8 formatted to prevent issues with loading unicode characters.
  • Scene Composer now exports to clipboard without fully qualified names.
  • Scene Composer now tracks its own last path to avoid accidentally overwriting your Skin export.
  • Clicking on a disabled class in SetWidget for SceneComposer takes you to the class that requires the style in Skin Composer.
  • Background color of font is automatically adjusted based on font color in Bitmap Font Dialog.
  • An appropriate background color is generated for FreeType font previews in the Fonts dialog.
  • Prevent colors with the same name from being generated.
  • Fixed crash if setting increment on Sliders/ProgressBars to a value less than 1
  • Fixed crash when renaming a Color and there is a TenPatch that does not have a color defined.
  • Fixed Lwjgl3FileHandle issue when reading/writing SCMP files.
  • Fixed parent not copying when duplicating a style.
  • Fixed unable to export to clipboard with a tree widget in Scene Composer.
  • Fixed background color not being persisted in Scene Composer.
  • Fixed background color not being reset when Scene >> Clear is selected in Scene Composer.
  • Replaced incorrect quote character in Scene Composer font.
  • Fixed error with incorrect cell alignment when exporting from Scene Composer.
  • Fixed selected drawable not being highlighted in detail view of Drawables dialog.
  • Fixed crash when using FreeTypeFonts that are unusually small and decreasing their size until they are not visible.
  • Fixed incorrect types for VisTextButtonStyle in the VisUI template.
  • Minor UI tweaks and bug fixes