Commit Graph
8066 Commits
Author SHA1 Message Date
Owain van Brakel 6f0cbe9735 FPS: Add range to the fps target config items 2019-12-17 17:50:06 +01:00
Owain van Brakel bf18871756 performance: Add range for unfocused fps target (#2140) 2019-12-17 16:28:13 +00:00
Hydrox6 eee9a51474 kourendlibrary: fix layout resetting unintentionally 2019-12-17 15:02:03 +00:00
Adam 5a6e13eb02 Merge pull request #10446 from abextm/external-plugins
External Plugins
2019-12-17 09:29:20 -05:00
Owain van Brakel 5f51eb441a Merge remote-tracking branch 'runelite/master' 2019-12-17 10:22:29 +01:00
Max Weber 43390c0c28 runelite-client: Add External Plugin support 2019-12-16 20:42:40 -07:00
Abex 71de3a689f Merge pull request #10237 from Trevor159/custom-notifications
Add custom notification sounds
2019-12-16 19:22:00 -07:00
Adam 7f03a2f23e Merge pull request #10441 from aaron-goff/fix-avantoe-id-plugin-med-name
Change avantoe and avantoe seed item id medium name
2019-12-16 21:06:50 -05:00
Max Weber 5a70315777 SplashScreen: Allow use after our L&F has been installed 2019-12-16 13:30:08 -07:00
Max Weber 7ff327c57e SplashScreen: Ceiling download total 2019-12-16 13:30:07 -07:00
Max Weber 754ea00789 DynamicGridLayout: Take the container's insets into account 2019-12-16 13:30:07 -07:00
Max Weber dc2f4b6f59 ImageUtil: Rename methods to luminance, and work with non ARGB images 2019-12-16 13:30:07 -07:00
Max Weber 808e85fdf8 runelite-client: Remove IconButton
Most of this class is defaults, which can just be a normal method and a
listener for hover support, which is part of the base class anyway.
2019-12-16 13:30:07 -07:00
Max Weber 4148b5e4a8 config: Refactor config panel into separate panels for each logical view 2019-12-16 13:30:07 -07:00
Kyle e76cdeda95 prayagainstplayer: highlighting (#2134)
* pray against player: highlighting

this was missed from the original PR....
2019-12-16 20:06:34 +00:00
whartd 2e8c7f46e1 menu swapper: add jewellery box 2019-12-15 21:24:00 -05:00
Lucwousin 0c1c461139 Fix pluginmanagertest for async subbing (and some enhancements which don't really belong in this pr but shhh about that) 2019-12-15 21:25:25 +01:00
Aaron Goff 40234bba12 Change avantoe and avantoe seed item id medium name 2019-12-14 21:33:34 -05:00
Lucwousin 8724311d20 Use LambdaMetaFactory to generate accessors for @Subscribe annotations 2019-12-15 02:45:32 +01:00
Lucwousin c691351825 Add Scheduler suppliers directly to EventScheduler enum 2019-12-15 02:45:31 +01:00
Lucwousin 60f26a8c41 Make Schedulers::single use client thread 2019-12-15 02:45:28 +01:00
Lucwousin 1117eba620 Change source level to 11, remove reflectutil 2019-12-15 01:16:59 +01:00
Kyle 3ad68bcce6 OpenOSRS: fix hiding plugins (#2123)
OpenOSRS: fix hiding plugins
2019-12-13 19:58:16 +00:00
Kyle d928f0517f Bank: additional feautres + tidy up (#2122)
1) added right click option for setting placeholders
2) added right click option for releasing placeholders
3) added right click option for search
added right click option for fill bank fillers
4) tidied up the config section.
5) changed config.bla to this.bla within the plugin
2019-12-13 19:58:02 +00:00
Alexsuperfly f8b801f6cd woodcutting: show respawn timers after GameState change 2019-12-13 14:28:22 -05:00
TheStonedTurtle a3ef09b433 clanchat plugin: add option to confirm kicks 2019-12-13 10:50:10 -05:00
Dozer 2f3b495c8f CoxHelper: Fixes vanguards infobox (#2121)
* Fixes vanguards infobox
2019-12-13 10:45:50 +00:00
James 1a40da7900 grandexchange: add osbuddy active price to ge item panel (#2090)
* grandexchange: add osbuddy active price to ge item panel
2019-12-13 10:06:16 +00:00
Adam dddd76fb8d Merge pull request #10401 from Hydrox6/twitch-timestamp
twitch: add timestamps to messages
2019-12-11 20:11:47 -05:00
Owain van Brakel ab969676f3 Merge pull request #2117 from Lucwousin/wiki-and-menuman-opt
client: Re-optimize wikiplugin, call contains on hashmultimap in menumanager
2019-12-11 15:49:47 +01:00
Lucwousin e2bf128a09 Re-optimize wikiplugin, call contains on hashmultimap in menumanager 2019-12-11 11:46:30 +01:00
Owain van Brakel 7f920acce3 Suppliestracker: Fixes Ancient magic rune check and individual… (#2111)
Suppliestracker: Fixes Ancient magic rune check and individual item price in tooltip.

Co-authored-by: Owain van Brakel <owain.vanbrakel@gmail.com>
2019-12-11 05:17:52 +01:00
4835401296 Upstream: merge (#2105)
Upstream: merge

Co-authored-by: null <54878589+Justinmcnabb@users.noreply.github.com>
Co-authored-by: Adam <Adam@sigterm.info>
2019-12-11 05:16:46 +01:00
Owain van Brakel 4dfd704cac Merge branch 'master' into SuppliesTrackerFix 2019-12-11 05:15:24 +01:00
h3half 4578333fe0 slayer plugin: fix detecting Konar's first assignment 2019-12-09 18:15:08 -05:00
Ganom 0e23d1771a playermanager: update gear on clientThread. (#2112) 2019-12-09 16:05:09 -05:00
Dyldozer 09ed98c299 Fixes Ancient magic rune check and individual item price in tooltip. 2019-12-07 22:12:12 -06:00
Adam 3e19d45673 clientloader: don't lazy load client classes
Currently if the patched jar is modified on disk after the client
starts, the client can classload in from the modified jar instead, which
is problematic when running multiple different versions at the same
time.
2019-12-07 15:51:34 -05:00
Linda Lapinlampi f90ad59a3d npc highlight: skip noninteractible npcs on minimap 2019-12-07 15:48:29 -05:00
xKylee 6bde33ff8b upstream: merge
upstream: merge
2019-12-07 00:22:32 +00:00
Adam 5494249636 client loader: fix incorrect applet world when using fallback config 2019-12-06 16:57:40 -05:00
Hydrox6 f9c43ef626 twitch: add timestamps to messages 2019-12-06 21:08:41 +00:00
Justinmcnabb 3f8331fbd5 woodcutting: Add missing Willow Tree Object IDs (#10391) 2019-12-06 11:37:06 +01:00
Owain van Brakel 3e3938b937 Merge remote-tracking branch 'runelite/master' 2019-12-06 02:31:29 +01:00
Adam 5679e24b43 Merge pull request #10315 from Hydrox6/library-fix
Improve Kourend Library User Experience
2019-12-05 19:44:35 -05:00
Owain van Brakel 17cee078f1 Merge pull request #2040 from f0rmatme/rebasetob
specialcounter: add tob boss modifiers
2019-12-06 00:42:52 +01:00
Owain van Brakel c51851cc98 infernoplugin: add ticksOnNpcZukShield config option (#2089)
infernoplugin: add ticksOnNpcZukShield config option
2019-12-06 00:36:51 +01:00
Owain van BrakelandAbex 714ad0664d poh: Update jewelery box ids (#2102)
poh: Update jewelery box ids

Co-authored-by: Abex <mii7303@gmail.com>
2019-12-06 00:19:16 +01:00
Owain van Brakel b7494081b7 MES: various updates (#2101)
MES: various updates
2019-12-06 00:18:51 +01:00
Owain van Brakel 910d6f2dde KeyMapping: Add additional key remapping (#2075)
KeyMapping: Add additional key remapping
2019-12-06 00:18:37 +01:00