aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2025-06-22Fix Bobber Time widget not working after max time was exceeded (#1384)Alex
* Fix Bobber Time widget not working after max time was exceeded * Use Math.clamp
2025-06-22Highlights items with attributes (#1369)Peyton Brown
* Initial Implementation * renamed to Legacy Attribute Background * Change everything to Legacy Attribute Background
2025-06-22Use the JDK's clamp functionAaron
2025-06-22Removes the Estimated Price from Bazaar Items (#1377)Peyton Brown
* Removes the est item price from bazaar items * remove extra line
2025-06-22Set the default of hideStatusEffectOverlay to true (#1376)Peyton Brown
2025-06-22fix: entrance pos detection (#1374)daroche
Co-authored-by: daroche <gatiendr@gmail.com>
2025-06-22Add REI exclusion zone for Visitor Helper Gui (#1371)Alex
2025-06-22update cooldown for new axe throw ability (#1343)Peyton Brown
2025-06-22Adds an oxygen bar (#1367)Peyton Brown
* Initial Implementation * Max value of air is 300 * Clamped values and only render when submerged
2025-06-22Fix Turbo- books and Ultimate Jerry names in Search Overlay (#1366)Alex
* Fix Turbo ultimate enchantment names in Search Overlay * Fix Ultimate Jerry name being wrong
2025-06-22Add translatable text (#1363)Internet Yamero
* +sendTimeTowerReminderMessage * +sendJerryTimerMessage
2025-06-22fix: some tabwidget icons being incorrect (#1362)J10a1n15
* fix: some tabwidget icons being incorrect * refactor: improve some Ico names
2025-06-22Clean up fishing stuff (#1340)olim88
* create main part of feature * integrate with new timer * clean up some more there is defiantly nothing wrong with this at this point * fix some sea creature raritys some of the sea creatures had the wrong rarity for some reason * make the creature notifications just say the creatures name * remove duplicated code * FIx isssues hopefully fix issues from review
2025-06-18Capitalize buy/sell in BazaarPriceTooltip (#1358)Aerh
2025-06-17Add Deleting Items from AH/BZ Search Overlay History (#1346)Alex
* Add deleting history from ah/bz search overlay * Switch texture and add comments
2025-06-17Make custom item rename more friendly (#1355)Owen
* add item rename command hint * Add simple string arg as fallback
2025-06-17Increase Chat Rule Character Limit (#1356)Bedrock-Armor
Increases the character limit for custom chat rules from 96 to 256 so people using regex (like me) have more space to work with
2025-06-17Add more slot text to CF (#1342)Rime
* Add more slot text to CF * Small tweaks * Some more documentation
2025-06-17Fix chest value not accounting for item count in sacks & stashes (#1337)Rime
* Fix chest value not accounting for item count in sacks * Fix item count being ignored in the stash * Add some `@NotNull` annotations * Fix gemstone sack value not working
2025-06-17Add separate wiki lookup keybinds (#1324)Alex
* Add separate wiki lookup keybinds * Remove unnecessary color code formatting * Readd and Deprecate config option * Refactor WikiLookup * Refactor ItemRepository --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-06-17Add optional item name parameter to search overlay commands (#1323)Alex
* Add optional item name parameter to search overlay commands * Close Overlay Screen without searching if the escape key is pressed * Fix Escape key close
2025-06-17Avoid more set copiesAaron
2025-06-14Skip serializing unused config fieldsAaron
2025-06-14Don't attempt to render title container if there are no titlesAaron
2025-06-14Fix importKevinthegreat
2025-06-14Update EnchantmentLevelAdder again (#1347)Bedrock-Armor
* Update EnchantmentLevelAdder again Adds the two new ultimate enchantments from alpha to the enchantment abbreviations slot text
2025-06-14Allow numpad enter key to close signs (#1333)Alex
* Allow numpad enter key to close signs * Refactor enter key check --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-06-14One flow waterboard solver (#1283)SpaceMonkeyy86
* Port Desco19's waterboard solver to Skyblocker * Many waterboard tweaks * Update watertimes.json to newer version and fix leftover water check * Visualize water paths on board * General improvements * Preview lever effects * Fix preview hitboxes being too small in rooms with an entrance from below * Refactor into multiple files and add config options * Benchmark all solutions and improve two of them * Show indicator line from next lever to the lever after that * Optimize many of the slower solutions * Add marks support for easier solution iteration * Tweak comments * Clean up one flow waterboard solver * Add suggested comments * Add lever type argument type and debug command * Verify json file * Make commands debug only and make feedback translatable * Update VerifyJsonTest * Make color codes less scuffed --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-06-14Garden fixes (#1271)Yasin
* fixes #1270 * Update GardenPlotsWidget.java make garden plot widget clickable again. Cat did an oopsy * Update InventoryScreenMixin.java disable status overlay if garden plot widget is active * garden visitor changes for ironman players: you can change the coins/h calc to get the value from only npc added new option copy and open bazar for visitor (default true) also added visual clue if copied or not. made mos stuff translate able * Refactor visitor helper and farming hud translations --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-06-13Balloon Hat 2025Aaron
2025-06-13Avoid recreating the set each frame.Aaron
Took up a non trivial amount of time in rendering for some reason.
2025-06-10Update EnchantmentLevelAdder.java (#1338)Bedrock-Armor
* Update EnchantmentLevelAdder.java Adds the new enchants found on Alpha, and changes a couple pre-existing abbreviations to make the new ones fit better; also accounts for Alpha renaming the Syphon enchant to Drain * Update EnchantmentLevelAdder.java * Update EnchantmentLevelAdder.java
2025-06-10Add dedicated Hunting configAaron
Also cleanup foraging category
2025-06-10Terracotta Puzzle SolverAaron
2025-06-10Add Absorb Stacking Enchant Progress (#1339)Bedrock-Armor
* Add Absorb Stacking Enchant Progress Adds the Absorb enchant from alpha to the list of stacking enchants progress tooltips * Update StackingEnchantProgressTooltip.java * Update StackingEnchantProgressTooltip.java
2025-06-10Add waypoints to forest nodes (#1325)Peyton Brown
* Initial Implementation * Remove waypoint if block is right clicked * Changed to HIGHLIGHT waypoint type * Remove from list if not seen for 5 seconds * resolve pr comments
2025-06-09fix npe (#1336)viciscat
2025-06-08Add Biome & Action Bar debug toolsAaron
2025-06-08Fix render line from cursor not going through blocksAaron
2025-06-07Change garden warp shortcutAaron
The old shortcut unfortunately conflicted with guild commands so I've changed it to the other one in the file.
2025-06-07Fix method accessAaron
2025-06-07fix customize button not moving when recipe book is toggled + refactor (#1316)viciscat
2025-06-07Remove hover text on chat waypoint suggestion message (#1314)Alex
2025-06-07Bar changes (#1307)viciscat
* multiple mana display modes * turn StatusBarTracker static * move intelligence display below button
2025-06-07Item pickup Widget (#1295)olim88
* basic inventory diff * add getting items from sacks * clean up code and add config * add doc strings * fix weird formatting * overide shouldUpdateBeforeRendering to be true * Change injection point to ScreenHandler and clean up lang * Clean up ItemPickupWidget * Fix player inventory out of bounds crash * fix showing changes when in an inventory without this the items of gui's and chests get added to the widget * fix lobby change code * Delay after location detected --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2025-06-07Fixed a bug where the fishing widget would not update (#1294)Teyxos
* Fixed a bug where the fishing widget would not update, I really don't know how no one found this? * Fixed according to Vic's instructions * Fixed indentation * Remove update call * update positions if shouldRender of all widgets changed also remove update from updatePositions because it can cause confusion when implementing features * Refactor widget lists check * Refactor update widgets and add more docs --------- Co-authored-by: Antonio Navarro Esteban <teyxoesp@gmail.com> Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Co-authored-by: viciscat <51047087+viciscat@users.noreply.github.com>
2025-06-07kitty yay (#1293)viciscat
* kitty yay * remove eye booger
2025-06-05Improve scheduler thread safety to prevent crashes (#1306)Aaron
Note: The code can't be put in another method otherwise the stack walker probably wont work correctly.
2025-06-05un-hardcode slot ids in SkillLevelAdder (#1305)viciscat
* un-hardcode slot ids in SkillLevelAdder * Exclude dungeoneering --------- Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
2025-06-05optional parse int (#1303)viciscat