Commit Graph
11302 Commits
Author SHA1 Message Date
Owain van Brakel b774b59edf client: Async-ify or improve data loading methods (#1782)
client: Async-ify or improve data loading methods
2019-10-15 18:33:12 +02:00
Lucwousin 7e62c2b845 minify jsons 2019-10-15 18:03:49 +02:00
Lucwousin f39c419882 minify jsons 2019-10-15 16:46:41 +02:00
Lucwousin 44a36cd8ce Async ItemVariationMapping loading 2019-10-15 15:41:11 +02:00
Lucwousin 95076cfc05 Load NPC stats async 2019-10-15 15:29:58 +02:00
Lucwousin fa7748a4e2 Make at least 1 of the maps in FarmingWorld truly immutable 2019-10-15 13:21:41 +02:00
Lucwousin 535fccde53 WorldMapPlugin: Cache icons, don't get icons on edt 2019-10-15 12:41:35 +02:00
Lucwousin 3b9a5df8b1 increase http api item price parsing by a slightly really negligible amt 2019-10-15 11:58:30 +02:00
Lucwousin a433b58fae increase http api item stat parsing by a really really negligible amt 2019-10-15 11:57:27 +02:00
Owain van Brakel f413c57249 groundmarkers: Fix typo (#1787) 2019-10-15 08:59:46 +01:00
Lucwousin b711aa328d Clean up httpapi a bit 2019-10-15 09:48:12 +02:00
Lucwousin f47ccfa177 async account session check 2019-10-15 09:48:11 +02:00
Lucwousin acb4ec0b65 rx client session 2019-10-15 09:48:11 +02:00
Lucwousin a38e295716 Merge pull request #1788 from Owain94/gradle-injector
gradle: Run injector based on inputs
2019-10-15 09:45:20 +02:00
Owain van Brakel 4c5fe2ba14 gradle: Run injector based on inputs 2019-10-15 05:06:45 +02:00
Owain van Brakel 8a68b3d27c project: Update gradle dependencies (#1785)
project: Update gradle dependencies
2019-10-15 04:04:46 +02:00
OpenOSRS bb74b69d82 project: Update gradle dependencies 2019-10-15 00:11:43 +00:00
OpenOSRS e418f35dbb project: Update gradle dependencies (#1779) 2019-10-14 11:37:19 +01:00
Owain van Brakel ea1671f496 configpanel: Don't add hidden plugins (#1781) 2019-10-14 10:19:16 +01:00
Owain van Brakel 9e8f165601 loottracker: Run database related code in the subscription (#1780) 2019-10-14 10:18:31 +01:00
Tyler Bochard 4b592bfb99 Merge pull request #1778 from Lucwousin/you-have-been-disconnected
login plugin: Hide "You have been disconnected" when 5 min logged
2019-10-13 19:30:45 -04:00
Tyler Bochard 0d8bb7ab9e Merge pull request #1777 from open-osrs/fix-plugin-typos
pluginsorter: misc
2019-10-13 19:00:41 -04:00
Lucwousin 5604fa0ffd Hide "You have been disconnected" when 5 min logged 2019-10-14 00:36:46 +02:00
Kyle ebfe12fab3 pluginsorter: misc 2019-10-13 22:50:11 +01:00
Tyler Bochard cb509c166d Merge pull request #1776 from open-osrs/session2
client: enable session manager
2019-10-13 17:03:49 -04:00
Zeruth 8b4c391960 client: enable session manager 2019-10-13 16:55:26 -04:00
Owain van Brakel 8de37c806c loottracker: Run initDatabase in the background (#1773) 2019-10-13 21:49:53 +01:00
Kyle c59960de43 Merge pull request #1772 from Owain94/1310-merge
project: Merge upstream
2019-10-13 21:49:38 +01:00
Owain van Brakel 4012a52953 configpanel: Use color from color scheme (#1771) 2019-10-13 21:49:22 +01:00
Tyler Bochard b9da5a484d Merge pull request #1774 from open-osrs/session
client: update session base URL
2019-10-13 16:45:47 -04:00
Zeruth 38097619f8 client: update session base URL 2019-10-13 16:38:15 -04:00
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