PanelStudio Versions Save

An extensible and customizable GUI API/library to create ClickGUIs, HUDEditors and TabGUIs designed for use in Minecraft utility mods.

v0.2.4

11 months ago
  • Fixed two bugs in core PanelStudio relating to enums with zero options.
  • Fixed double key event bug in HUD affecting all PanelStudio-MC versions.
  • Added PanelStudio-MC194 and PanelStudio-MC20 (thanks to @RitomG69).

v0.2.3

1 year ago
  • Small fix to PanelStudio-MC17 rendering.
  • Added PanelStudio-MC19 (thanks to @Diliard).

v0.2.2

2 years ago
  • Added support for Minecraft Fabric 1.18.
  • Fixed panelstudio-mc8-fabric to work again.

v0.2.1

2 years ago
  • Added new options to CSGOLayout and ChildUtil.

v0.2.0

2 years ago

This is a changelog relative to the last snapshot:

  • Various bug fixes.
  • Horizontal containers in scroll components can now have a non-default container renderer.
  • Made parity flip the image, instead of rotating it 180 degrees.
  • Added JavaDoc.
  • Added example mods.
  • Added PanelStudio-MC17.

v0.2.0-20210717.135237-4

2 years ago

This is a snapshot version! Use Version 0.1.11 for most purposes.

  • Added character events.
  • Added IStringSetting and TextField.
  • Added ToggleSwitch and CycleSwitch.
  • Added Spinner.
  • Added more color component options, ColorPicker.
  • Optimized Themes.
  • Added DropDownList
  • Added search bars for drop down lists and radio buttons.
  • Finished GameSenseTheme, ClearTheme, Windows31Theme.
  • Added RainbowTheme, ImpactTheme.

v0.2.0-20210425.163713-3

3 years ago

This is a snapshot version! Use Version 0.1.x for most purposes

  • Added resizable components
  • Added keyboard controls to radio buttons
  • Made rendering of container components associated with color settings be affected by said color

v0.2.0-20210419.180950-2

3 years ago

This is a snapshot version! Use Version 0.1.x for most purposes

  • Added separate config name for panels
  • Reworked popup system
  • Adjusted some field modifiers
  • Re-added HUD
  • Added minor interfaces to reduce argument count
  • Fixed some bugs
  • Reimplemented PanelStudio-MC
  • Renamed PanelStudio-MC16 to PanelStudio-MC16-Fabric
  • Added PanelStudio-MC16-Forge
  • Added Windows 3.1 Theme (incomplete)
  • Removed getCheckMarkRenderer method
  • Re-added TabGUI
  • Added CSGO Layout

v0.1.11

3 years ago
  • Added DoctorSwagRainbowTheme.

v0.2.0-20210316.084846-1

3 years ago

This is a snapshot version! Use Version 0.1.x for most purposes

  • Updated dependencies.
  • Refactoring and rewrite of GUI code.
  • Added support for dependent settings.
  • Added horizontal scrolling.
  • Added layout system.
  • Reworked theme system.
  • Added support for GUI rescaling.
  • Added support for Image modulation.
  • Added support for different font sizes.

Missing features from 0.1.x:

  • TabGUI
  • HUDEditor
  • PanelStudio-MC16 and PanelStudio-MC8