Commit Graph
7706 Commits
Author SHA1 Message Date
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 2ceb43ec4f timersplugin: Escape periods in teleblock patterns 2019-07-20 14:29:21 -07: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
AdamandTheStonedTurtle 2b2983242f bank plugin: refactor to allow pricing multiple containers
Co-authored-by: TheStonedTurtle <mgoodwin559@gmail.com>
2019-07-16 19:39:46 -04:00
Tomas Slusny 4ac7c33f47 Merge pull request #9008 from Nightfirecat/fix-plugin-list-color-bug
PluginListItem: Reset label color on popup menu item click
2019-07-16 13:06:35 +02:00
David ded702b11f Add GE limit for Golovanova fruit top (#9385) 2019-07-16 10:37:11 +02:00
Ryan aeab3e8a7b zoom plugin: add zoom scroll speed configuration 2019-07-15 17:55:06 -04:00
Ryan ebed283f1d zoom plugin: add control to reset zoom 2019-07-15 17:55:06 -04:00
Adam 4bcaf1b9b6 Merge pull request #9360 from Nightfirecat/fix-jad-zuk-task-tracking
slayerplugin: Correct Jad and Zuk task tracking
2019-07-15 16:56:29 -04:00
Adam 570de63d3d Merge pull request #9335 from Nightfirecat/ground-items-recolor-telegrab-entries
grounditemsplugin: Color telegrab menu entries
2019-07-15 16:18:16 -04:00
Adam c7ab9eeb3c Merge pull request #9362 from Quasindro/motherlode-respawn-threshold
mlm: fix ore vein max respawn time threshold
2019-07-15 14:13:20 -04:00
David afaf2f61f4 mining plugin: add gem rocks 2019-07-15 11:19:06 -04:00
Adam be8d5d1f13 Merge pull request #9275 from abextm/empty-cache-firsttime
runelite-client: Handle startup with an empty cache better
2019-07-15 11:09:15 -04:00
Tomas Slusny 762e9bae0a Merge pull request #9345 from abextm/combobox-containable
runelite-client: Allow partial screen containment again
2019-07-15 14:21:39 +02:00
Max Weber bd89209a99 runelite-client: Allow partial screen containment again 2019-07-15 05:49:04 -06:00
Tomas Slusny d289171a3a Merge pull request #9367 from TheStonedTurtle/demonic-clue
Cryptic Clue Scroll - Fix demonic ruins text
2019-07-15 10:09:24 +02:00
Tomas Slusny cbd10dbaca Merge pull request #9376 from Jordan-Parker/my-fix-branch
fishing: Add Entrana river fishing spots
2019-07-15 10:09:02 +02:00
Jordan Parker 37aa862aaf fishing: Add Entrana river fishing spots 2019-07-15 16:38:07 +10:00
Ron Young 46531f7665 RuneliteColorPicker: add support for recent colors 2019-07-15 00:32:16 +02:00
Ron Young b6dada85c7 Add ColorPickerManager 2019-07-15 00:32:16 +02:00
Ron Young dc1e409f09 RuneliteColorPicker: add onClose consumer 2019-07-15 00:32:16 +02:00
TheStonedTurtle bc9341784c ClueScroll - Fix demonic ruins text 2019-07-13 23:34:14 -07:00
Quasindro 7baa1c4509 skybox: fix color at Cosmic Entity's Plane region 2019-07-13 21:45:36 +02:00
Quasindro 0c171c674f mlm: fix ore vein max respawn time threshold 2019-07-13 16:11:39 +02:00
Jordan Atwood 50dba92338 slayerplugin: Correct Jad and Zuk task tracking
This adds a field to Task which dictates the expected exp gain of the
task. When set to a non-zero value, it will prevent slayer exp gains
from registering as a kill unless they are of exactly that amount.

Closes runelite/runelite#1865
2019-07-13 00:26:55 -07:00
Adam 5844c7c5de imp plugin: handle npc changes to imps
The imps in puro-puro will change into imps after spawning as a null
npc. Previously this would not track imps unless you happened to walk
into visibility of one while it was an imp.
2019-07-12 11:38:36 -04:00
Adam f9de6f53fb imp plugin: cleanup
Add imp tag, remove unnecessary declared exceptions, and clear npcs on
shutdown
2019-07-12 11:38:35 -04:00
AdamandWooxSolo caaf98a859 api: add npc changed event
Co-authored-by: WooxSolo <twoxsolo123@gmail.com>
2019-07-12 11:38:05 -04:00
David 06f4d620ad Center the Inventory icon in 2005 resizable mode (#9322) 2019-07-12 14:50:27 +02:00
rlw0014 ce71957d49 Add swap for ToB Quick-Enter to menu entry swapper (#9136) 2019-07-12 13:00:22 +02:00
Tomas Slusny 81ffcb9f3f Merge pull request #4393 from Noremac201/screenshot-timer
Stop screenshot plugin from overwriting pictures
2019-07-12 12:49:10 +02:00
Tomas Slusny 52592a5c37 Merge pull request #7928 from raiyni/issue-1302
Bank Tags: close chat input like withdraw-x
2019-07-12 12:37:05 +02:00
Tomas Slusny 92f3b2e5bc Merge pull request #9347 from Nightfirecat/hot-cold-strange-device-marker
hotcoldclue: Display npc location before using device
2019-07-12 11:36:17 +02:00
Cameron Moberg 23413bf0b3 Stop screenshotPlugin from overwriting previous screenshots 2019-07-12 00:07:10 -07:00
Tomas Slusny 43e2ff5445 Merge pull request #9334 from Nightfirecat/no-duplicate-chest-loots
loottracker: Fix duplicate cox and tob chest loots
2019-07-12 09:04:02 +02:00