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
TheStonedTurtle
742133e456
Fix BrokenOnDeathItems death value by adding repair price
...
Jagex uses the repair price when determing items lost on death by value. adds test for this case as well
2019-07-21 12:22:15 -07: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
Zeruth
305fc56cd8
runeliteplus: fix warning being called for users who wont be using rsps
2019-07-20 19:49:55 -04:00
Zeruth
a05455f6a5
bootstrap: remove injected as it's no longer a runtime dep.
2019-07-20 19:28:55 -04:00
Zeruth
89fbe93a5d
privateserver: small cleanup
2019-07-20 19:15:50 -04:00
Zeruth
5625c3e743
runeliteplus: refined private server support
2019-07-20 19:12:35 -04:00
Ganom
a56d92f476
Merge pull request #1069 from Owain94/fix-1016
...
banktags: Fix hidding seperator when opening a tag tab
2019-07-20 18:59:49 -04:00
Ganom
ea92e10a6a
Merge pull request #1068 from Owain94/fix-918
...
equipmentinspectorplugin: Remove the navigation button when disabling the plugin
2019-07-20 18:14:37 -04:00
Owain van Brakel
30dab58f01
banktags: Fix hidding seperator when opening a tag tab
2019-07-21 00:11:51 +02:00
pklite
058aeb8da9
Adds Loot Tracker session filter and fixes reset button ( #1066 )
...
* Add Session filter and make it default
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Fixes reset button functionality
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Fixes Session filter
Signed-off-by: PKLite <stonewall@pklite.xyz >
* Adds missing tob loot record events (untested)
Signed-off-by: PKLite <stonewall@pklite.xyz >
2019-07-20 22:52:33 +01:00
Owain van Brakel
d3a17c16c6
dailytaskindicator: Fix plugin ( #1067 )
2019-07-20 22:51:37 +01:00
Owain van Brakel
f36ef96e87
equipmentinspectorplugin: Remove the navigation button when disabling the plugin
2019-07-20 23:49:41 +02:00
Jordan Atwood
2ceb43ec4f
timersplugin: Escape periods in teleblock patterns
2019-07-20 14:29:21 -07:00
Zeruth
e8c46f9cbe
runeliteplus: version bump from last night
2019-07-20 17:23:22 -04:00
Ian William O'Neill
dce9dc6f28
safespots: only show for attackable npcs.
2019-07-20 05:55:48 +01:00
Tyler Bochard
346fb8241f
Merge pull request #1058 from runelite-extended/im-lazy-sue-me
...
grandexchange: no longer shows that you can afford an item you're selling
2019-07-20 00:14:16 -04:00
Tyler Bochard
cbc3b27fd7
Merge pull request #1056 from Ganom/scouter-webhook-skull-update-change-version-something-or-another
...
playerscouter: Always display weapon, and use discord emoji for skull.
2019-07-19 23:55:28 -04:00
Ganom
0c698a66e6
no longer shows that you can afford an item you're selling
2019-07-19 23:52:54 -04:00
Jordan Atwood
236d7331a3
groundmarkerplugin: Use RUNELITE menu action
2019-07-19 20:46:36 -07:00
Zeruth
6193f8297a
runeliteplus: fix exe error, bump rlp version
2019-07-19 23:19:20 -04:00
Zeruth
302c125deb
runeliteplus: adds full support for private servers into main project, also fixes -local-injected
2019-07-19 22:20:30 -04:00
Ganom
8743044edd
Merge pull request #1054 from Kyleeld/1050ffs
...
chattranslation: fixes typo.
2019-07-19 22:10:45 -04:00
Ganom
60dcbba639
Merge pull request #1053 from Kyleeld/grandexchange-item-fix
...
grandexchange: fix item lookup when selecting item
2019-07-19 22:10:02 -04:00
Ganom
3302e278dd
Include wildy levels.
2019-07-19 21:41:20 -04:00
Ganom
4112292893
Ensure player is in wilderness for location webhook.
2019-07-19 21:36:33 -04:00
Ganom
5e81cd0fc6
Always display weapon, and use discord emoji for skull.
2019-07-19 21:33:51 -04:00
Kyleeld
bbbb70ccc7
Report button: configchanged fix
...
Report button: configchanged fix
now looks at its own config group
2019-07-19 23:54:17 +01:00
Kyleeld
2df21c8a34
Update ChatTranslationConfig.java
2019-07-19 23:02:35 +01:00
Kyleeld
6e31578a65
fix issue with selecting item
...
fix issue with selecting item
2019-07-19 23:00:24 +01:00
Owain van Brakel
5fe8f3d01e
examine: Fix prices ( #1046 )
2019-07-19 14:15:16 +01:00
Owain van Brakel
3fd290b2a8
client: Initialize managers to make them subscribe to events ( #1044 )
2019-07-19 11:50:43 +01:00
Owain van Brakel
a0711cb3df
idlenotifier: Fix plugin ( #1043 )
2019-07-19 11:22:50 +01:00
AttackOfTheMoons
43dedd08dc
Fix casing in shiftClickActionIndex ( #9404 )
2019-07-19 12:07:13 +02:00
James
3675061f21
grandexchange: Shows the quantity you can buy on the GE WIP ( #1042 )
...
* Add measures to ensure positions of strings when togg:ling configItem
change method of gathering price per item
change math.round to math.floor, errors when certain numbers are rounded fix
* implement geBuilt script event, clear values when item isn't visible
* Update
* Update pos number
* Update
2019-07-19 11:13:45 +02:00
James
d08d80c468
ChatCommands: Add Clipboard Support ( #1040 )
...
* Add Chat Input Clipboard Support
Add CTRL+V and CTRL+C support to the in-game chatbox.
Fixes an issue with errors being thrown when shortcuts were used when not currently logged in.
Extracts clipboard logic (a couple places already had a sort of "copy" functionality) to a simple clipboard util.
* Checkstyle fix
2019-07-19 09:28:05 +01:00
Justin
24b7aff85a
grandexchangeplugin: fixed duplicate price string ( #1041 )
...
fixes #1039
2019-07-19 00:28:36 -07:00
Zeruth
36d1fd4148
live update
2019-07-19 00:46:04 -04:00
Ganom
6fe334c026
Merge pull request #1035 from Owain94/http-api-rx-calls
...
http-api: rx calls
2019-07-18 23:23:02 -04:00
sdburns1998
65e9c28bc0
Merge pull request #1037 from runelite-extended/revert-1032-aoe-warnings-rework
...
aoewarnings: Revert ("rework AoE Warnings to use projectile spawned, rather than projectile moved.")
2019-07-19 05:16:53 +02:00
Owain van Brakel
7a863c207c
client: checkstyle
2019-07-19 05:13:23 +02:00
Ganom
049bc6e74f
Revert "aoewarnings: rework AoE Warnings to use projectile spawned, rather than projectile moved. ( #1032 )"
...
This reverts commit 948444b771 .
2019-07-18 23:06:21 -04:00
Owain van Brakel
1cddf12a2c
http-api: Use observables for world api
2019-07-19 05:00:39 +02:00
Owain van Brakel
241fbd136c
http-api: Use observables for ItemClient
2019-07-19 04:51:40 +02:00
Ganom
3e12c67cbc
Update utils to reflect output change
2019-07-18 22:33:21 -04:00
Ganom
1bc3d1c26c
Add config option
2019-07-18 22:32:54 -04:00
Ganom
fe2a27e8d1
Add option to turn off item output to webhook.
2019-07-18 22:31:32 -04:00
Tyler Bochard
165e38b408
Merge pull request #1034 from runelite-extended/scout-pout
...
playerscouter: disable it by default.
2019-07-18 22:28:22 -04:00