Commit Graph

6584 Commits

Author SHA1 Message Date
Justin
4b71f300c0 slayerplugin: fixed Slayer Tracker not tracking
fixed tests, made slayer tracker actually track kills
2019-07-26 00:56:03 +02:00
Owain van Brakel
bbe287e2aa slayer: weakness overlay 2019-07-26 00:53:19 +02:00
Zeruth
80ed5c4327 properties: fix presence config 2019-07-25 18:50:18 -04:00
Ganom
c7d6c6ce42 Refactor PLAYER_INTERFACE_CONTAINER_OPENED and add documentation. 2019-07-25 18:14:31 -04:00
Tyler Bochard
ebc8294590 Merge pull request #1121 from Owain94/checkstyle-gradle
gradle: checkstyle changes
2019-07-25 16:44:20 -04:00
Tyler Bochard
40d4428e8c Merge pull request #1130 from Owain94/slayer-weakness
slayer: Fix weakness
2019-07-25 16:43:31 -04:00
Max Weber
bd7a6ed7ef Update Quest Enum to latest cache 2019-07-25 14:43:22 -06:00
Adam
c3f4a57e6a Merge pull request #9359 from Nightfirecat/add-skill-xp-tracker-menu-options
Add skill tab canvas menu options
2019-07-25 15:50:30 -04:00
Owain van Brakel
11e9528cf3 slayer: Fix weakness 2019-07-25 20:47:28 +02:00
Owain van Brakel
17b35205fd project: Fix deprecations and supress unchecked warnings 2019-07-25 20:34:09 +02:00
Zeruth
5de903304e runeliteplus: merge upstream 2019-07-25 14:30:56 -04:00
Zeruth
51e1ae5aaf Merge remote-tracking branch 'Upstream/master'
# Conflicts:
#	runelite-api/src/main/java/net/runelite/api/Client.java
#	runelite-api/src/main/java/net/runelite/api/TileItem.java
#	runelite-api/src/main/java/net/runelite/api/events/ItemDespawned.java
#	runelite-api/src/main/java/net/runelite/api/events/ItemQuantityChanged.java
#	runelite-api/src/main/java/net/runelite/api/events/ItemSpawned.java
#	runelite-client/src/main/java/net/runelite/client/game/ItemManager.java
#	runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/TabInterface.java
#	runelite-client/src/main/java/net/runelite/client/plugins/chatboxperformance/ChatboxPerformancePlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/grounditems/GroundItemsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/groundmarkers/GroundMarkerPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/mta/enchantment/EnchantmentRoom.java
#	runelite-client/src/main/java/net/runelite/client/plugins/npchighlight/NpcIndicatorsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/objectindicators/ObjectIndicatorsPlugin.java
2019-07-25 14:14:20 -04:00
Tomas Slusny
d7d9bef1e0 Merge pull request #9415 from Nightfirecat/fix-teleblock-timer-patterns
timersplugin: Escape periods in teleblock patterns
2019-07-25 18:18:34 +02:00
dekvall
e550fca3c9 Add gnome stronghold fishing spots to fishing plugin (#9444) 2019-07-25 15:31:15 +02:00
Tomas Slusny
75d1999731 Merge pull request #9323 from Decorth/patch-5
Adding Hespori to loot tracker
2019-07-25 14:18:40 +02:00
Tyler Bochard
f0b715ee6a Merge pull request #1120 from Ganom/add-graphic-swaps-to-tmorph
tmorph: Add graphic swaps
2019-07-24 23:44:22 -04:00
Ganom
2ccd3da5b0 Add new configs for graphic swap. 2019-07-24 22:40:46 -04:00
Ganom
83775a63c6 Add graphic swaps to tmorph 2019-07-24 22:40:18 -04:00
15987632
e741770083 hot cold clues: center kandarin outpost dig location 2019-07-24 20:40:14 -04:00
Jordan Atwood
ae8379b08a xptrackerplugin: Add canvas menu options to skill tab
This commit adds a configuration option to display menu options to add
or remove a skill from the canvas from the skill tab.
2019-07-24 19:55:16 -04:00
Jordan Atwood
c6149f0db0 overlaymanager: Add anyMatch method
This will help plugins make informed decisions when, say, displaying
different text when toggling an overlay on and off.
2019-07-24 19:52:06 -04:00
Owain van Brakel
af4c2ad6ae gradle: Update all deps 2019-07-25 01:37:17 +02:00
Max Weber
f42ebbfe82 runelite-client: Preload certain slow classes 2019-07-24 15:17:30 -06:00
Max Weber
64643c136d runelite-client: Start the ClientLoader running before injection starts
This saves about a second of startup time. It also removes the possibly incorrect ClientUpdateCheckMode from the RuneLiteModule
2019-07-24 15:17:30 -06:00
William Collishaw
87ec3f0bea emoji plugin: support nbsp in messages 2019-07-24 15:06:31 -04:00
Sander de Groot
b59405eec0 chat filter: fix filtering messages containing nbsp
The chat history plugin replays messages by replacing spaces with nbsp to avoid triggering notifications and chat commands, and this was preventing the chat filter from filtering replayed messages. censorMessage already does a nbsp to space replacement.
2019-07-24 15:01:47 -04:00
Decorth
5969a2d972 loottracker: Add Hespori loot tracking
Closes runelite/runelite#9249
2019-07-24 08:44:21 -07:00
xDemoN
4f71fb91f0 clue scrolls: Use consistent label for "Location" (#9421) 2019-07-24 17:25:41 +02:00
Adam
6d3f1208a0 Merge pull request #9389 from Nightfirecat/tag-to-untag
Use "Un-tag" and "Unmark" menu options for tagged NPCs and marked objects/tiles
2019-07-24 10:48:01 -04:00
Lucwousin
ea061fd473 hydra: optimize eventbus subscriptions 2019-07-24 09:00:03 +02:00
Tyler Bochard
2029123098 Merge pull request #1093 from Kyleeld/fallinremove
PvPTools: Remove fallinhelper
2019-07-24 01:20:12 -04:00
Tyler Bochard
866a9e3fc6 Merge pull request #1098 from Owain94/jadzuksuck
slayerplugin: Correct Jad and Zuk task tracking
2019-07-24 01:18:40 -04:00
Tyler Bochard
6a458ff8b5 Merge pull request #1103 from Owain94/timetrackingnpe
timetracking: Null check panel
2019-07-24 01:18:03 -04:00
Tyler Bochard
48783aca71 Merge pull request #1102 from Owain94/dmmslayerbs
slayer: dmm multiplier
2019-07-24 01:17:48 -04:00
Tyler Bochard
d990ae1382 Merge pull request #1101 from runelite-extended/gradle
Migrate to Gradle
2019-07-24 01:16:52 -04:00
Owain van Brakel
f9b548bfbf slayer: dmm multiplier 2019-07-24 06:44:09 +02:00
Zeruth
13146e5dbd runeliteplus: various checkstyle fixes 2019-07-24 00:41:08 -04:00
Owain van Brakel
39e204307b timetracking: Null check panel 2019-07-24 06:22:03 +02:00
Zeruth
dd9d72ef53 runeliteplus: implement properties in java, fix calls to properties 2019-07-23 22:35:04 -04:00
Adam
29533cd6c7 client: change item layer item uages to TileItem 2019-07-23 22:28:32 -04:00
Adam
3700876cf8 Merge pull request #9417 from Adam-/tooltip-crash
Fix tooltip error handling
2019-07-23 20:39:00 -04:00
Adam
877df92d11 tooltip component: fix exception from malformed tags 2019-07-23 20:30:50 -04:00
Adam
34243f727c tooltip overlay: move tooltip clearing to a finally block
Tooltips must always be cleared after each frame, and the overlay is
responsible for this. This fixes tooltips erroneously stacking up in the
event of an exception in the overlay
2019-07-23 20:30:49 -04:00
Adam
262fa3ba47 ovelay renderer: more gracefully handle exceptions
If an overlay throws an exception it should not prevent other overlays
in the layer from being rendererd.
2019-07-23 20:30:49 -04:00
Adam
b75cb1553d Merge pull request #9429 from abextm/imageio-cache
runelite-client: Don't write all images to disk when loading them
2019-07-23 20:28:59 -04:00
Adam
08c39d36d1 Merge pull request #9425 from abextm/remove-widgetpositioned-external
runelite-api Remove WidgetPositioned
2019-07-23 20:21:39 -04:00
Ron Young
4ab668fc04 TabInterface: add item searching for change icon 2019-07-23 20:18:07 -04:00
Ron Young
bcbbb3182d chatbox: add ChatboxItemSearch 2019-07-23 20:18:07 -04:00
Adam
4aa0cb14b7 api: mark getItemDefinition as nonnull 2019-07-23 20:18:07 -04:00
Ganom
af45df8ac6 Merge pull request #1095 from Owain94/stonedloottracker
stonedloottracker: Update plugin
2019-07-23 18:55:14 -04:00