aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/garden/composter
AgeCommit message (Expand)Author
2024-02-10Splitting many utils functions from LorenzUtils up into other classes: ChatUt...Thunderblade73
2023-12-29Fixed composter gfs stuff (biofuel is now in sacks) (#837)Obsidian
2023-12-26code cleanuphannibal2
2023-12-23Removed formatDuration()hannibal2
2023-12-23improve composter empty time precision (#824)appable
2023-12-21Fixed gfs command in composter overlay.hannibal2
2023-12-21code cleanuphannibal2
2023-12-21Internal Change: Composter overlay NEUInternalName (#614)Walker Selby
2023-12-17Remove unecessary non-capturing groups (#676)Walker Selby
2023-12-11fixed config versionhannibal2
2023-12-11Internal: Migrate Deprecated Config Values to Enums (#790)Walker Selby
2023-12-09Fixed error messages in composter inventory when hovering over some items.hannibal2
2023-12-09Added additional error information to an composter inventory errorhannibal2
2023-12-08Localize Keypresses (#754)Walker Selby
2023-12-08Use LorenzToolTipEvent over ItemTooltipEvent if possible.hannibal2
2023-11-30romanToDecimalIfNeeded -> romanToDecimalIfNecessary (See https://chat.openai....hannibal2
2023-11-28Hide Composter Overlay in composter inventory while Estimated Item Value is s...hannibal2
2023-11-26Replaced SkyHanniMod.feature.garden with GardenAPI.confighannibal2
2023-11-26Internal Change: Refactor JsonObjects to be in data package (#680)Walker Selby
2023-11-22Internal Change: Reformat Code to match .editorconfig (#628)Walker Selby
2023-11-19code cleanuphannibal2
2023-11-19Internal Change: Auto-Prefix Chat Messages (#622)Walker Selby
2023-11-05no more hidden stuff: renamed "config" and "hidden" to "storage" when working...hannibal2
2023-10-26fix future neu crash (#624)CalMWolfs
2023-10-21code cleanuphannibal2
2023-10-21Backend: Serialise all constants and add repo error messages and status (#605)CalMWolfs
2023-10-21better repo error handlinghannibal2
2023-10-21Internal Changes: getInternalName Pt 3 (#549)Walker Selby
2023-10-17removed unnecessary extension functionhannibal2
2023-10-17oops (#600)CalMWolfs
2023-10-17sack changes (#582)CalMWolfs
2023-10-15code cleanuphannibal2
2023-10-15Internal Change: Config deprecations (#542)Walker Selby
2023-10-12code cleanup, There are no Utils registered as listeners, and replacing OSUti...hannibal2
2023-10-12Fix + Backend: Made mouse buttons work as key binds (#560)CalMWolfs
2023-10-12moved sendTitle into LorenzUtilshannibal2
2023-10-11Feature: Composter Getfromsacks (#475)Obsidian
2023-10-07Feature: Compact tab list (from sba but better) (#459)CalMWolfs
2023-09-29Random Code Cleanup (#516)Walker Selby
2023-09-27removed wildcards from importshannibal2
2023-09-02code cleanuphannibal2
2023-09-02Composter calculation fix (#433)Obsidian
2023-08-29using kotlin duration in TitleUtilshannibal2
2023-08-28changed return value of readItemAmount from Pair<String?, Int> to Pair<String...hannibal2
2023-08-13Merge pull request #381CalMWolfs
2023-08-13Fixed typo in /shtestcomposter error message (#385)Obsidian
2023-08-09Using NEUInternalName for all bazaar data caseshannibal2
2023-08-09Changing internalName to getInternalName_old, and getInternalName_new to inte...hannibal2
2023-08-07replace enum.getEntries() to enum.entries and using .addSelector<Enum>hannibal2
2023-08-03Renamed inventory open events to reflect their actual implementation betterhannibal2