Commit Graph
10705 Commits
Author SHA1 Message Date
xDemoN 23d8bfe765 timers: update imbued heart to reset on death 2019-08-15 09:11:06 -04:00
Runelite auto updater 0ef08459af [maven-release-plugin] prepare for next development iteration 2019-08-15 11:11:49 +00:00
Runelite auto updater d709623985 [maven-release-plugin] prepare release runelite-parent-1.5.31 2019-08-15 11:11:42 +00:00
Thomas Cylke 6de78518fc Sacks
Adds sacks of vegetables to the item charges plugin
2019-08-15 05:26:07 -04:00
Kyleeld d430c50246 banktags: search for valued items (#1336)
* banktags: search for valued items

https://user-images.githubusercontent.com/22979513/62487848-7c476600-b788-11e9-9330-c423f6b906e2.gif

FULL credit to @raiyni, great work!

no horrible overlays.

easy to use

awesome plugin, lets hope upstream bring it in also!

* ItemValueSearchTest: Fix test

* banktags: set correct access level
2019-08-15 10:25:39 +01:00
Abex 7e7b0373cb Merge pull request #9658 from abextm/cache-code-2019-08-15-rev181
Cache code 2019 08 15 rev181
2019-08-15 03:25:07 -06:00
Owain van Brakel 8a2142242d Merge pull request #1341 from tomcylke/WHILST
WHILST
2019-08-15 11:14:24 +02:00
Thomas Cylke 2407348342 WHILST
WHILST
2019-08-15 05:01:07 -04:00
RuneLite Cache-Code Autoupdater dd9659b185 Update Widget IDs to 2019-08-15-rev181 2019-08-15 08:41:23 +00:00
RuneLite Cache-Code Autoupdater 0b1c09baae Update NPC IDs to 2019-08-15-rev181 2019-08-15 08:41:18 +00:00
RuneLite Cache-Code Autoupdater 0c6aa5d8c8 Update Object IDs to 2019-08-15-rev181 2019-08-15 08:41:18 +00:00
RuneLite Cache-Code Autoupdater 14e6ea2972 Update Item IDs to 2019-08-15-rev181 2019-08-15 08:41:17 +00:00
Owain van Brakel 2d654f9839 xptracker: Fix adding skill to canvas from skill tab (#1340) 2019-08-15 09:06:34 +01:00
Owain van Brakel 2c5fceb70f barrows: Remove chest value option (#1337) 2019-08-14 23:14:19 -04:00
Justin a94fffbec5 tearsofguthix: fix npe (#1333) 2019-08-14 22:45:18 -04:00
Harry 3f0532b5bf fix option strictness for some swaps (#1277) 2019-08-14 22:27:23 -04:00
Kyleeld fcca938e4c remove option to try to login via our client
remove option to try to login via our client
2019-08-15 02:31:03 +01:00
ST0NEWALL 2525390203 profilesPanel: fix panel switching (#1332)
* profilesPanel: fix panel switching

* profilesPanel: fix panel switching

* Update ProfilesPlugin.java

* Update ClientUI.java

* Update NavigationButton.java
2019-08-15 02:20:53 +01:00
Ganom 03b7254d9b coxhelper: add scaling to infobox (#1295)
* coxhelper: add scaling to infobox, and remove local config caching.

* coxhelper: revert config changes.
2019-08-14 21:11:20 -04:00
Ganom dd4986a9dd playerscouter: fix conmod exception, and various other updates. (#1294)
* playerscouter: fix conmod exception, and various other updates.

* playerscouter: revert config caching removal.
2019-08-14 21:11:05 -04:00
Justin a3c3b9edf6 customcursor: add skill specs as a cursor (#1330)
* customcursor: add skill specs as a cursor

* customcursor: better cursor icon

thanks to Ganom
2019-08-14 21:10:47 -04:00
Kyleeld 5c6d25f151 Merge pull request #1321 from Ganom/make-launcher-prettier
launcher: make it a lil bit prettier.
2019-08-15 01:39:43 +01:00
Kyleeld 0dd97985dc Merge pull request #1327 from Ganom/fix-equipment-swaps
menuentryswapper: add equipment swaps, and use them to fix swaps.
2019-08-15 01:38:55 +01:00
Kyleeld 727d5899d4 Merge pull request #1331 from Ganom/detach-hotkey
runeliteplus: add detach cam toggle
2019-08-15 01:38:37 +01:00
Ganom 636eca00ba runeliteplus: add detach cam toggle 2019-08-14 20:22:20 -04:00
Adam 5afaf59490 Merge pull request #9651 from abextm/bypass-loadbalancer
runelite-client: Bypass Jagex load balancer if we can't connect
2019-08-14 18:44:37 -04:00
Ganom 19377d0beb menuentryswapper: add equipment swaps, and use them to fix swaps. 2019-08-14 14:06:39 -04:00
Ganom a782f0ddf1 menuentryswapper: fix assignment being lower priority than trade. (#1326) 2019-08-14 19:19:49 +02:00
Gabriel a51baeecde kingdomofmiscellania: add login chat notification for favor and coffer amount - fix whitespaces (#1324) 2019-08-14 12:25:26 -04:00
Owain van Brakel 4903d04d6e config: Save textareas on debounce instead of on focus lost (#1317) 2019-08-13 21:35:54 -04:00
Owain van Brakel 2a248c3374 timetracking: Use localized time format (#1301)
* 12 Hour Clocks AM/PM

* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the time tracking plugin for the 12 hour clock for those that want 24 hour time.

* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java

Verbage

Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>

* Update runelite-client/src/main/java/net/runelite/client/plugins/timetracking/TimeTrackingConfig.java

Verbage

Co-Authored-By: DropsOfSerenity <AmbientRevolution@gmail.com>

* 12 Hour Clocks AM/PM

* Added a 12 hour clock option instead of military time as this is a more common clock format.
* Added a config option to the RuneLite config for the 12 hour clock for those that want 24 hour time.

* Don't change positions in timetrackingconfig.

* Fix Style Check

* Use Locale Default instead of a toggle for time formatting.

* Remove some imports

* Remove whitespace

* remove unused imports.

* Don't use * import

* Fix imports use ENGLISH for day name.

* Change to what was there before.

* Fix Import

* rename to getLocalizedDateTimeFormatter

* interim commit

* Initial working version.

* Bit of cleanup

* Checkstyle errors fixed.

* Don't do hacky char[] parsing.
2019-08-13 21:04:50 -04:00
Owain van Brakel bd621269a6 gradle: Update deps, format files (#1316)
* gradle: Update dependencies

Also made the version numbers global to make updating easier, also this
way we can't have mismatches where different projects use diffrent
versions of a dep

* cache: Fix TitleDumper test

* gradle: Format build files

* httpserviceplus: Remove unneeded deps
2019-08-13 21:02:45 -04:00
Ganom 1536ac6f95 launcher: make it a lil bit prettier. 2019-08-13 20:54:00 -04:00
Max Weber 034aa9214e runelite-client: Bypass Jagex load balancer if we can't connect 2019-08-13 17:37:17 -06:00
Adam fbb82a3b0a overlay renderer: remove unnecessary color resetting
Resetting paint covers color too
2019-08-13 18:03:59 -04:00
Adam eb118c24de overlay renderer: reduce graphics properties copying 2019-08-13 18:03:58 -04:00
Ron Young ac5b2ff82a colorpicker: force hex color to update on window close 2019-08-13 14:09:16 +02:00
Tomas Slusny 05e85c3e32 Merge pull request #8292 from Hydrox6/show-alch-price-while-alching
item prices: Show alch price while alching
2019-08-13 10:36:30 +02:00
Kyleeld ae2305f8d0 Merge pull request #1312 from Owain94/1308-merge
project: Merge upstream
2019-08-13 09:08:28 +01:00
ST0NEWALL e0451316d4 Merge pull request #1299 from Owain94/idlelele
idlenotifier: Refactor switch fallthrough and abstractions
2019-08-13 04:07:53 -04:00
ST0NEWALL dc082724d6 Merge pull request #1314 from sunha7/patch-2
raids shortcuts: Add PVM plugintype to plugin
2019-08-13 04:04:21 -04:00
myk d15ab028ec add PVM plugintype to raids shortcuts plugin
otherwise its way down the list

also `raid` > `raids` to match bat finder plugin
2019-08-13 17:19:38 +10:00
Owain van Brakel 83717e76ed Merge remote-tracking branch 'runelite/master' into 1308-merge 2019-08-13 03:40:32 +02:00
Adam f8c09e0577 Merge pull request #9354 from Toocanzs/centroid-fix
Fix MSAA white pixels
2019-08-12 20:31:24 -04:00
Adam cb46b50a21 Merge pull request #9427 from TheStonedTurtle/death-never-ends
Items Kept on Death - Fix breakable death prices
2019-08-12 20:05:16 -04:00
dekvall ce4f90f6fa mining plugin: fix respawn timers in misc and resource area
Fix respawn timers for:
 - Adamant rocks in Wilderness Resource area
 - Coal rocks in Miscellania

The doubled respawn rate of the adamant rocks is a possible Jagex bug as
they are the only type of rock within the Wilderness resource area to do so.
The coal rocks in Miscellania are mined for favour instead of ores
and therefore have a shortened respawn time.
2019-08-12 19:55:05 -04:00
dekvall c2111810d8 examine plugin: remove examine value for coins
Removed the GE and HA price message when examining coins since
it's redundant information.
2019-08-12 19:49:27 -04:00
Adam 6837bcce76 Merge pull request #9471 from Alexsuperfly/new-SotE-clues
clues: add new SotE clues
2019-08-12 19:48:45 -04:00
Alexsuperfly f430381f08 clues: update Falo crystal bow items 2019-08-12 19:22:56 -04:00
Alexsuperfly 98fc599e15 skill calc: update prif course 2019-08-12 18:07:33 -04:00