Commit Graph
8384 Commits
Author SHA1 Message Date
logarithm f128914ae1 ui glsl: remove hq2x import now that the file doesn't exist 2019-12-12 04:16:30 +02:00
logarithm 357e2424f4 GPU: small xbr doc update 2019-12-02 16:14:10 +02:00
logarithm ebd4d12468 GPU: Document some parts of the XBR algorithm, and make it do alpha 2019-12-02 16:14:07 +02:00
logarithm 39d623b909 GPU UI scaling: improved documentation, fine-tuned XBR to preserve text 2019-11-29 21:06:10 +02:00
logarithm 8572bde25b GPU: disable anti-ringing calculations for mitchell filter 2019-11-29 18:03:05 +02:00
logarithm 6017609882 GPU: Fix Catmull-Rom weight calculation resulting in much sharper image, add XBR pixel art upscaling (MIT license implementation taken from libretro), add Mitchell bicubic option as a softer alternative to C-R 2019-11-29 17:55:18 +02:00
logarithm 9022b4f65e GPU: move filtered sampler to fragui.glsl, delete fragui_bicubic.glsl, add documentation 2019-11-28 20:31:50 +02:00
logarithm de485f2010 checkstyle and copyright 2019-11-28 18:22:45 +02:00
logarithm 46b7c02f74 GPU: UI scaling mode config dropdown, overrides fast stretched mode for UX clarity 2019-11-28 17:49:42 +02:00
logarithm ea203e8ca5 GPU: Catmull-Rom bicubic scaled UI in non-fast stretched mode 2019-11-28 17:49:37 +02:00
Adam 0d27667720 woodcutting plugin: disable by default 2019-11-28 09:15:21 -05:00
Adam 665b021c85 client: fix world hopper not populating worlds on startup and when refreshed 2019-11-28 09:00:56 -05:00
Runelite auto updater f6cbfeb8ce Bump for 1.5.43-SNAPSHOT 2019-11-28 13:01:43 +00:00
Runelite auto updater 56465edd1f Release 1.5.42 2019-11-28 13:01:37 +00:00
Abex 778d3e13e7 Merge pull request #10339 from abextm/cache-code-2019-11-28-rev182
Cache code 2019 11 28 rev182
2019-11-28 05:45:10 -07:00
Runelite auto updater f0439e1da5 Update 186 2019-11-28 12:44:51 +00:00
RuneLite Cache-Code Autoupdater 141d93ea5b Update Scripts to 2019-11-28-rev182 2019-11-28 11:33:35 +00:00
RuneLite Cache-Code Autoupdater 34c825cba4 Update Object IDs to 2019-11-28-rev182 2019-11-28 11:33:28 +00:00
RuneLite Cache-Code Autoupdater 0087fb743b Update Item IDs to 2019-11-28-rev182 2019-11-28 11:33:27 +00:00
Adamandhsamoht b9de8aeb7d add leagues chat icon plugin
Co-authored-by: hsamoht <6449361+hsamoht@users.noreply.github.com>
2019-11-27 22:17:43 -05:00
Adam 5407e162a3 client: add world service to manage world fetching 2019-11-27 22:17:43 -05:00
Adam 93b042a5d0 keyremapping: only update chatbox input and not player name 2019-11-27 22:17:43 -05:00
Austin Lee d936a23894 Add support for rune pouch (l) to rune pouch overlay (#10331) 2019-11-27 08:58:10 +01:00
Adam 1d344df411 npc highlight: fix npc interactible check
isVisible is actually the draw priority and is not what we want here
2019-11-26 10:13:11 -05:00
Tomas Slusny 50cd47f381 Merge pull request #10328 from chestnut1693/typo
loottracker plugin: fix typo
2019-11-26 14:39:13 +01:00
chestnut1693 6dc9d9dc88 loottracker plugin: fix typo 2019-11-26 13:48:16 +01:00
Adam 5f18b32976 npc highlight: skip noninteractiable npcs 2019-11-25 14:45:44 -05:00
Adam 3ad56130e5 api: add npc composition isInteractible 2019-11-25 14:45:44 -05:00
Adam 6d6647a43f raids plugin: limit layout message to 300 characters 2019-11-25 13:11:09 -05:00
Adam c117bc9bd5 chat controller: limit layouts to 16 rooms 2019-11-25 13:07:22 -05:00
Adam 2884e37927 hostsupplier: only supply regular f2p or p2p worlds 2019-11-25 09:47:05 -05:00
Adam b273e9f464 client: use mock webserver for client config loader test 2019-11-25 09:47:05 -05:00
Adam 6f5a719cfb world client: always return non null or throw an error 2019-11-25 09:47:05 -05:00
Adam 643a77ad26 client: add backup jav_config support 2019-11-25 09:47:05 -05:00
Tomas Slusny 1a6c99d49d Merge pull request #10246 from dekvall/facepalm-emoji
emojis: add facepalm emoji
2019-11-23 12:05:23 +01:00
Austin Lee e724f9a419 Add Bird Houses to crafting skill calculator (#10306) 2019-11-23 12:02:42 +01:00
Abex e777e13add Merge pull request #10311 from abextm/cache-code-2019-11-21-rev182
Cache code 2019 11 21 rev182
2019-11-22 16:43:57 -07:00
Adam ed8c975d45 Merge pull request #10112 from abextm/java14-methodhandles
runelite-client: use privateLookupIn for invokespecialing defaults
2019-11-22 13:15:55 -05:00
Jay 37bf35087d music plugin: reclassify teleport sfx as other players' area effects instead of environmental area effects 2019-11-22 10:07:22 -05:00
Adam 9e6eb370b4 clan manager: use clanmember manager find to lookup rank 2019-11-22 09:25:24 -05:00
Adam 0b90fcde22 client: refactor for nameable api changes 2019-11-22 09:25:23 -05:00
Adam 6a209b860c api: refactor to use NameableContainer
This uses a nameable container for the friends and ignore lists, and
provides the clan manager which inherits from it
2019-11-22 09:25:22 -05:00
Tomas Slusny cc2a0c8843 Merge pull request #10298 from Hydrox6/inventory-grid-preview-quantity
inventory grid: use correct item quantities for drag previews
2019-11-22 12:11:04 +01:00
Adam 2c5f52e57c object markers: fix removing markers from multilocs
multilocs whose name changed would not be matched if unmarked after the
name change due to the name mismatch, use object id instead.
2019-11-21 17:22:52 -05:00
Adam 8528ba72c6 object indicators: use WorldPoint getRegionX/Y 2019-11-21 17:22:41 -05:00
Adam ff6658f0e9 api: use region size constant in getRegionOffset 2019-11-21 17:21:26 -05:00
15987632 5a1883d9d7 entity hider plugin: add support for hiding pets 2019-11-21 09:51:15 -05:00
RuneLite Cache-Code Autoupdater 6ddab7029b Update Item variations to 2019-11-21-rev182 2019-11-21 11:32:50 +00:00
RuneLite Cache-Code Autoupdater 546e6abce8 Update Item IDs to 2019-11-21-rev182 2019-11-21 11:32:49 +00:00
seth 1078fab4db Add kourend home teleport to timers plugin 2019-11-20 19:51:16 -05:00