- Fix keys getting stuck in certain situations when closing a GUI. Fixes GH #3.
Original build time: 2018-12-26 07:14:29 UTC+2
- Refactor some GUI list things a bit
- Fix the list header sort arrow not rendering (in 1.13)
- Refactor some GUI list stuff, to fix list selections with headers being offset
Original build time: 2018-12-24 17:15:16 UTC+2
- Refactor some of the config interfaces and stuff a little bit
- Add a feedback-sensitive version of
GuiTextInput
- Add String list configs, some config related changes and renamed one interface
- Fixes and improvements to the string list GUI, and remove the debug prints
- Add the proper preview string to the String list button
- Fix some cases of String list configs not getting applied on GUI close
Original build time: 2018-11-30 19:45:44 UTC+2
- Refactor some of the config interfaces and stuff a little bit
- Add a feedback-sensitive version of
GuiTextInput
- Add String list configs, some config related changes and renamed one interface
- Fixes and improvements to the string list GUI, and remove the debug prints
- Add the proper preview string to the String list button
- Fix some cases of String list configs not getting applied on GUI close
Original build time: 2018-11-30 19:45:28 UTC+2
- Support line breaks in the Gui messages
- Fix the key re-check logic breaking things with simultaneous key releases
- Add a few render util methods from Litematica
- Add a new util method to
Color4f
to clone a color with different alpha - Some render method fixes/clean-up
- Change the
drawOutline()
util method argument handling - Further fix/improvement to keybind handling, related to the recent fix
Original build time: 2018-11-22 00:54:19 UTC+2
- Add a few render util methods from Litematica
- Add a new util method to
Color4f
to clone a color with different alpha - Some render method fixes/clean-up
- Change the
drawOutline()
util method argument handling - Further fix/improvement to keybind handling, related to the recent fix
Original build time: 2018-11-22 00:54:42 UTC+2
- Support line breaks in the Gui messages
- Fix the key re-check logic breaking things with simultaneous key releases
Original build time: 2018-11-11 20:16:27 UTC+2
- Remove
ButtonIcon
andButtonHoverText
.ButtonGeneric
now has those functions. - Fix
ButtonGeneric
hover strings not getting split from'\n'
- Mark the file browser icon provider return value as
@Nullable
- RenderUtils and inventory overlay util methods refactoring
- Tiny refactor to
KeybindMulti
. Add a util method to get the storage string. - Add some new util methods (some moved from Tweakeroo)
Original build time: 2018-11-03 01:16:57 UTC+2
- Add some new util methods (some moved from Tweakeroo)
Original build time: 2018-11-02 19:40:10 UTC+2
- Remove
ButtonIcon
andButtonHoverText
.ButtonGeneric
now has those functions. - Fix
ButtonGeneric
hover strings not getting split from'\n'
- Mark the file browser icon provider return value as
@Nullable
- RenderUtils and inventory overlay util methods refactoring
- Tiny refactor to
KeybindMulti
. Add a util method to get the storage string.
Original build time: 2018-10-30 16:38:56 UTC+2
- Fix the inventory background rendering for small inventories (Beacon)
- Close the JSON files after reading
- Don't allow crafting, armor or offhand slots in
findSlotWithItem()
- Remove the
color()
call from the GUI background drawing
Original build time: 2018-10-15 22:21:58 UTC+3
- Fix the inventory background rendering for small inventories (Beacon)
- Close the JSON files after reading
- Don't allow crafting, armor or offhand slots in
findSlotWithItem()
- Remove the
color()
call from the GUI background drawing
Original build time: 2018-10-15 22:21:31 UTC+3