Commit Graph

7416 Commits

Author SHA1 Message Date
Owain van Brakel
8239be4b75 project: Add wiki scraper (#1348)
* wiki-scraper: Add wiki scroper to the main project

* client: Updated wiki stats

* wiki-scraper: Checkstyle

* wiki-scraper: Pull in @Ganom his changes

* client: Updated wiki stats
2019-08-15 22:10:25 +01:00
Tyler Bochard
4fba65d4f1 Merge pull request #1345 from Ganom/flexo-class
flexo: add back in core class, until (#1315) is resolved.
2019-08-15 16:03:17 -04:00
Tyler Bochard
8a7777eec3 Merge pull request #1335 from runelite-extended/accplugin
account plugin: remove login button
2019-08-15 16:01:46 -04:00
Tyler Bochard
9ff9271b85 Merge pull request #1342 from tomcylke/Sacks
Item charges: Add sacks of vegetables
2019-08-15 15:52:40 -04:00
Ganom
cbbe0035ea gradle: add natural mouse api back. 2019-08-15 15:34:19 -04:00
Owain van Brakel
93b1258080 Merge remote-tracking branch 'runelite/master' into 1508-merge 2019-08-15 19:49:55 +02:00
Ganom
2738060615 flexo: add back in core class, until (#1315) is resolved. 2019-08-15 13:05:35 -04:00
Lucwousin
da3fce3b37 Use wildcard imports for itemids in itemcharges 2019-08-15 17:14:15 +02:00
Adam
3a31996ad8 Revert "Merge pull request #9354 from Toocanzs/centroid-fix"
This reverts commit f8c09e0577.
2019-08-15 15:25:28 +02: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
Thomas Cylke
2407348342 WHILST
WHILST
2019-08-15 05:01:07 -04: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
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
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