Commit Graph
9780 Commits
Author SHA1 Message Date
Owain van Brakel b5f6203432 Merge pull request #2654 from Lucwousin/borderless-mode
client: Add windowed borderless to "RuneLite" config
2020-06-03 07:18:39 +02:00
Owain van Brakel 9bd0d91b4d Merge remote-tracking branch 'runelite/master' 2020-06-03 07:07:04 +02:00
Jordan 16a555a86e Merge pull request #11603 from loldudester/anti-drag-pvp-enable
antidrag: Enable shift-antidrag in PvP regardless of onShiftOnly config
2020-06-02 19:49:52 -07:00
Max Weber 4652e8ede4 PluginManager: don't duplicate dependency plugins if they already exist
If you had an external plugin with a PluginDependency on a core plugin
the core plugin would be included in the external `loadPlugins`
dependency graph, which would make it be instantiated twice. Since
external plugins can't depend on other external plugins, and core
plugins are guaranteed to be loaded first with no external dependencies,
we can just exclude dependency edges for nodes outside of the current
load list.
2020-06-02 21:41:52 -04:00
OpenOSRS aaba262e59 Client: Update NPC stats 2020-06-03 00:09:30 +00:00
Lucwousin f452dde7c6 Add windowed borderless to "RuneLite" config 2020-06-02 22:47:57 +02:00
OpenOSRS d291f07576 Client: Update NPC stats 2020-06-02 00:08:55 +00:00
Adam c67378c09e ge plugin: include if trade is synced on login 2020-06-01 09:56:09 -04:00
Adam 83756e8722 ge: submit spent price instead of computed per-item price 2020-06-01 09:56:09 -04:00
Adam ea45059f20 ge plugin: null client session id on session close 2020-06-01 09:56:09 -04:00
branisk 9ee3c2d8f1 timers: remove stamina timer upon entering the Gauntlet (#11742) 2020-06-01 09:41:07 +02:00
Broooklyn de54c44894 clues: Add missing Agility and Max cape IDs to skill challenge 2020-06-01 09:38:39 +02:00
Jesse Serrao c71aa477c7 npchighlight: Recolor spell cast and "use item" menu entries (#11595) 2020-06-01 06:05:07 +00:00
Broooklyn eb92a61760 emoji: Add gorilla emoji (#11562) 2020-06-01 06:02:16 +00:00
johannfrias b25cfc5f80 screenshot: fix quest screenshot naming method (#11580)
This commit adds a quest completion dialog parsing method which gives
proper quest screenshot filenames for all quests, including those with
unique/non-uniform completion texts such as "You have Made Friends with
My Arm" and "You have rebuilt The Giant Dwarf".
2020-06-01 05:59:58 +00:00
MarbleTurtle 41a041972a clanchat: Add player name to kick message (#11555) 2020-06-01 04:57:22 +00:00
Dominik 2a174e7a8d Add item mapping for twisted ancestral robes (#11761) 2020-06-01 01:03:52 +02:00
Alfred Ababio 482f9c5e44 key remapper: don't consume keytype events when dialog is open
This fixes having a remapped key held down during a dialog opening that consumes the raw key event.
2020-05-31 12:33:51 -04:00
Aleksander Birkeland c39cbd6b4f ClientUI: Add support for changing window opacity. 2020-05-31 12:05:48 -04:00
TheStonedTurtle 432f32c28c loot tracker - Fix total values when not grouping loot 2020-05-31 10:59:02 -04:00
Max Weber 8571262840 config: add tag suggestions
This is intended to make the tags feature more discoverable, as people
keep requesting "plugin categories". Putting plugins into a singular
category that will make sense for most users is impossible, as many
plugins will can logically be placed into multiple categories.

The Category Tag list is intended to be a short, curated, list of tags
that are helpful to a user trying to find plugins.
2020-05-31 10:23:14 -04:00
Max Weber d8d5631734 IconTextField: add combobox-style suggestion dropdown 2020-05-31 10:23:14 -04:00
Max Weber cb0d9ce3d0 hiscore: modify the ui on the edt only 2020-05-31 10:23:14 -04:00
Owain van Brakel d87d7484d4 Merge pull request #2648 from Owain94/revert-radiance
radiance: Revert update
2020-05-31 11:50:05 +02:00
Owain van Brakel 315b49d809 Merge pull request #2647 from Owain94/groups
groups: getMembers
2020-05-31 11:45:17 +02:00
Owain van Brakel 989a19c060 Revert "radiance: Update"
This reverts commit 6d7046af4d.
2020-05-31 11:38:03 +02:00
Owain van Brakel 45f8dfbed4 groups: getMembers 2020-05-31 11:37:24 +02:00
Owain van Brakel 94823af24e Merge pull request #2646 from Owain94/radiance-3.0.0 2020-05-31 07:09:50 +02:00
Owain van Brakel 6d7046af4d radiance: Update 2020-05-31 06:58:42 +02:00
Owain van Brakel b00599777b Revert "hooks: remove remaining static callbacks"
This reverts commit 27173d90b5.
2020-05-31 05:59:41 +02:00
Owain van Brakel 3c370f992a Merge remote-tracking branch 'runelite/master' 2020-05-31 05:35:48 +02:00
OpenOSRS 60ab8e2737 Client: Update NPC stats 2020-05-31 00:09:13 +00:00
Adam 6a2e15643f ge plugin: include world type in trades 2020-05-30 20:06:33 -04:00
Adam 17d6921a4a ge plugin: submit partially completed trades 2020-05-30 19:26:43 -04:00
Adam 6d46bb09c4 ge plugin: submit trades even when not logged in 2020-05-30 19:26:43 -04:00
Hydrox6 f0cef4589b Add all other pearl rod animations
There are 2 animations for each pearl rod (except Oily). Usually it
seems that only one is used when actually fishing, which were the ones
present before this commit. However, it seems that Jagex is not
consistent about what animations are used, as Anglerfish fishing uses
the other animation of the normal pearl rod. Given that the other two
exist, and they're technically usable (and can be used as the starting
animation), it's only a matter of time before Jagex accidentally gets
them the wrong way round again, so this is a pre-emptive measure. It
also means that the UI won't show "Not Fishing" for a split second when
casting out.
2020-05-30 11:55:50 -04:00
Jesse Serrao 869b1ba1d9 npc indicators: add option to not highlight dead npcs 2020-05-30 11:52:59 -04:00
Adam 27173d90b5 hooks: remove remaining static callbacks 2020-05-30 10:25:52 -04:00
RuneLite Cache-Code Autoupdater c8d187500d Update Item variations to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
Owain van Brakel d93ef734e0 externalpluginmanager: don't search child injector bindings for configs 2020-05-30 06:58:52 +02:00
Owain van Brakel aa2c24f6d0 externalpluginmanager: chain child injectors for plugin dependencies 2020-05-30 06:56:43 +02:00
Owain van Brakel 5d52bf4110 Merge remote-tracking branch 'runelite/master' 2020-05-30 06:54:02 +02:00
OpenOSRS a310d4b308 Client: Update NPC stats 2020-05-30 00:10:41 +00:00
branisk 8d4d974dc5 worldmap: Fix Kebos Lowlands mining site tooltip (#11748) 2020-05-30 00:44:05 +02:00
oneilljos 6d3f7ebee0 grounditems: Remove duplicate item count in notifications (#10526) 2020-05-29 21:40:39 +02:00
while-loop d2286f18b0 chat-history: fix plugin not clearing history 2020-05-29 17:11:03 +02:00
SomeZer0 ed64fcadd7 boosts: Improve "Boost amount threshold" config description (#11744) 2020-05-29 06:09:00 +00:00
Crow 3a435921a7 skillcalculator: Add divine potions to herblore calculator (#11676) 2020-05-29 06:03:40 +00:00
Rangvaldr 2f64651f31 AgilityShortcut: Add Witchaven Dungeon agility shortcut (#11690) 2020-05-29 06:00:14 +00:00
Broooklyn 08b0a10c84 grounditems: Fix grammar in config descriptions (#11743) 2020-05-29 05:19:04 +00:00