Releases: lukflug/PanelStudio
Releases · lukflug/PanelStudio
PanelStudio Version 0.1.10
- Added support to for Fabric and Forge 1.8.9 via the
panelstudio-mc8-fabric
(thanks Nirvana!) andpanelstudio-mc8-forge
libraries.
PanelStudio Version 0.1.9
- Added
fabric.mod.json
to fix PanelStudio-MC16 crashing when runningrunClient
.
PanelStudio Version 0.1.8
- Added
RendererProxy
andThemeMultiplexer
. - Fixes bug in PanelStudio-MC, where the HUD editor is rendered twice.
- Automated the Maven publishing process.
PanelStudio Version 0.1.7
- Fixed and improved some JavaDoc.
- Fixed bug where changing the alpha slider in a
ColorComponent
crashes the game. - Fixed some minor PanelStudio-MC bugs.
- Renamed PanelStudio-MC to PanelStudio-MC12 and made it be distributed via a binary instead of source.
- Added PanelStudio-MC16 for Minecraft 1.16.4.
PanelStudio Version 0.1.6
- Fixed scroll bar rendering even when
CollapsibleContainer
is closed. - Made
KeybindComponent
useRenderer.renderTitle
method with a single boolean, instead of the one with two. - Added a parameter for bottom border to
Renderer
. - Added
open
parameter toRenderer.getHeight
.
PanelStudio Version 0.1.5
PanelStudio:
- Removed redundant constructor for
Context
. - Added overridable methods to create sub-contexts for
ClickGUI
,CollapsibleContainer
andContainer
. - Added support for scroll bars.
- Added support for descriptions.
- Fixed mouse hovering clipping for
CollapsibleContainer
. - Made sliders work better.
- Added support for transient panels.
- Added enter events and made exit events be called when a panel is hidden.
- Fixed scroll and keyboard input priority.
- Made
ClickGUI
andContainer
loops use lambdas. - Added
releaseFocus
toContext
. - Merged
ToggleableContainer
intoCollapsibleContainer
.
PanelStudio-MC:
- Added option to disable mouse clipping in
GLInterface
. - Added
exitGUI
method toMinecraftGUI
. - Added support for separate HUD editor to
MinecraftHUDGUI
.
PanelStudio Version 0.1.2
- Fixed
ListComponent
right-alignment.
PanelStudio Version 0.1.1
- Added
SettingsAnimation
andSettingsColorScheme
. - Added
ListModule
andHUDList
. - Added config interfaces and related methods.
- Added PanelStudio-MC support library.
PanelStudio Version 0.1.0
- Added TabGUI.
- Made Panel width be definded by
FixedComponent
and not by theClickGUI
. - Fixed bug, where two components could be highlighted at once.
- Added animation ClickGUI containers.
CollapsibleContainer
does not extendContainer
anymore, but has it as a field.- Added clipping to
CollapsibleContainer
. - Added
releaseFocus
event, so that child components release focus when parent loses focus. - Added
handleScroll
event. - Added support for scrolling in containers.
- Added support for draggable HUD components.
- Added support
getFontWidth
andgetFontHeight
methods toInterface
.
PanelStudio Version 0.0.3
- Removed
FocusManager
andFocusable
. - Changed
setPosition
inFixedComponent
. Context
is nowfinal
.