| Age | Commit message (Collapse) | Author |
|
* Fix Bobber Time widget not working after max time was exceeded
* Use Math.clamp
|
|
* Initial Implementation
* renamed to Legacy Attribute Background
* Change everything to Legacy Attribute Background
|
|
|
|
* Removes the est item price from bazaar items
* remove extra line
|
|
|
|
Co-authored-by: daroche <gatiendr@gmail.com>
|
|
|
|
|
|
* Initial Implementation
* Max value of air is 300
* Clamped values and only render when submerged
|
|
* Fix Turbo ultimate enchantment names in Search Overlay
* Fix Ultimate Jerry name being wrong
|
|
* +sendTimeTowerReminderMessage
* +sendJerryTimerMessage
|
|
* fix: some tabwidget icons being incorrect
* refactor: improve some Ico names
|
|
* 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
|
|
|
|
* Add deleting history from ah/bz search overlay
* Switch texture and add comments
|
|
* add item rename command hint
* Add simple string arg as fallback
|
|
Increases the character limit for custom chat rules from 96 to 256 so people using regex (like me) have more space to work with
|
|
* Add more slot text to CF
* Small tweaks
* Some more documentation
|
|
* 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
|
|
* 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>
|
|
* Add optional item name parameter to search overlay commands
* Close Overlay Screen without searching if the escape key is pressed
* Fix Escape key close
|
|
|
|
|
|
|
|
|
|
* Update EnchantmentLevelAdder again
Adds the two new ultimate enchantments from alpha to the enchantment abbreviations slot text
|
|
* Allow numpad enter key to close signs
* Refactor enter key check
---------
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
|
|
* 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>
|
|
* 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>
|
|
|
|
Took up a non trivial amount of time in rendering for some reason.
|
|
* 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
|
|
Also cleanup foraging category
|
|
|
|
* 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
|
|
* 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
|
|
|
|
|
|
|
|
The old shortcut unfortunately conflicted with guild commands so I've
changed it to the other one in the file.
|
|
|
|
|
|
|
|
* multiple mana display modes
* turn StatusBarTracker static
* move intelligence display below button
|
|
* 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>
|
|
* 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>
|
|
* kitty yay
* remove eye booger
|
|
Note: The code can't be put in another method otherwise the stack walker probably wont work correctly.
|
|
* un-hardcode slot ids in SkillLevelAdder
* Exclude dungeoneering
---------
Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
|
|
|