Commit Graph

10720 Commits

Author SHA1 Message Date
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
Tyler Bochard
a79aa701f1 Merge pull request #1347 from Owain94/gradle5.6
gradle: Update to gradle 5.6
2019-08-15 15:39:27 -04:00
Ganom
0809b1a677 Merge pull request #1346 from Owain94/1508-merge
project: Merge upstream
2019-08-15 15:35:07 -04:00
Ganom
cbbe0035ea gradle: add natural mouse api back. 2019-08-15 15:34:19 -04:00
Adam
f401d417dd low memory plugin: run changeMemoryMode on game thread
This method must now be called on game thread, and can be called
regardless of game state.
2019-08-15 14:47:06 -04:00
Adam
381a661658 api: add setGameState 2019-08-15 14:47:06 -04:00
Adam
42516b1ba2 api: add accessor for GameState state 2019-08-15 14:47:02 -04:00
Owain van Brakel
6cd75738c4 gradle: Update to gradle 5.6 2019-08-15 20:23:41 +02:00
Adam
af5aa42a1d xptracker: fix calculating xp offset from offline xp 2019-08-15 14:02:40 -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
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