Commit Graph
11271 Commits
Author SHA1 Message Date
Owain van Brakel 47d56f9d0a Merge remote-tracking branch 'runelite/master' into 1310-merge 2019-10-13 16:02:41 +02:00
dekvall 7971b88f7d XpTracker: Fix hopping to/from DMM worlds 2019-10-13 11:32:13 +02:00
ST0NEWALL e10f95dc40 Gradle: add the option to publish maven artifacts/poms to the G… (#1763) 2019-10-12 22:21:55 -07:00
Ganom ea30a23a53 runecraft: add pouch degrade overlay. (#1765) 2019-10-12 22:20:44 -07:00
Owain van Brakel bfcfdd3ba8 pluginsorter: Make plugin sorting configurable (#1766) 2019-10-12 22:20:18 -07:00
OpenOSRS 89027e747e Client: Update item stats (#1770) 2019-10-12 22:19:50 -07:00
Abex 4dd5d4b2c7 Merge pull request #10048 from abextm/cache-code-2019-10-02-c1-rev182
Cache code 2019 10 02 c1 rev182
2019-10-12 23:06:15 -06:00
OpenOSRS 9ecccc9cc5 project: Update gradle dependencies (#1768) 2019-10-12 21:19:38 -04:00
OpenOSRS ad0f53de54 Client: Update NPC stats (#1769) 2019-10-12 21:19:27 -04:00
Owain van Brakel ebd45f8d58 configpanel: Fix this awful code (#1764) 2019-10-12 17:48:33 -04:00
Adam 81f5125496 async buffered image: move to util 2019-10-12 11:24:05 -04:00
Adam 2488d4f7fa async buffered image: rename changed to loaded 2019-10-12 11:24:05 -04:00
Adam bdd9feb3ea async buffered image: fix listener leak from subscribing to already loaded images
Listeners are never removed from the image, and for hot images in the
image cache, the listeners are leaking. Since the images only change
once after loading, do not queue any further listeners once it has been
loaded.
2019-10-12 11:24:04 -04:00
Adam 4d43f08e0d item charges: fix explorer's ring infobox caching
The infobox was being added each varbit change if the show infobox and show
explorer ring charges config settings were on. Introduced in
b89d535fcb
2019-10-12 11:24:04 -04:00
OpenOSRS 7065ebe058 Client: Update item stats (#1762) 2019-10-12 08:58:33 +01:00
ST0NEWALL 2922a72a77 client: Version Bump (#1760)
* Fix player attack options and player indicators

* player attack options

* buying checkstyle bypass method

* for testing the bootstrapper. if the testing works, this can be merged

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* launcher version bump

Signed-off-by: PKLite <stonewall@pklite.xyz>

* ,

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Fix Caller/Pile highlighting

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Client version bump

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-10-12 08:58:11 +01:00
OpenOSRS f00ecc1274 Client: Update NPC stats (#1761) 2019-10-12 08:57:09 +01:00
ST0NEWALL 84657b8007 Merge pull request #1724 from whs/whs/herb-mes
mes: Swap herb clean/use menu by level
2019-10-11 17:03:42 -04:00
ST0NEWALL 9cbd6fdf4f Mes: fix implings (#1759)
Mes: fix implings
2019-10-11 17:02:08 -04:00
Lucwousin 0dbd1192b7 Merge pull request #1758 from Lucwousin/sesh-wimme-bra
client: Run SessionClient asynchronously
2019-10-11 22:11:59 +02:00
Kyle f30b0c48f5 Update MenuEntrySwapperPlugin.java 2019-10-11 17:53:09 +01:00
Kyle feffe1a3e6 Mes: fix implings 2019-10-11 17:04:18 +01:00
Coollegolas 00c9dea8d1 mes: beginner/easy clues for Young Implings (#1744)
* Change to menuentryswapper to add beginner/easy clues for Young Implings.
Removed One-tick

Signed-off-by: Coollegolas <eddielnd@gmail.com>

* Update MenuEntrySwapperPlugin.java

Removed unnecessary brackets.

* Update MenuEntrySwapperPlugin.java

Fixed { I removed when making last edit.

* Update MenuEntrySwapperPlugin.java
2019-10-11 16:58:29 +01:00
Lucwousin 11a506987c Run SessionClient asynchronously 2019-10-11 16:50:59 +02:00
Adam 562ff3232e cache: update object definition 2019-10-11 08:55:54 -04:00
Manatsawin Hanmongkolchai fd8e869c03 Trigger rebuild 2019-10-11 17:11:50 +07:00
Kyle ef9ae17208 Update GrimyHerbLookup.java 2019-10-11 11:10:14 +01:00
ST0NEWALL 3c7ff60d08 playerindicator: Caller and Caller Pile highlight fix (#1723)
* Fix player attack options and player indicators

* player attack options

* buying checkstyle bypass method

* for testing the bootstrapper. if the testing works, this can be merged

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* runtimeClasspath

Signed-off-by: PKLite <stonewall@pklite.xyz>

* launcher version bump

Signed-off-by: PKLite <stonewall@pklite.xyz>

* ,

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Fix Caller/Pile highlighting

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-10-11 11:08:31 +01:00
Owain van Brakel 34b79e5625 sessionmanager: Disable until the bot is up and running (#1752) 2019-10-11 11:07:49 +01:00
Lucwousin 85f266c181 api/client: various (MenuEntry api stuff, agility/translate plugin stuff to use that) (#1748)
* Standardize MenuEntry methods, make MenuEntry events extend MenuEntry

* Make agility plugin only change entries it needs to

* Clean up chat translator by a lot, also implement cloneable instead of just adding a ranodm copy method smh

* actions: allow slash in PR title

* devtools: Fix checkstyle

* examineplugin: Fix tests
2019-10-11 11:05:45 +01:00
Kyle 537eb29538 Merge pull request #1750 from Owain94/1010-merge
project: Merge upstream
2019-10-11 11:05:16 +01:00
Owain van Brakel 0232f9fb4d suppliestracker: Fix images and tooltip text (#1757) 2019-10-11 11:04:51 +01:00
Elkins, Trey 0bcefb0be0 Add no weapon/shield enforcement to aerial fishing clue 2019-10-11 11:54:52 +02:00
Max Weber 6583aa4171 prayer: Use ItemStats for prayer bonuses 2019-10-11 11:50:52 +02:00
Krysaczek 36b69342e5 Add Spears and Hastae smithing to Skill calculator 2019-10-11 10:06:10 +02:00
David d2901c426d skillcalc: add Broodoo shield 2019-10-11 10:04:52 +02:00
dekvall 019ed814ea item identification: show identifier for placeholders and noted items 2019-10-11 09:05:46 +02:00
Tyler Bochard 8b47a59de5 Merge pull request #1751 from Owain94/supply-tracker
supplytracker: Fix eating and drinking menu actions
2019-10-11 02:45:59 -04:00
Tyler Bochard 28394a8f81 Merge pull request #1753 from Owain94/fonts
overlayrenderer: Fix font styles not applying
2019-10-11 02:42:40 -04:00
Tyler Bochard 7829e91961 Merge pull request #1754 from Owain94/plugin-list-dirty-hack
pluginlist: Remove old dirty 'hack'
2019-10-11 02:41:59 -04:00
Tyler Bochard 5e469f97b0 Merge pull request #1755 from Owain94/plugin-list
pluginlist: Show OpenOSRS config above the RL config
2019-10-11 02:41:09 -04:00
Tyler Bochard 8d402a6f83 Merge pull request #1756 from Owain94/plugin-sorter
pluginsorter: Add ability to hide per category
2019-10-11 02:39:31 -04:00
Abex 6c62b95561 Merge pull request #9968 from huddy987/potLimit
Add divine potion buy limits
2019-10-10 23:16:24 -06:00
Abex 0653e66a02 Merge pull request #10014 from dabolink/priffCannonElves
Add Elf Cannon Spot in Priff
2019-10-10 22:47:27 -06:00
Owain van Brakel 625afea782 overlayrenderer: Fix font styles not applying 2019-10-11 06:25:37 +02:00
Owain van Brakel 82ced11a61 pluginsorter: Add ability to hide per category 2019-10-11 06:13:24 +02:00
Owain van Brakel 64c960eba9 pluginlist: Show OpenOSRS config above the RL config 2019-10-11 05:21:44 +02:00
Owain van Brakel 3df3d5e96f pluginlist: Remove old dirty 'hack' 2019-10-11 05:19:23 +02:00
Owain van Brakel 1d68c2520e supplytracker: Fix eating and drinking menu actions 2019-10-11 05:03:00 +02:00
Owain van Brakel 8e1d6e8375 Merge remote-tracking branch 'runelite/master' into 1010-merge 2019-10-11 04:53:14 +02:00