- Update to MC 1.16 snapshot 20w17a (by Arnevdl29)
- This snapshot introduced the
MatrixStackthat needs to be passed to most rendering methods now...
- This snapshot introduced the
Original build time: 2020-04-26 02:33:00 UTC+3
The 1.15.2 branches/commits are a messy mystery, so not sure if some or most of these commits were already in the previous build...
- Move the
RenderWorldLasthook injection point, again... - Add proper profiler sections for the custom rendering hooks
- Add the camera position argument to some render util methods
- Add some
Directionarrays toPositionUtils - Add a
ConfigStringchange needed by the Watson mod port by Arnevdl29 - Fix text rendering in
drawTextPlate() - Fix configs not calling the value change callback when reset
Original build time: 2020-04-24 01:37:32 UTC+3
- Update to MC 1.16 snapshot 20w16a
Original build time: 2020-04-16 00:05:54 UTC+3
- Move the
RenderWorldLasthook injection point, again... - Add proper profiler sections for the custom rendering hooks
Original build time: 2020-04-14 02:57:47 UTC+3
- A new 1.15.2 Forge port based on the new 1.14.4 Forge port (
malilib-forge-1.14.4-0.10.0-dev.20+beta.1.jar)
Original build time: 2020-04-12 21:52:19 UTC+3
- Port to 1.14.4 Forge from the 1.14.4 Fabric version
- This replaces the older port that was done on top of the 1.13.2 Rift branch
Original build time: 2020-04-12 19:17:22 UTC+3
- Update to MC 1.16 snapshot 20w15a (just version bumps)
Original build time: 2020-04-08 20:21:28 UTC+3
- Update to MC 1.16 snapshot 20w14a
Original build time: 2020-04-03 00:16:09 UTC+3
- Some small
RayTraceUtilschanges and clean-up - Fix issues with color codes when splitting text to multiple lines
- Add an accessor Mixin for the long array in
NBTTagLongArray - Add NBT stringifier helper classes
- These are meant for example for printing item NBT data when hovered
Original build time: 2020-04-01 23:56:12 UTC+3
- Update to MC 1.16 snapshot 20w13a (just version bumps)
Original build time: 2020-03-26 03:36:39 UTC+2
- Unknown what exact changes this build has... but it probably has at least this:
- Add a
ConfigStringchange needed by the Watson mod port by Arnevdl29
- Add a
Original build time: 2020-03-26 02:40:21 UTC+2
- Add new
InventoryUtilsmethods specifically for pick-blocking PositionUtils: Add agetClosestSideDirection()util method- Text Field: Add missing key combos, plus some selection improvements
- Add step size functionality to
SliderCallbackDouble
Original build time: 2020-03-22 00:50:14 UTC+2
- Update to MC 1.16 snapshot 20w12a (just Yarn mapping changes)
Original build time: 2020-03-19 20:13:06 UTC+2
- Improve the keybind toast message code a bit
- Now the messages also work for keybinds without a callback defined
- Some
InventoryUtilschanges and additions for Litematica - Add the
preRestockHand()util method from Tweakeroo - Change
IConfigNotifiableandIValueChangeCallbackandIConfigOptionList[Entry]IConfigNotifiableandIValueChangeCallbacknow provide the new and old values, instead of a reference the the config optionIConfigOptionListEntryis now genericConfigTypeWrapperlost the option list support, which wasn't used anywhere (at least in my mods) anyway. The entireConfigTypeWrapperis stupid and messy and is going away entirely soon, after the custom config type support exist
- Fix
LayerRange#intersectsBox()not checking the min vs. max coordinates - Move the
RenderObject*classes from MiniHUD, with some improvements - Add a
toString()method toIntBoundingBox - Add a
PositionUtils.adjustPositionToSideOfEntity()util method - Add a
RayTraceUtilsclass (moved from Litematica and refactored a bit)
Original build time: 2020-03-17 04:14:56 UTC+2
- Add a
ConfigStringchange needed by the Watson mod port by Arnevdl29 - Add the modifiers to some of the key input methods, improve the debug output
Original build time: 2020-03-14 22:14:05 UTC+2
- Update to MC 1.16 snapshot 20w11a (just Yarn mapping changes)
Original build time: 2020-03-12 00:18:19 UTC+2
- Add a
MathUtilsclass IntBoundingBox: Overrideequals()andhashCode()- Add a
DyeColorCodeenum - Add a few methods to
MathUtils DataDump: Also account the header/footer lengths- Add some
NBTUtilsmethods WidgetDirectoryEntry: Cache the icon in the constructor- Add a few util methods to
BlockUtils,InfoUtils,NBTUtils - Various GUI changes and improvements and some class moves
- Added a
GuiIconBaseclass, moved the malilib icon definitions there - Added a
getIconForEntry()method to theIFileBrowserIconProviderinterface and made all the methods default methods - Added a
getIconProvider()method to theWidgetFileBrowserBaseclass - Added/moved the file browser icons from Litematica to malilib
- Moved a few GUI util classes
- Added a
- Add a
getEntryIconWidth()method to theIFileBrowserIconProviderinterface - Add
FileRenamerandFileDeleterclasses StringUtils: Add astripExtensionIfMatches()method- Add icon support to the dropdown widget
- Use the getter methods for the list widget position on creation
- Add a
NBTUtils.removeBlockPosFromTag()method - Add a
MathUtils.roundUp()method for longs NBTUtils: Add and modify/rename some methods- Fix configs not calling the value change callback when reset
- Add a
Messagesclass for common simple conditional strings - Add a new blend util method
ButtonGeneric: Some icon rendering alignment improvements- Improve the hover text renderer positioning a bit
WidgetCheckBox: Translate the hover strings- Fix clearing the search bar with a right click didn't refresh the entries
- Some
WidgetListBaseandWidgetFileBrowserBasechanges to allow custom sorting - Add
toJson()andfromJson()methods toIntBoundingBox - Allow
Vec3iargument inJsonUtils.blockPosToJson() - Add a bit more margin to the dropdown widget
FileUtils: Add agetFileNameExtension()util method- Buttons: Allow outlines, right align improvements, width/rendering fixes
- Add a new render util method for batched rectangles/quads
- Add an accessor Mixin and util methods for inventory screens
- Improve the text plate render util method a bit
- Move the right align stuff and hover strings from
ButtonBasetoWidgetBase - Add a new
WidgetRadioButtonwidget - Add a system for mods to indicate block placement position changes/overrides
- Add a convenience method
isHeld()to theIHotkeyinterface GuiTextFieldGeneric: Add agetHeight()methodButtonBase: Add an option to disable the click sound- Clean-up and small changes to widget hover text handling
- Add GUI debug options, plus some GUI refactoring and clean-up
- Make the file browser navigation widget actually navigatable
- To achieve this, the dropdown widget and the navigation widget and also a bunch of other GUI widget classes were refactored and improved and cleaned up
WidgetLabelchanges and clean-up and fixes for the previous commit's changes- GUI z-level refactor. The GUI widgets are now stacked on z levels.
- Note: Some things are still broken, most notably the text fields on any popup GUIs currently render behind the popup GUI. This will be fixed when the text fields are added as malilib widgets in the coming commits.
- Some more Z-level handling improvements and clean-up
- Widget fixes and improvements and clean-up
- Add a
WidgetItemStackfor rendering item stacks - Add
WidgetTextFieldBase- a custom text field widget- Most of the base functionality works, but it's currently missing the callback and the validator and the segmented/colorized rendering
- Change all the old text fields into the new text field widget
- Also some related changes and fixes to make (hopefully) everything work correctly
- Fix and clean up the popup GUIs/dialogs. Fix a
WidgetLabelconstructor. - Refactor the
MessageRenderer. Add text field error messages.- The
MessageRendereris now used for the text field error messages - Add integer and double text fields and use them where appropriate (there is no real difference, they just set the validator by default).
- Also fix an issue with setting the text field focus clearing the keyboard repeat status, depending on the order of the text fields
- Changed some of the widget methods a bit
- Prevent a crash from the translation method
- The
- Add a util method for getting a color integer from a hue value
- Text Fields: Reverse the
Ctrl + (Alt +) arrow keyword skipping behavior - Add new util methods to
Color4f,PositionUtilsandRenderUtils - Refactor the GUIs to take advantage of the proper z-ordering for hovering
- Add a couple of
JsonUtilsmethods FileUtils.generateSimpleSafeFileName(): Strip repeated and trailing underscores
Original build time: 2020-03-08 02:15:31 UTC+2
- Add a
MathUtilsclass IntBoundingBox: Overrideequals()andhashCode()- Add a
DyeColorCodeenum - Add a few methods to
MathUtils DataDump: Also account the header/footer lengths- Add some
NBTUtilsmethods WidgetDirectoryEntry: Cache the icon in the constructor- Add a few util methods to
BlockUtils,InfoUtils,NBTUtils - Various GUI changes and improvements and some class moves
- Added a
GuiIconBaseclass, moved the malilib icon definitions there - Added a
getIconForEntry()method to theIFileBrowserIconProviderinterface and made all the methods default methods - Added a
getIconProvider()method to theWidgetFileBrowserBaseclass - Added/moved the file browser icons from Litematica to malilib
- Moved a few GUI util classes
- Added a
- Add a
getEntryIconWidth()method to theIFileBrowserIconProviderinterface - Add
FileRenamerandFileDeleterclasses StringUtils: Add astripExtensionIfMatches()method- Add icon support to the dropdown widget
- Use the getter methods for the list widget position on creation
- Add a
NBTUtils.removeBlockPosFromTag()method - Add a
MathUtils.roundUp()method for longs NBTUtils: Add and modify/rename some methods- Fix configs not calling the value change callback when reset
- Add a
Messagesclass for common simple conditional strings - Add a new blend util method
ButtonGeneric: Some icon rendering alignment improvements- Improve the hover text renderer positioning a bit
WidgetCheckBox: Translate the hover strings- Fix clearing the search bar with a right click didn't refresh the entries
- Some
WidgetListBaseandWidgetFileBrowserBasechanges to allow custom sorting - Add
toJson()andfromJson()methods toIntBoundingBox - Allow
Vec3iargument inJsonUtils.blockPosToJson() - Add a bit more margin to the dropdown widget
FileUtils: Add agetFileNameExtension()util method- Buttons: Allow outlines, right align improvements, width/rendering fixes
- Add a new render util method for batched rectangles/quads
- Add an accessor Mixin and util methods for inventory screens
- Improve the text plate render util method a bit
- Move the right align stuff and hover strings from
ButtonBasetoWidgetBase - Add a new
WidgetRadioButtonwidget - Add a system for mods to indicate block placement position changes/overrides
- Add a convenience method
isHeld()to theIHotkeyinterface GuiTextFieldGeneric: Add agetHeight()methodButtonBase: Add an option to disable the click sound- Clean-up and small changes to widget hover text handling
- Add GUI debug options, plus some GUI refactoring and clean-up
- Make the file browser navigation widget actually navigatable
- To achieve this, the dropdown widget and the navigation widget and also a bunch of other GUI widget classes were refactored and improved and cleaned up
WidgetLabelchanges and clean-up and fixes for the previous commit's changes- GUI z-level refactor. The GUI widgets are now stacked on z levels.
- Note: Some things are still broken, most notably the text fields on any popup GUIs currently render behind the popup GUI. This will be fixed when the text fields are added as malilib widgets in the coming commits.
- Some more Z-level handling improvements and clean-up
- Widget fixes and improvements and clean-up
- Add a
WidgetItemStackfor rendering item stacks - Add
WidgetTextFieldBase- a custom text field widget- Most of the base functionality works, but it's currently missing the callback and the validator and the segmented/colorized rendering
- Change all the old text fields into the new text field widget
- Also some related changes and fixes to make (hopefully) everything work correctly
- Fix and clean up the popup GUIs/dialogs. Fix a
WidgetLabelconstructor. - Refactor the
MessageRenderer. Add text field error messages.- The
MessageRendereris now used for the text field error messages - Add integer and double text fields and use them where appropriate (there is no real difference, they just set the validator by default).
- Also fix an issue with setting the text field focus clearing the keyboard repeat status, depending on the order of the text fields
- Changed some of the widget methods a bit
- Prevent a crash from the translation method
- The
- Add a util method for getting a color integer from a hue value
- Text Fields: Reverse the
Ctrl + (Alt +) arrow keyword skipping behavior - Add new util methods to
Color4f,PositionUtilsandRenderUtils - Refactor the GUIs to take advantage of the proper z-ordering for hovering
- Add a couple of
JsonUtilsmethods FileUtils.generateSimpleSafeFileName(): Strip repeated and trailing underscores
Original build time: 2020-03-08 01:55:08 UTC+2
- Update to MC 1.16 snapshot 20w10a
Original build time: 2020-03-05 23:50:04 UTC+2
- Update to MC 1.16 snapshot 20w09a
Merge the 1.15.2 branch, which brings the following changes:
- Change the
ItemStackhover text color to match vanilla - Move the
RenderWorldLasthook injection point - Fix the config resetting on dimension change
Original build time: 2020-02-29 03:49:13 UTC+2



