This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 90
feat: custom trade market sell amount buttons #584
Merged
kristofbolyai
merged 8 commits into
Wynntils:development
from
byBackfish:feature/custom-sell-amount
Sep 21, 2022
Merged
feat: custom trade market sell amount buttons #584
kristofbolyai
merged 8 commits into
Wynntils:development
from
byBackfish:feature/custom-sell-amount
Sep 21, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, was the bug fixed where the sell all button inputted numbers even when the user did not press the button?
src/main/java/com/wynntils/modules/utilities/configs/UtilitiesConfig.java
Show resolved
Hide resolved
yea, that bug was fixed already |
src/main/java/com/wynntils/modules/utilities/overlays/inventories/TradeMarketOverlay.java
Outdated
Show resolved
Hide resolved
kristofbolyai
previously approved these changes
Sep 16, 2022
HighCrit
reviewed
Sep 18, 2022
src/main/java/com/wynntils/modules/utilities/configs/UtilitiesConfig.java
Show resolved
Hide resolved
Also, I think the "Click to sell all items in your inventory" shouldn't be there |
ryanzhoudev
previously approved these changes
Sep 20, 2022
DevScyu
force-pushed
the
development
branch
from
September 21, 2022 00:32
ab51699
to
15372c3
Compare
… pressing them will put the amount set in the config instantly in chat. Also remade most of the `TradeMarketOverlay`. Fixes various bugs
magicus
previously approved these changes
Sep 21, 2022
magicus
approved these changes
Sep 21, 2022
kristofbolyai
approved these changes
Sep 21, 2022
DevScyu
pushed a commit
that referenced
this pull request
Oct 11, 2022
* feat: Adds 3 custom sell amount buttons to the trade market sell gui, pressing them will put the amount set in the config instantly in chat. Also remade most of the `TradeMarketOverlay`. Fixes various bugs * fix: add empty line before the custom sell amount info * fix: remove debug & set the item count to the correct amount (visually) * fix: save the parsed int instead of parsing it twice * fix: change the lore to fit the custom sell buttons better * make the custom buttons appear even if only 1 of the item in your inventory Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com>
DevScyu
added a commit
that referenced
this pull request
Oct 11, 2022
* chore: upgrade gradle to 7.5.1 (#591) * fix: rework party management gui (#590) Co-authored-by: Magnus Ihse Bursie <mag@icus.se> * feat: add focus bar (#586) Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com> * feat: custom trade market sell amount buttons (#584) * feat: Adds 3 custom sell amount buttons to the trade market sell gui, pressing them will put the amount set in the config instantly in chat. Also remade most of the `TradeMarketOverlay`. Fixes various bugs * fix: add empty line before the custom sell amount info * fix: remove debug & set the item count to the correct amount (visually) * fix: save the parsed int instead of parsing it twice * fix: change the lore to fit the custom sell buttons better * make the custom buttons appear even if only 1 of the item in your inventory Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com> * feat: ability tree navigation using scroll wheel (#582) * feat: add ability to scroll to navigate through ability tree * fix: add ability to invert controls * Fix formatting * Fix formatting again * fix: add `ABILITY_TREE_PATTERN` to properly check if the gui is the ability tree, fix order of the settings * fix: extract slot numbers, change config order to not have duplicates * fix: remove `/ 120` * fix: change to non-capturing regex group * fix: use `ScrollDirection` as type for the `abilityScrollDirection` config option * make the `shouldAbitlityScroll` config option default to true Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Ryan <57310593+DonkeyBlaster@users.noreply.github.com> * feat: add currently active shaman mask display (#577) * feat: add current mask overlay * fix: refactor, fix location * fix: mask not resetting correctly if only one mask ability is equipped * fix: add option to change display text for each mask individually * fix: implement reviews * fix: change the tabulation * fix: simplify mask detection * fix: add spaces after `ìf` * fix: save the current shaman mask in `CharacterData.java` instead of in `CurrentMaskOverlay.java` * fix: extract mask parsing from CurrentMaskOverlay to OverlayEvents * add empty line at the end of the file Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com> Co-authored-by: Ryan <57310593+DonkeyBlaster@users.noreply.github.com> * ci: update releases (#592) * ci: update releases * ci: allow version update in stable to automatically be pushed to development (untested) * chore(release): v1.12.1-beta.0 [skip ci] * ci: fix release names [skip ci] * fix: mythic detection & /guild list spam (#594) * fix: make the mythic detection work again, filter out the results of `/gu list` when wynntils runs it automatically * fix: fix imports * fix: simplify `AIR` check * fix: add comment describing the mythic found code Co-authored-by: byBackfish <maik@bybackifsh.de> * chore(release): v1.12.1-beta.1 [skip ci] * feat: add corrupted bar (#595) * feat: add corrupted bar * fix: change symbol, add hide default bar Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> * chore(release): v1.12.1-beta.2 [skip ci] * fix: ObjectivesOverlay: Fix patterns (#601) * chore(release): v1.12.1-beta.3 [skip ci] * fix: hide token during registration process (#603) * chore(release): v1.12.1-beta.4 [skip ci] * refactor: applying minor caching of variables in a few files. (#599) * refactor: applying minor caching of variables in a few files. * refactor: fixing spacing issues and changing generic data names * chore(release): v1.12.1-beta.5 [skip ci] * fix: Fix log spam (#600) * Fix log spam * Better fix? * Update src/main/java/com/wynntils/webapi/WebManager.java Co-authored-by: Scyu_ <scyu@scyu.dev> * chore(release): v1.12.1-beta.6 [skip ci] Co-authored-by: Ryan <57310593+DonkeyBlaster@users.noreply.github.com> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: byBackfish <38255215+byBackfish@users.noreply.github.com> Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com> Co-authored-by: Conventional Changelog Action <conventional.changelog.action@github.com> Co-authored-by: HighCrit <35771251+HighCrit@users.noreply.github.com> Co-authored-by: Aven <29378966+TheAvonian@users.noreply.github.com> Co-authored-by: Incompleteusern <58920010+Incompleteusern@users.noreply.github.com>
DevScyu
pushed a commit
that referenced
this pull request
Oct 13, 2022
* feat: Adds 3 custom sell amount buttons to the trade market sell gui, pressing them will put the amount set in the config instantly in chat. Also remade most of the `TradeMarketOverlay`. Fixes various bugs * fix: add empty line before the custom sell amount info * fix: remove debug & set the item count to the correct amount (visually) * fix: save the parsed int instead of parsing it twice * fix: change the lore to fit the custom sell buttons better * make the custom buttons appear even if only 1 of the item in your inventory Co-authored-by: byBackfish <maik@bybackifsh.de> Co-authored-by: Magnus Ihse Bursie <mag@icus.se> Co-authored-by: Kristof Kovacs <49001742+kristofbolyai@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implements add-more-options-in-the-selling-menu-of-tm
Adds 3 buttons to the trade market gui, pressing them will automatically put the set amount (in the config) into the chat.
Fixes various bugs
TradeMarketOverlay now uses the nbt tag to determine the amount of the item to sell