Commit Graph
10150 Commits
Author SHA1 Message Date
Abex 451012fb88 Merge pull request #13063 from MESLewis/farming-stages-fix
Fix growth stages of sweetcorn and watermelon
2021-01-15 13:26:18 -07:00
Adam c997e175a5 world map: consolidate world map points into one 2021-01-15 14:00:36 -05:00
Morgan Lewis 6c50e7cb37 Fix growth stages of sweetcorn and watermelon 2021-01-15 11:57:37 -07:00
Usman Akhtar 4b87a08610 worldmap: Fix copper ore amount at battlefield mine (#12802) 2021-01-15 09:10:49 +00:00
Cyborger1 7835f27d6a clues: Update Yanille anvil map clue description (#12825) 2021-01-15 07:22:43 +00:00
Kevin 9492f982ad loottracker: Add opened bird nest ID to loot metadata (#12936) 2021-01-15 07:04:52 +00:00
Jordan 289f531e36 Merge pull request #12926 from Broooklyn/teleport-scroll-map
worldmap: add Watson teleport scroll location
2021-01-14 18:41:25 -08:00
jamesahhh c81390fb75 menu swapper: Add Skull sceptre invoke swap (#12944) 2021-01-15 02:04:41 +00:00
Jordan b205e8da1a Merge pull request #13050 from Broooklyn/crabclaw-caves 2021-01-14 17:40:14 -08:00
Adam 7dae40daef custom cursor: use cursor name for combobox labels 2021-01-13 22:02:20 -05:00
Adam 524ebee67d config panel: fix combobox displayed size
The size was being computed from the enum names during the getPreferredSize() call due to not having the renderer set yet. Additionally the old prototype display value was not being used during this as it was not set yet, either.
2021-01-13 22:02:19 -05:00
Adam 92013816b8 Shorten many config names to fit into side panel 2021-01-13 21:48:12 -05:00
Broooklyn 80c9d82bdd worldmap: fix Crabclaw Caves Tunnel (quest) WorldPoint 2021-01-13 14:15:02 -05:00
Broooklyn a90d91421a agility: Add Crabclaw Caves obstacles 2021-01-13 14:14:09 -05:00
Adam 8cc7448f58 runelite config: enable custom chrome only on Windows 2021-01-13 10:58:17 -05:00
Jordan 43fc59b905 Merge pull request #12986 from Broooklyn/rock-cake
menu entry swapper: add dwarven rock cake swap
2021-01-12 12:14:57 -08:00
Jordan 957fff2164 Merge pull request #13028 from Broooklyn/soul-wars-itemstats
itemstats: Add Soul Wars Potion of Power and Bandages
2021-01-12 11:55:40 -08:00
Broooklyn a26908cb6d itemstats: Add Soul Wars Potion of Power and Bandages 2021-01-12 14:28:25 -05:00
JZomerlei 3a1784c236 Update Quest Enum to latest cache (#12999) 2021-01-12 19:01:39 +00:00
Nick Wolff f69f1af9b0 clues: Allow Dragon scimitar (or) for Falo the bard step (#13032) 2021-01-12 07:43:27 +00:00
Jordan bc4357f717 Merge pull request #13027 from Broooklyn/spoils-of-war
loot tracker: Add Spoils of war (Soul Wars)
2021-01-11 23:42:40 -08:00
Nick b9ee906d91 CrypticClue: Include Varrock armour in Head chef clue solution (#13029) 2021-01-12 07:36:10 +00:00
Abex 5f20e71bce Merge pull request #13020 from Nightfirecat/chatbox-text-input-ctrl-a
ChatboxTextInput: Select full message on ctrl+a
2021-01-11 20:40:13 -07:00
Abex bacb0db3a0 Merge pull request #13021 from Nightfirecat/chatbox-text-input-left-right-improvement
ChatboxTextInput: Improve open selection left/right handling
2021-01-11 20:37:42 -07:00
Jordan 67a13ad573 Merge pull request #12415 from Broooklyn/mahogany-homes 2021-01-11 19:37:29 -08:00
Broooklyn 4edf1e19db worldmap: add Soul Wars minigame and teleport locations 2021-01-11 21:31:26 -05:00
Broooklyn 1caaf920fe worldmap: add Mahogany Homes minigame locations 2021-01-11 21:19:45 -05:00
Jordan Atwood e5ccde56ed HotColdLocation: Fix Pirates' Cove spot
Ref: #9601
2021-01-11 15:53:11 -08:00
Zach 75042fc2a3 itemstats: Fix Zamorak brew defence drain amount (#12921) 2021-01-11 23:44:38 +00:00
Max Weber 58d53d1a62 runelite-api: add Preferences::getHideUsername() 2021-01-11 10:00:14 -05:00
Adam 359b909d8e gpu: fix camera position
The position returned by getCameraX/Y/Z are not yet updated when this is
called, causing it to be from the previous frame's camera position.

This was introduced in 0fc1a94088 when the
uniform code was copied from draw.
2021-01-09 21:47:13 -05:00
Adam 266fee2067 config service: handle fromJson() returning null
Treat it the same as handling a json syntax exception
2021-01-09 17:12:05 -05:00
Adam fa43ca94db npc highlight: revert fill color behavior
Prior to ab4cf1afe9 this already accepted an alpha color and so this introduced a behavior change when picking a color with alpha
2021-01-08 17:53:12 -05:00
4a214f9807 spec counter: add spec threshold notifications
This allows configuring spec thresholds which a notification will be sent for
when reached. Additionally it colors the infobox text red or green based on if
the threshold has been reached.

Co-authored-by: Dylan <dylanhe@gmail.com>
Co-authored-by: jgozon <47003557+jgozon@users.noreply.github.com>
2021-01-08 16:20:40 -05:00
Adam cb22bdd026 gpu: add option to use old texture brightness code 2021-01-08 12:58:56 -05:00
Broooklyn ecb7b46117 loot tracker: Add Spoils of war (Soul Wars)
Ignore player loot while in Soul Wars regions
2021-01-08 12:32:54 -05:00
Adamandvitorebom aa1cd2c7ff spec counter: prevent dark core, zombified spawn, and combat dummies from reseting counter
These are commonly attacked during boss fights or whilst speccing down bosses and shouldn't reset the counter

Co-authored-by: vitorebom <vitorebom@users.noreply.github.com>
2021-01-08 11:44:33 -05:00
Jordan Atwood 1f95987d1a ChatboxTextInput: Improve open selection left/right handling
Previously, when pressing left or right without Shift pressed, the
cursor would end up one character left or right of the start of the
selection, which is not expected behavior compared to how most programs
handle this case. This commit changes this behavior to place the cursor
at the start or end of the selection when pressing left or right,
respectively, when a selection is active.
2021-01-07 15:06:53 -08:00
Jordan b3f9356cce Merge pull request #13014 from Broooklyn/soul-wars-regions
discord: add Soul Wars regions
2021-01-07 14:50:32 -08:00
Mrnice98 3fa6371e7f world map: add mining rock info for Ancient Cavern 2021-01-07 17:48:05 -05:00
Jordan Atwood ed1d47f283 ChatboxTextInput: Select full message on ctrl+a 2021-01-07 14:13:51 -08:00
Broooklyn 85a282b8af discord: add Soul Wars regions 2021-01-07 16:01:40 -05:00
Adam ae18d2a865 overlay: fix layouted overlays not respecting parent bounds
This clamps layouted overlays to their parent's bounds, and also adjusts
the snap corner for the shifted position that is a result of the clamp,
so that the following overlays correctly get layouted.
2021-01-06 21:22:01 -05:00
Adam 86940e139b hiscore panel: add soul wars zeal 2021-01-06 15:27:07 -05:00
Adam 0f17ecdaea http-api: add soul wars hiscores 2021-01-06 15:27:07 -05:00
Hydrox6 9777f0227d barrows: fix reward potential formatting showing too many 0s 2021-01-06 15:12:20 -05:00
Chad J. Lewis b27bb9fab3 WidgetInfo: Remove unused SHOP_ITEMS_CONTAINER definition (#13011) 2021-01-06 18:34:16 +00:00
Jordan 4c3ff5210c Merge pull request #12997 from abextm/load-image-resource 2021-01-06 10:31:44 -08:00
Runelite auto updater f9aa8d7eee Bump for 1.6.37-SNAPSHOT 2021-01-06 14:58:50 +00:00
Runelite auto updater 4b4eb6f3a0 Release 1.6.36 2021-01-06 14:58:41 +00:00