Commit Graph
13608 Commits
Author SHA1 Message Date
Tomas Slusny 19412ac51c Merge pull request #11324 from deathbeam/prevent
Prevent HotkeyListener from consuming input on login screen
2020-04-21 00:44:56 +02:00
Adam 035c119f85 gpu: add option to disable compute shaders
This still gives a noticible performance boost over software rendering
as the rasterizing is entirely done on GPU
2020-04-20 18:36:27 -04:00
Adam fe1772031a api: add drawFace callback 2020-04-20 18:36:27 -04:00
Adam 3b0bb05092 gpu: small refactor of compute shaders
split get_face into get_face + add_face_prio_distance, as the ssbo
reading did not need to be behind the first barrier used to initialize
the shared variables.

The rest of this is just code style cleanups
2020-04-20 18:36:27 -04:00
Adam 18ba6a54d0 hsl_to_rgb: remove unnecessary check for rgb 0
The client internally uses rgb 0 for alpha pixels, and so will use rgb 1
for things which are actually black. We don't do this.
2020-04-20 18:36:27 -04:00
Adam af36b46aab gpu plugin: remove unnecessary buffer check
This buffer is initialized in initBuffers now and is never -1
2020-04-20 18:36:27 -04:00
Adam 319e257af3 gpu: add a couple missing Override annotations 2020-04-20 18:36:27 -04:00
Adam ed53771295 gpu: fix one-off in model buffer selection
The small compute shader will sort up to 512 faces
2020-04-20 18:36:26 -04:00
Adam c1fdec9d2e bank plugin: add option to input bankpin with keyboard 2020-04-20 17:30:31 -04:00
Adam 3422a7cfc8 api: add widget getOnOpListener 2020-04-20 17:30:30 -04:00
Adam 1e06b4dc58 api: add key script event fields 2020-04-20 17:30:29 -04:00
Tomas Slusny 57072c973f Merge pull request #11314 from Hydrox6/idle-notifier-enchant-bolts
idle notifier: add support for enchanting bolts
2020-04-20 14:42:14 +02:00
Flightkick 76fb24caec Properly address Grand Exchange price as 'GE' instead of 'EX' (#11317) 2020-04-20 14:29:11 +02:00
github-actions[bot] 7f14882971 Merge pull request #2515 from open-osrs/NPC-UPDATE-fe48eb120
Client: Update NPC stats
2020-04-20 00:20:06 +00:00
OpenOSRS 42572ac585 Client: Update NPC stats 2020-04-20 00:12:17 +00:00
Tomas Slusny 01bdbe5aab Prevent HotkeyListener from consuming input on login screen
This prvent HotkeyListener from running on login screen without being
explicitely enabled to do so.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-20 01:43:41 +02:00
Owain van Brakel fe48eb1206 Merge pull request #2512 from Owain94/overlayrederererror
overlayrenderer: Remove overlay if it has an error
2020-04-20 00:51:07 +02:00
skyblownet a888519e1c skill challenge clue: Fix DRAGONSTONE_BRACELET item requirement 2020-04-19 16:33:54 +00:00
Owain van Brakel aa38ebd988 configpanel: Catch NumberFormatException 2020-04-19 18:33:50 +02:00
Tomas Slusny ab06a14311 Prevent screen marker overlays from being reset
Fixes #11318

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-04-19 18:33:13 +02:00
Owain van Brakel ed18710e1b pluginlist: Add null check 2020-04-19 18:16:08 +02:00
Owain van Brakel dc7b3b0552 overlayrenderer: Remove overlay if it has an error 2020-04-19 18:08:12 +02:00
Owain van Brakel 83f0ac6eb6 Merge pull request #2511 from Owain94/chatboxinput
chatboxinput: Plugin should be able to use this
2020-04-19 15:33:38 +02:00
Owain van Brakel 0fad6edb6c chatboxinput: Plugin should be able to use this 2020-04-19 15:21:52 +02:00
Owain van Brakel a583ab59a6 Merge pull request #2509 from Owain94/upstream-1904
project: Merge upstream
2020-04-19 14:30:07 +02:00
github-actions[bot] d6793ffd78 Merge pull request #2510 from open-osrs/NPC-UPDATE-87baaffee
Client: Update NPC stats
2020-04-19 00:16:23 +00:00
OpenOSRS 52aff3600d Client: Update NPC stats 2020-04-19 00:09:24 +00:00
Hydrox6 3c2551f208 idle notifier: add support for enchanting bolts 2020-04-19 00:01:31 +01:00
Owain van Brakel 1debe8a99b Merge remote-tracking branch 'runelite/master' 2020-04-18 23:38:58 +02:00
OP 87baaffee2 Added working button to the ConfigPanel. Uses the event system to subscribe to button events.
Files Changed:
ConfigPanel.java - modified the config button, now using the eventbus.

Files Added:
ConfigButtonClicked.java - added event for handling button clicks.
2020-04-17 22:39:55 -04:00
github-actions[bot] e3946520c6 Merge pull request #2508 from open-osrs/NPC-UPDATE-13350cc12
Client: Update NPC stats
2020-04-18 00:18:40 +00:00
OpenOSRS 64d84bce78 Client: Update NPC stats 2020-04-18 00:08:48 +00:00
Hydrox6 87185bffa1 antidrag: fix onShiftOnly not being respected when opening the bank 2020-04-17 16:00:05 -04:00
Hydrox6 e0f046980a fishing & idle notifer: add oily pearl rod animations 2020-04-17 15:38:50 -04:00
ST0NEWALL 13350cc126 Merge pull request #2507 from stone-wall/thingy
overlayRenderer: add check before rendering
2020-04-17 15:30:08 -04:00
Hydrox6 3ac15c2f61 fishing & idle notifer: add pearl rod animations 2020-04-16 18:20:00 -04:00
Dennis 059b28989e ge plugin: fix fuzzy search highlighting 2020-04-16 17:56:01 -04:00
Adam 9a9f40b862 Revert "Reset repositioned tooltip overlays"
This reverts commit 1fccba9fda.
2020-04-16 16:58:16 -04:00
Adam 3ede5ebb56 Revert "Mock ConfigManager in ItemStatOverlayTest to inject TooltipManager"
This reverts commit 75b29026f9.
2020-04-16 16:57:34 -04:00
Lotto 73773ca479 player-indicators: fix right-click menu targets expanding forever
Fixes the right-click menu targets expanding forever if clan rank or color decoration is enabled in the plugin. 

Menu entries don't get cleared while the menu is open, which was resulting in colors and ranks getting prepended on every client tick.
2020-04-16 16:55:57 -04:00
Håkon Rosseland Paulsen 612a23a01f menu entry swapper: fix shift click for deposit box 2020-04-16 16:54:55 -04:00
stone-wall 1af8223a1a woops 🕶 2020-04-16 11:25:40 -04:00
Runelite auto updater af7af0623a Bump for 1.6.12-SNAPSHOT 2020-04-16 14:33:14 +00:00
Runelite auto updater e2bd51b1e8 Release 1.6.11 2020-04-16 14:33:05 +00:00
RuneLite Cache-Code Autoupdater e363687b16 Update NPC IDs to 2020-04-16-rev182 2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater be3f74e111 Update Object IDs to 2020-04-16-rev182 2020-04-16 10:32:24 +00:00
RuneLite Cache-Code Autoupdater a75c01e6c7 Update Item variations to 2020-04-16-rev182 2020-04-16 10:32:23 +00:00
RuneLite Cache-Code Autoupdater 37bee38ff7 Update Item IDs to 2020-04-16-rev182 2020-04-16 10:32:23 +00:00
stone-wall c81eaa6d4c woops 2020-04-16 03:22:56 -04:00
stone-wall 3966e90699 Add a thingy 2020-04-16 02:57:41 -04:00