aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de
AgeCommit message (Collapse)Author
2024-07-22A lot of stuff.Rime
- Refactored SlotTextAdders to take in ItemStack and int slotId rather than Slot - Refactored the renderSlotText method from HandledScreenMixin into SlotTextManager and added an overloading function that takes in the itemstack, slot id, x and y and the previous function with the Slot parameter just delegates to it with the relevant fields from that Slot object - As a result of the above 2 changes the logic in CommunityShopAdder had to be changed too, now it figures out the screen from the method calls to `getText` rather than the Slot's inventory. - Fixed slot text not being rendered in backpack preview - Added private constructor for BackpackPreview (because it's all static methods anyway)
2024-07-22Refactor container matcher implementations into interfacesRime
2024-07-21cleaner fixnmccullagh
2024-07-21don't mutate itemstack mapnmccullagh
2024-07-20Fix Memory Leak (#853)Aaron
2024-07-18Update Attribute Short Names (#844)Aaron
2024-07-18make all formatting use static instances of numberformat using US locale (#765)Julienraptor01
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-07-18EssenceShopPrice feature (#737)UpFault
Added EssenceShopPrice Feature, moved concatenate methods from ChocolateFactorySolver to Utils as they most likely will be used many times Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com> Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-07-15fix rebaseolim
2024-07-15implement requested changesolim
2024-07-15Fix regex and add tests for the regexRime
2024-07-15do not overwite esisting waypointsolim
when incoming chat message with waypoint locations make sure the waypoint does not already exist in active waypoints, so waypoints can not get randomly moved
2024-07-15implement requested changesolim
fix formatting of code in place to be correct
2024-07-15adds location selection menu for share add and removeolim
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action
2024-07-15look for failed message in chat and reset with itolim
2024-07-15fix issuesolim
fix issues. and remove unnecessary square root
2024-07-15fix when parallelolim
for some reason the library function returns 0 instead of null if parallel
2024-07-15use built in intersection methodolim
2024-07-15fix small bugs in compassolim
2024-07-15fix bugolim
2024-07-15fix command and increase accuracyolim
fix clickable command text and use more particles for wishing compass making it a lot more accurate
2024-07-15only use chat to verify messages onceolim
2024-07-15make sure the location guess is sensibleolim
make sure its within 100 blocks of the players zone
2024-07-15remove unknown waypoint when actual found closeolim
2024-07-15add options to config and translationsolim
add option for wishing compass to config and translations for text in it. add separate scale for crystal waypoints and commissions
2024-07-15add remove command and consistenceolim
add command to remove way-point and consistence for the add and share
2024-07-15clean up some unwanted cwords being passedolim
2024-07-15add wishing compass solverolim
2024-07-15add scanning for location chatolim
scan for messages to improve locations and auto add King. also fix bugs just introduced
2024-07-15use named way-point for metal detectorolim
2024-07-15improve cword parssingolim
take more location formats and partial matches for names
2024-07-15replace crystal waypoints with mining lebelsolim
replace the use of crystal waypoints with mining labels so they can be read from the hole of the hollows
2024-07-15Add another SkyblockTime event for when the time changes, with all time ↵Rime
variables
2024-07-15Don't highlight eggs if the same egg was found on another islandRime
2024-07-15Javadoc additionsRime
2024-07-15Add apache commons text library to the projectRime
2024-07-15Add ray tracing to EggFinder to make it fairerRime
2024-07-15Add a method for concatenating block pos fields with spaces in betweenRime
2024-07-15SkyblockTime improvements.Rime
- Added skyblock hour - Added events for each time unit (year, season, month, day, hour) that are fired when the time unit changes value - Removed magic numbers and added constant fields holding the numbers
2024-07-14Add a case for when the dungeon hasn't started yet (#843)Rime
2024-07-14Fix result text displaying weirdly when its too long (#842)Aaron
2024-07-14Merge pull request #840 from Emirlol/fix-quicknav-defaultsKevin
Fix quicknav buttons 8, 9 and 12 having empty string as ui title
2024-07-14Merge pull request #834 from Emirlol/command-changesKevin
Add some custom command argument types
2024-07-14Merge pull request #804 from Vricken/slottext-additionsKevin
Change colo(u)r for max collections and skills slot text
2024-07-14Merge pull request #728 from Emirlol/bazaar-highlightKevin
Bazaar Helper
2024-07-14Refactor the reorder helper tooltip messages into translatablesRime
2024-07-14Rename all `ItemStack` parameters in `ItemUtils` from `item` into `stack`Rime
2024-07-14Refactor ItemUtils constructor to be sandwiched between fields and methodsRime
2024-07-14Remove ItemData constructors with `String item` and remove count from the ↵Rime
constructor
2024-07-14Fix some regex explanationsRime