Tyler Camp
5fc4e1bd69
gpu: create tmp data buffers during init and reuse across frames
...
Creating and destroying buffers each frame is unnecessary and inefficient as it doesn't give the driver the chance to observe the buffer's usage and optimize its access.
Co-authored-by: Adam <Adam@sigterm.info >
2020-02-19 17:05:49 -05:00
Abex
cb52f0fa5f
Merge pull request #5766 from trimbe/kittype-fix
...
Fix KitType index for the head slot
2020-02-17 21:23:13 -07:00
Adam
d347e3a088
devtools: add get/set conf commands
2020-02-15 22:30:29 -05:00
Jordan Atwood
09114ca83a
timers: use poison varplayer for antipoison/venom timers
...
This commit allows the poison timer to be much more accurate as it
receives periodic updates from the server, and covers edge cases where
poison may be delayed or cured from sources besides potion clicks.
(banked potion drinks, HP orb "Cure" menu option, etc.)
This commit removes the `initialDelay` field from GameTimer as the field
was used only to chain antivenom timers into their follow-up antipoison
timers.
Fixes runelite/runelite#1471
Fixes runelite/runelite#10724
Co-authored-by: Lucas <lws.ned1260@gmail.com >
Co-authored-by: Adam <Adam@sigterm.info >
2020-02-15 19:37:44 -05:00
Adam
23906a6d35
Merge pull request #10801 from Alexsuperfly/screenshot-filename-space-fix
...
ImageCapture: only append space when filename isnt empty
2020-02-15 19:08:28 -05:00
Adam
82b4ef29e9
Merge pull request #10796 from Nightfirecat/revert-magic-boost-imbued-heart-timer
...
Revert "timers plugin: Improve imbued heart detection"
2020-02-15 19:07:10 -05:00
Tomas Slusny
38a15ce59f
Merge pull request #10379 from deathbeam/tob-party-movable
...
Make ToB party interface movable
2020-02-16 00:58:35 +01:00
Alexsuperfly
57167ff1cc
ImageCapture: only append space when filename isnt empty
2020-02-14 15:04:38 -05:00
Jordan Atwood
967fadf59d
Revert "timers plugin: Improve imbued heart detection"
...
This reverts commit 45c5df3379 .
2020-02-14 09:01:44 -08:00
Adam
ed8a1b92ba
pom: update maven repo link and use https
2020-02-13 17:25:46 -05:00
Adam
ea58c8d6d5
Merge pull request #10786 from Trevor159/slepe-hotcold
...
hot cold clues: add new slepe location
2020-02-13 15:48:52 -05:00
Adam
513b56cb75
Merge pull request #10783 from dekvall/nightmare-kc
...
hiscores: add nightmare boss
2020-02-13 15:44:47 -05:00
Adam
99e885cb0a
loottracker: fix tracking first clue opens
2020-02-13 12:51:36 -05:00
Adam
e737d73257
loottracker: prevent null events
...
Also detect and log null events from the clue scroll reward interface
2020-02-13 10:39:51 -05:00
Runelite auto updater
9d908110b8
Bump for 1.6.7-SNAPSHOT
2020-02-13 12:32:53 +00:00
Runelite auto updater
20e29fd730
Release 1.6.6
2020-02-13 12:32:44 +00:00
dekvall
976ecd8f6b
hiscores: add nightmare boss
2020-02-13 07:13:12 +01:00
Trevor
43e1bfedd2
hot cold clues: add new slepe location
2020-02-12 21:31:11 -05:00
Grahm Larkham
ff8c0115cd
imp plugin: fix notifications on npc change
2020-02-11 20:25:25 -05:00
Adam
94ff26f3d8
widgetitemoverlay: clip dragged items when outside of parent bounds
...
Since dragged items are not moved until after the drag is complete, the
item still gets queued to be drawn, even if dragged outside of the
parent layer.
2020-02-11 19:24:43 -05:00
Adam
a2e68634a3
Merge pull request #10767 from abextm/gpu-glslverifier
...
gpu: run glslangValidator on shaders during tests
2020-02-11 19:24:11 -05:00
Max Weber
a330631945
gpu: rename length to size in shaders
...
`.length` has special meaning in glsl, and the verifier got upset that
we were shadowing it
2020-02-11 18:54:01 -05:00
Max Weber
7e8bebc083
gpu: run glslangValidator on shaders during tests
2020-02-11 18:54:00 -05:00
Max Weber
cf9f7fc9fb
gpu: refactor shader compilation
2020-02-11 18:53:59 -05:00
Oelderoth
d93497c7fc
grandexchange plugin: log cancelled buy/sell offers
2020-02-11 17:47:29 -05:00
Adam
9cf95ef324
http-service: increase ge history retention to 90 days
2020-02-11 17:30:21 -05:00
Adam
8137fd87c2
loot tracker: filter by type in details view
2020-02-10 18:27:01 -05:00
Adam
63e537e0e0
loot tracker: store and match events by type
2020-02-10 18:27:01 -05:00
Adam
4d5857214e
loot tracker: add pickpocket events
...
Co-authored-by: Daniel Cimento <daniel.cimento@mail.mcgill.ca >
2020-02-10 18:27:01 -05:00
Abex
acfbf24e07
Merge pull request #10565 from Trevor159/script-events
...
Add script fired events and add script inspector devtool
2020-02-10 04:17:00 -07:00
Adam
04216368f5
Merge pull request #10707 from abextm/startplugin-edt
...
PluginManager: require start/stop to be invoked on the EDT
2020-02-09 19:56:20 -05:00
Adam
538f901d6e
Merge pull request #10751 from mkowen1/feature/add_potions_item_id
...
item identification: Add hunter, fishing, agility, and guthix balance potions
2020-02-09 19:52:47 -05:00
Adam
e806e1bc41
loot manager: add support for nightmare
...
Co-authored-by: Hexagon <hexagon@fking.work >
2020-02-09 19:42:56 -05:00
ralphmtk
e06fa3ba72
timers: correct dfs spec cooldown time
2020-02-09 18:24:07 -05:00
Adam
d3740d302a
clue plugin: add reset overlay option
2020-02-09 18:19:23 -05:00
Adam
e4440e57a8
Merge pull request #10727 from Nightfirecat/searchable-fake-plugins
...
ConfigPlugin: Expand RuneLite plugin tags
2020-02-09 17:34:24 -05:00
Rob Mckennie
99e26aa174
npcunaggroarea: add notification for timer expiration
2020-02-09 10:41:15 -05:00
Noah Haig
30171938e9
clues: add description to Prif elite coord clue
2020-02-09 10:10:47 -05:00
Max Weber
089a793ba0
PluginManager: require start/stop to be invoked on the EDT
...
The current way of invoking it on the executor would let the client have
a start and a stop for a plugin sitting in the executor's queue, making
it toggle endlessly. This only was because we were using invokeAndWait
in startPlugin, which can't be invoked on the EDT because it would
deadlock with itself.
2020-02-09 05:20:47 -07:00
Abex
7c6de858c3
Merge pull request #10715 from abextm/multiline-pluginhub
...
PluginHubPanel: Limit height of description to 2 lines, enable word wrap
2020-02-09 05:20:30 -07:00
Max Weber
b05fe5b68f
PluginHubPanel: Limit height of description to 2 lines, enable word wrap
2020-02-09 05:11:26 -07:00
Max Weber
9a5337db3c
runelite-client: typecheck configs extend Config
2020-02-09 04:14:57 -07:00
Abex
ffb0c997e9
Merge pull request #10756 from Owain94/xpupdaterconfig
...
xpupdater: Fix config not showing
2020-02-09 04:01:44 -07:00
Owain van Brakel
8c009aeeac
xpupdater: Fix config not showing
2020-02-09 11:42:40 +01:00
Jordan Atwood
45c5df3379
timers plugin: Improve imbued heart detection
...
As is the case with other graphics-based timers, the imbued heart timer
will not fire if enough other graphics animations are triggered (such as
those created when fighting the Dagannoth Kings). To add this timer more
reliably, this commit will add the timer when a Magic stat boost occurs
which is large enough that it can only be triggered by the heart.
Because the heart's boost scales with the player's level, it gives an
equal boost to the Magic essence and Magic potion boosts, depending on
the base magic level. To account for this, it will only be applied if
the user's base magic level is high enough to assuredly identify that a
potion was not used to trigger the boost.
Fixes runelite/runelite#3516
Co-authored-by: Lucas <lws.ned1260@gmail.com >
2020-02-08 18:57:22 -05:00
Ryan H
1a9efe885e
customcursor: support providing custom cursor images
...
Co-authored-by: Adam <Adam@sigterm.info >
2020-02-08 18:56:32 -05:00
Adam
5bbd3fa30c
Merge pull request #10717 from Nightfirecat/fix-hot-cold-same-temperature-narrowing
...
HotColdSolver: Add same-temperature solution narrowing
2020-02-08 18:11:03 -05:00
leopluerodon
8556a86333
Add twisted slayer helmet to item mappings and slayer plugin
2020-02-08 17:24:40 -05:00
Adam
ef53f52ecd
Merge pull request #10004 from raiyni/stack-stones
...
Add ability to always stack resizable stones
2020-02-08 17:17:58 -05:00
Adam
008607da32
Merge pull request #10679 from Nightfirecat/center-more-hot-cold-clue-locations
...
HotColdLocation: Center some location spots
2020-02-08 15:15:47 -05:00