Commit Graph
7806 Commits
Author SHA1 Message Date
SebastiaanVanspauwen 45c8da0adb timers plugin: update full teleblock text 2019-10-18 20:57:59 -04:00
Adam c6307d52dc Merge pull request #9944 from Alexsuperfly/frem-exiles-world-map
Frem exiles world map updates
2019-10-18 20:57:02 -04:00
Alexsuperfly 65b9150b0e world map: add fremennik exiles quest start 2019-10-18 19:09:58 -04:00
Alexsuperfly 075d4addc1 world map: add island of stone ship transport icon 2019-10-18 19:07:28 -04:00
Alexsuperfly 228001a314 world map: correct lunar diplomacy quest start icon 2019-10-18 19:07:28 -04:00
Alexsuperfly 9f3ae20fee world map: correct pirates' cove ship transportation icon 2019-10-18 19:07:28 -04:00
Alexsuperfly a7657f46b6 world map: correct waterbirth ship transportation icon 2019-10-18 19:07:22 -04:00
dekvall 9b569f8506 skill calc: clear combined action slot on skill change
It doesn't make much sense to combine actions across skills.
2019-10-18 16:19:26 +02:00
OpenOSRS 46fe675ff6 Client: Update NPC stats (#1808) 2019-10-18 01:41:09 -04:00
Hydrox6 3f33f09757 clues: add question text to all applicable clues 2019-10-18 02:54:31 +01:00
Owain van Brakel b52cf1e93b pluginmanager: Load externals only on startup (#1793) 2019-10-17 19:11:07 -04:00
Adam f31e366da6 random events: fix menu being hidden for own events
This changes the plugin to work by just using interact change events,
which will happen regardless of the spawn events and whether or not it
is interacting at the time of spawn.

This fixes two bugs in the existing implementation:
1) not updating lastEventTick on interact change, causing
currentRandomEvent to get timed out near immediately
2) not sending notifications for npcs which spawn while interacting
2019-10-17 18:50:25 -04:00
Lucwousin bdf947775e Clean up playerscouter disc (aim at specific uses, instead of general) (#1806) 2019-10-17 17:54:11 -04:00
Lucwousin 220b90c0a6 Change setModifed so it can't change modified back to false (#1805) 2019-10-17 17:46:24 -04:00
Lucwousin bca49d2f7d Merge pull request #1799 from open-osrs/bank
bankplugin: Faster searching
2019-10-17 23:31:01 +02:00
Owain van Brakel cece8aa527 banktags: Fix tests 2019-10-17 19:39:12 +02:00
Owain van Brakel 7005ab65c9 Merge remote-tracking branch 'runelite/master' into 1710-merge 2019-10-17 19:12:46 +02:00
RuneLite Cache-Code Autoupdater a0eedbe39f Update Widget IDs to 2019-10-17-rev182 2019-10-17 05:15:57 -06:00
ST0NEWALL cb81816763 playerindicators: Clan indicators fix (#1796)
* 2.1.8.0 version bump

* Fix's clan name double rendering bug

* fix bug where clan memebers can show up as targets
2019-10-17 12:10:39 +01:00
Kyle 3265f1fadf Update BankPlugin.java 2019-10-17 12:10:17 +01:00
Owain van Brakel b130138bcd Merge pull request #1801 from open-osrs/NPC-UPDATE-de940648f
Client: Update NPC stats
2019-10-17 13:08:21 +02:00
RuneLite Cache-Code Autoupdater 7ea44dd0d1 Update Item variations to 2019-10-17-rev182 2019-10-17 10:32:58 +00:00
ST0NEWALL 2ee588ea3d Merge pull request #1797 from Owain94/titles
client: More titles in configs
2019-10-16 22:26:18 -04:00
OpenOSRS 5ed981a1f2 Client: Update NPC stats 2019-10-17 00:33:10 +00:00
f0rmatme 5388f4f42c bank plugin: improve responsiveness of bank searches 2019-10-16 16:46:49 -07:00
f0rmatme 47c747c04a Merge branch 'faster-bank-search' of https://github.com/trimbe/runelite into bank
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/bank/BankPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/BankSearch.java
2019-10-16 16:41:25 -07:00
trimbe eaeda0b69b client: add random event plugin 2019-10-16 14:16:01 -04:00
Lotto 2ac1c2e387 fishing: make overlay colors configurable 2019-10-16 19:10:35 +02:00
Adam 7bbb705b3e Merge pull request #10027 from abextm/quantity-formatter
Fix documentation/naming/safety of StackFormatter
2019-10-16 12:39:34 -04:00
Tomas Slusny 69ebb71239 Null-check WorldResult in DefaultWorldPlugin
Closes #8043

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-10-16 11:25:39 -04:00
Adamandtrelkins3 27f6f9e4b4 Fix slayer infobox disappearing on '0' timeout
Co-authored-by: trelkins3 <trelkins3@gmail.com>
2019-10-16 08:58:31 -04:00
Owain van Brakel 7336a13d47 gpu: Catch GLException 2019-10-16 09:09:51 +02:00
Ron Young cdff0b245d banktags: null check for no tagtabs 2019-10-16 08:17:00 +02:00
Owain van Brakel fbbba457c4 client: More titles in configs 2019-10-16 03:31:05 +02:00
Owain van Brakel de940648f2 client: more performance boosts (#1792)
client: more performance boosts
2019-10-16 03:21:28 +02:00
OpenOSRS e01d3032cd Client: Update NPC stats 2019-10-16 00:33:24 +00:00
Lucwousin 68d67435bf async client/config load, class preload, splash screen invokelater 2019-10-16 00:00:45 +02:00
Lucwousin 1282880a2c Clean up most resources, Completable > Observable 2019-10-15 23:43:57 +02:00
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
dekvall e50dd43c9d Clarify that blowpipe won't work with Robin clue
The ranged bonus of the toxic blowpipe is dynamic depending on darts
and does not count when trying to complete this cryptic clue.
2019-10-15 13:41:05 +02:00
Ron Young 1ea3df7a1a banktags: clean invalid config items 2019-10-15 13:34:23 +02:00
Ron Young 9d898d95c5 banktags: filter out <,>, and / from tag input 2019-10-15 13:34:23 +02:00
Ron Young 021bb109d6 ChatboxTextInput: add ability to filter character inputs 2019-10-15 13:34:23 +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