Commit Graph
7688 Commits
Author SHA1 Message Date
Abex 90441d249b Merge pull request #9454 from abextm/cache-code-2019-07-25-rev181
Cache code 2019 07 25 rev181
2019-07-25 03:51:23 -06:00
RuneLite Cache-Code Autoupdater 2d036ce614 Update Scripts to 2019-07-25-rev181 2019-07-25 09:33:36 +00:00
RuneLite Cache-Code Autoupdater 9941851a6a Update NPC IDs to 2019-07-25-rev181 2019-07-25 09:33:33 +00:00
RuneLite Cache-Code Autoupdater 072b3068a9 Update Object IDs to 2019-07-25-rev181 2019-07-25 09:33:32 +00:00
RuneLite Cache-Code Autoupdater 04a27556ae Update Item variations to 2019-07-25-rev181 2019-07-25 09:33:31 +00:00
RuneLite Cache-Code Autoupdater 50d25f5ea2 Update Item IDs to 2019-07-25-rev181 2019-07-25 09:33:31 +00:00
Adam f2cfea57cc chatfilter test: remove player bind 2019-07-24 15:10:47 -04: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
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
Adam 29533cd6c7 client: change item layer item uages to TileItem 2019-07-23 22:28:32 -04:00
Adam 2ffe3affbc api: rename Item to TileItem and add Item value class
Item was actually the renderable Item and is being misused for
ItemContainer items
2019-07-23 22:16:31 -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
Ron Young 56d8fb313d api: import itemCount 2019-07-23 20:18:07 -04:00
Jordan Atwood 6563ddaffe groundmarkers: Use "Unmark" menu option for marked tiles 2019-07-23 08:34:04 -07:00
Jordan Atwood de449113b5 objectindicators: Use "Unmark" menu option for marked objects 2019-07-23 07:59:21 -07:00
Jordan Atwood a57954a893 npcindicators: Use "Un-tag" menu option for tagged NPCs
Closes runelite/runelite#1177
2019-07-23 07:59:09 -07:00
Tomas Slusny 7ffea7f41e Merge pull request #9410 from Nightfirecat/groundmarkers-runelite-menu-action
groundmarkerplugin: Use RUNELITE menu action
2019-07-23 13:43:21 +02:00
jdkleuver 1f3c573a58 xp tracker: Change rounding mode so that it rounds down rather than up (#9378) 2019-07-23 13:22:49 +02:00
Sander de Groot 2ca03ece48 interface styles: add sprite override for 2005 friend/ignore list toggle 2019-07-22 19:30:15 -04:00
David a244ca2264 clue plugin: add locations to emote clues 2019-07-22 18:37:08 -04:00
Zacharias Tyllström e3266d1fa6 item charges: add ring of forging 2019-07-22 18:26:15 -04:00
Adam 2825e29a43 Merge pull request #9426 from abextm/startup-deadlock
Revert "Shutdown plugins on window close"
2019-07-22 10:38:27 -04:00
Max Weber eccbc7f34e BankTags: Call scripts with all of their arguments explicitly 2019-07-21 19:43:49 -06:00
Max Weber bacc5ae6d0 ChatboxPerformancePlugin: Hook the cs2 to know when to rebuild 2019-07-21 19:43:43 -06:00
Max Weber 64460ccd7e runelite-client: Don't write all images to disk when loading them 2019-07-21 16:18:34 -06:00
Max Weber d5c4397a80 Revert "Shutdown plugins on window close"
This reverts commit 6e080949f9.

This never worked because it ran stopPlugin on the AWT thread
which calls invokeAndWait, which throws when not on the awt
thread. Also stopPlugin only attempts to stop plugins that are
marked as disabled, but it is only called for plugins which are
enabled, so nothing actually happens. This also creates a deadlock
if you try to close the client while starting it, because
startPlugin is locked on one thread, but stop plugin is trying
to take the lock on the edt.
2019-07-21 13:23:28 -06:00
Max Weber 7a222bbb6f runelite-api Remove WidgetPositioned
It is nearly guaranteed that this event runs every game tick, because
there are cs2s that touch widgets every frame. Additionally it should
have been run at the end of every client tick, but DeferredEventBus
doesn't support that.
2019-07-21 13:19:59 -06:00
Jordan Atwood 236d7331a3 groundmarkerplugin: Use RUNELITE menu action 2019-07-19 20:46:36 -07:00
AttackOfTheMoons 43dedd08dc Fix casing in shiftClickActionIndex (#9404) 2019-07-19 12:07:13 +02:00
Runelite auto updater 44cf040cac [maven-release-plugin] prepare for next development iteration 2019-07-18 11:58:35 +00:00
Runelite auto updater 2d9b0204b2 [maven-release-plugin] prepare release runelite-parent-1.5.29 2019-07-18 11:58:29 +00:00
Abex 046e862170 Merge pull request #9392 from abextm/cache-code-2019-07-18-rev181
Cache code 2019 07 18 rev181
2019-07-18 05:37:01 -06:00
Runelite auto updater 7cea5ddb7e Update 181 2019-07-18 10:43:34 +00:00
RuneLite Cache-Code Autoupdater 9f1149a8ef Update Scripts to 2019-07-18-rev181 2019-07-18 10:32:40 +00:00
RuneLite Cache-Code Autoupdater 16b0cda051 Update NPC IDs to 2019-07-18-rev181 2019-07-18 10:32:36 +00:00
RuneLite Cache-Code Autoupdater cda536b80b Update Object IDs to 2019-07-18-rev181 2019-07-18 10:32:36 +00:00
RuneLite Cache-Code Autoupdater 8516f15b3a Update Item variations to 2019-07-18-rev181 2019-07-18 10:32:35 +00:00
RuneLite Cache-Code Autoupdater 644d6174fa Update Item IDs to 2019-07-18-rev181 2019-07-18 10:32:35 +00:00
Abex 249f8db6a6 Merge pull request #9363 from Quasindro/skybox-cosmic-plane
skybox: fix color at Cosmic Entity's Plane region
2019-07-16 23:34:06 -06:00
AdamandTheStonedTurtle a6fb21bc99 bank plugin: add seed vault
Co-authored-by: TheStonedTurtle <mgoodwin559@gmail.com>
2019-07-16 19:39:46 -04:00