Adam
d2d58676f7
Merge pull request #7033 from Digbigpig/modify-highscorelookup
...
World-Specific Highscores lookup
2019-01-08 17:43:34 -05:00
Richard
0ddcbc28ab
Return hiscores based on current world
...
The right-click > lookup functionality would always return the
normal hiscores without consideration for the current world.
normal hiscores.
This change will default the hiscores panel for the respective
dmm world if the user is currently logged into it.
2019-01-08 14:17:16 -07:00
Max Weber
7268d2cf34
ScriptVM: Bump execution time limit
...
This was changed a long time ago in Jagex's code. Normal listeners timeout after 500kops, but onLoadListeners timeout after 5mops
2019-01-07 19:03:15 -07:00
Tomas Slusny
ccec30fa72
Merge pull request #7210 from 15987632/gpu-range
...
Add range annotation to gpu draw distance
2019-01-07 22:37:20 +01:00
Adam
85460f16c3
gpu plugin: add fog
...
Co-authored-by: logarithm <allan.palmu@gmail.com >
2019-01-07 13:49:14 -05:00
Adam
a342a1f220
Merge pull request #7200 from Abextm/skybox-y
...
Add Skybox plugin
2019-01-07 13:48:49 -05:00
Max Weber
9098d1fa94
Add Skybox plugin
2019-01-07 13:39:09 -05:00
Adam
0e7b9cf380
scene mixin: disable clickbox checks when detatched camera is enabled
...
This is already disabled in GPU mode (since we control the clickboxes
there), has no real use, and is frequently abused.
2019-01-07 10:18:20 -05:00
Tomas Slusny
c034791428
Merge pull request #7215 from 15987632/ardy-guard-health
...
Add the lvl 20 ardy guards to the npc_health.json
2019-01-07 07:09:45 +01:00
Trevor Guidry
ce2cb17092
Add the lvl 20 ardy guards to the npc_health.json
2019-01-07 00:53:22 -05:00
Trevor Guidry
e2e6ab588d
Make the default min value of ranges 0
2019-01-06 14:03:57 -05:00
Trevor Guidry
a7946a3769
Add range annotation to gpu draw distance
2019-01-06 14:03:46 -05:00
Spedwards
6f4feb7505
Change Caviar healing value from 3 to 5 ( #7206 )
...
Closes #7205
2019-01-06 18:16:53 +01:00
Max Weber
9a93250c9c
Add BeforeRender event
2019-01-06 01:57:57 -07:00
Adam
6e7edc0447
Merge pull request #6908 from trimbe/bank-value-itemcontainer
...
Bank Value: Use ItemContainer instead of BankItemQuery
2019-01-05 19:56:56 -05:00
trimbe
3994933b08
bank value: add script callback for setting title
2019-01-05 19:27:05 -05:00
trimbe
60aa135fe5
bank value: use ItemContainer instead of WidgetItemQuery
2019-01-05 18:11:55 -05:00
Adam
ecd0f7dce3
chat commands: add !qp command
2019-01-05 18:04:40 -05:00
Adam
b65018ae84
Add qp to chat service
2019-01-05 18:03:23 -05:00
Adam
5192a28cec
http service: rename kc to chat
2019-01-05 18:03:22 -05:00
Adam
598480dfe4
kc: change to use redis for storage
2019-01-05 18:03:20 -05:00
Adam
b2c15a8c34
client: add chat command manager
2019-01-05 18:02:55 -05:00
Adam
ce18860d10
http service: use jedis connection pool
2019-01-05 12:55:01 -05:00
Spedwards
50f2f78baf
Fix artic pine log exp in skill calc (40xp/log) ( #7199 )
2019-01-05 16:45:53 +01:00
Adam
cac200e794
Merge pull request #7096 from Monsterxsync/cooking-plugin-fix
...
Add karambwans to cooking plugin.
2019-01-04 22:44:40 -05:00
Adam
e48b5acb07
Add karambwans and wine to cooking plugin
...
Change "You cook the" to just "You cook" to potentially cover more food than
just karambwans. Also add test for various cooking messages.
Co-authored-by: MonsterxSync <william53142@gmail.com >
2019-01-04 22:33:43 -05:00
Adam
98d6ef5241
Merge pull request #6927 from MagicfTail/fix-veng
...
Change the vengeance indicators to use varbits
2019-01-04 21:46:02 -05:00
Adam
633aed1f8c
timers plugin: change vengeance timers to use varbits
...
This is more reliable than looking at animations and overheads
Co-authored-by: Magic fTail <runecnielsen3132@gmail.com >
2019-01-04 21:35:17 -05:00
trimbe
8953aace58
inventory tags: preserve 'cancel' when creating custom menu
...
The client will use the first menu entry for 'Cancel' and only resets the menu action and menu option as that's all it uses. Overwriting the menu entries with all custom entries caused the 'Cancel' option to have erroneous fields.
2019-01-04 21:16:17 -05:00
Adam
9c3b0e038b
Merge pull request #7162 from Nightfirecat/dev-tools-fix-overlay-layer
...
dev tools: Fix overlay layer
2019-01-04 21:09:28 -05:00
Adam
a5179402b3
xp tracker: reduce hiscore lookup delay to 1 second
2019-01-04 16:49:02 -05:00
Adam
d03dc8914d
xp tracker: try to not look up the same user too frequently
2019-01-04 16:49:02 -05:00
Adam
3fbab0738e
xptracker: only send update if at least 1k exp has been gained
2019-01-04 16:47:42 -05:00
Adam
9301eed3f0
cml: only send update if at least 1k exp has been gained
2019-01-04 16:47:42 -05:00
Adam
0246e04b83
cml: set runelite user agent header
2019-01-04 16:47:42 -05:00
steffenhauge
72cce77784
Add puzzle solver for monkey madness 1 puzzle box ( #6545 )
...
* Add puzzle solver for monkey madness 1 puzzle box
2019-01-04 21:44:00 +01:00
Jake Wilson
1af2dac241
worldhopper: change header color to yellow with active filter ( #7035 )
...
Closes #7022
2019-01-04 06:32:58 +01:00
Tomas Slusny
88cbd32a46
Merge pull request #7158 from Nightfirecat/item-prices-add-tooltips-plugin-tag
...
itemprices: Add "tooltips" plugin tag
2019-01-04 06:27:40 +01:00
Tomas Slusny
eefc98d982
Merge pull request #7159 from Nightfirecat/add-date-report-button-format
...
reportbutton: Add date time format
2019-01-04 06:27:25 +01:00
Tomas Slusny
2ba6978f0e
Merge pull request #7160 from Nightfirecat/correct-exp-drop-highlighting
...
experiencedrop: Highlight only correct exp drops for prayer
2019-01-04 06:26:26 +01:00
Adam
8e5da844b6
client: copy screenshot image in draw manager callback
...
The image backed by the client buffer which will change on the next
frame, however the screenshot plugin uses both executor thread and EDT
thread to paint the full screenshot, and so it requires the image will
not change. Note the gpu plugin already returns a new image because it
has to pull it out of the GL.
2019-01-03 20:25:03 -05:00
Adam
4ec50046c7
object markers: determine tile from menu parameters
2019-01-03 20:21:23 -05:00
Spedwards
57d2ec5317
Split Valuable and Untradeable screenshot options ( #7167 )
2019-01-03 23:12:24 +01:00
Reasel
8dc049e9a5
Add Moonlight Mead to ItemStatsPlugin ( #7172 )
...
Its a beer but it has no downsides whatsoever.
2019-01-03 23:10:59 +01:00
Runelite auto updater
60a3fad2c3
[maven-release-plugin] prepare for next development iteration
2019-01-03 13:51:10 +00:00
Runelite auto updater
0310515b06
[maven-release-plugin] prepare release runelite-parent-1.5.6
2019-01-03 13:51:04 +00:00
Jordan Atwood
05473d2050
dev tools: Fix overlay layer
...
After the introduction of the new ABOVE_MAP layer, the dev tools overlay
was no longer able to draw above the map, which is needed for the widget
inspector.
2019-01-02 19:33:33 -08:00
Jordan Atwood
4f18a54c23
experiencedrop: Highlight only correct exp drops for prayer
...
Prior to this commit, hitpoints exp drops (and combined exp drops
containing hitpoints) would be highlighted for any combat prayer. This
commit corrects this behavior so combined drops will only be highlighted
when containing the proper combat style prayer, and split exp drops will
only highlight hitpoints when the correct prayer type was active for the
experience drops which precede it.
Fixes runelite/runelite#1697
2019-01-02 19:03:42 -08:00
Jordan Atwood
f8c445a085
reportbutton: Add date time format
...
This matches the screenshot plugin's date formatter.
Closes runelite/runelite#1228
2019-01-02 17:16:41 -08:00
Jordan Atwood
e8ee7478a0
reportbutton: Make time formatting methods static where possible
2019-01-02 17:16:16 -08:00