ThatGamerBlue
d4d722674a
prayeralert: Fix overlaying other infoboxes and widgets ( #1081 )
2019-07-22 17:29:22 +01:00
Chris Johnson
f1d568aff2
playerindicators: handle ring/ammunition slots correctly ( #1082 )
2019-07-22 17:28:07 +01: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
Tyler Bochard
2716be51d9
Update README.md
2019-07-22 05:09:45 -04:00
Tyler Bochard
2404a3ade9
Update README.md
2019-07-22 04:58:49 -04:00
Zeruth
e6d5f9426a
rs-api: add get/set modulus
2019-07-22 04:18:05 -04:00
James
a367c46be5
mining: Add configuration to allow for progress pie customization ( #1072 )
...
* mining: Add config to allow for progress pie customization
2019-07-22 08:50:07 +01:00
James
1c1ac5a919
Added ge link ( #1071 )
2019-07-22 08:41:48 +01:00
Alexander
5f9f554bce
Freezetimers: add immunity timer, fix freeze durations ( #1064 )
...
* freezetimers: add immunity timer, fix freeze durations
* freezetimers: refactoring
* freezetimers: fix tb removal
* freezetimers: make travis happy
* freezetimers: add immunity timer
* freezetimers: add immune images
* freezetimers: fix logic, add tb immunity
2019-07-22 08:40:58 +01:00
Ganom
4db6403e65
npcindicators: add true highlight & fix for slayer. ( #1078 )
...
* Add true location to render styles.
* Add true location to npc indicators.
* Fix true location in slayer
2019-07-22 08:38:56 +01:00
Ian William O'Neill
512d53d04b
aoewarnings: Re-Added Superior Gargoyle avoidable ranged projectile. ( #1079 )
2019-07-22 08:38:00 +01:00
Tyler Bochard
289038d9db
Update README.md
2019-07-22 02:22:49 -04:00
farhan1666
4dff98ebf5
npcindicators: add Interacting functionality ( #1076 )
...
* Interacting functionality in NPC Indicators
* Check Style fixes & various others.
* Fix whitespace
* Change function back to changing all overlay colors, not just text.
* Make config description more sensible
* Make config names more sensible
2019-07-21 23:27:48 -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
Zeruth
429c81e6a1
readme: update Private Server usage
2019-07-20 20:08:00 -04:00
Zeruth
4c282151fa
readme: update private server usage
2019-07-20 20:07:01 -04: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
Tyler Bochard
afaddf4aa9
Merge pull request #1060 from IanWONeill/master
...
SafeSpots: only show for Attackable NPCs.
2019-07-20 02:38:35 -04:00
Ian William O'Neill
dce9dc6f28
safespots: only show for attackable npcs.
2019-07-20 05:55:48 +01:00
Ian W. ONeill
e549ce2dc7
Merge branch 'master' of https://github.com/runelite-extended/runelite
2019-07-20 05:32:33 +01:00
Tyler Bochard
a11094990f
Merge pull request #1059 from Ganom/local-resource-update
...
resources: Local resource update
2019-07-20 00:30:25 -04:00
Ganom
a4acccd68b
Update Item Stats
2019-07-20 00:28:19 -04:00
Ganom
edd0dfd8fc
Add missing GE Limits / update them
2019-07-20 00:23:04 -04: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
1ce496fe49
Update README.md
2019-07-20 00:13:50 -04:00
Tyler Bochard
22ad0bbddb
Update README.md
2019-07-20 00:08:23 -04:00
Tyler Bochard
c351ff06c2
Update README.md
2019-07-20 00:07:58 -04:00
Tyler Bochard
27eeaf4547
Update README.md
2019-07-20 00:06:28 -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