Commit Graph

14036 Commits

Author SHA1 Message Date
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
github-actions[bot]
4cf7edfdb6 Merge pull request #2656 from open-osrs/NPC-UPDATE-689cd184f
Client: Update NPC stats
2020-06-03 00:16:26 +00:00
github-actions[bot]
c03a915891 Merge pull request #2655 from open-osrs/GRADLE-WRAPPER-UPDATE-689cd184f
project: Update gradle wrapper
2020-06-03 00:10:46 +00:00
OpenOSRS
aaba262e59 Client: Update NPC stats 2020-06-03 00:09:30 +00:00
OpenOSRS
bd00215882 project: Update gradle wrapper 2020-06-03 00:02:42 +00:00
github-actions[bot]
689cd184f3 Merge pull request #2650 from open-osrs/NPC-UPDATE-e93eff46e
Client: Update NPC stats
2020-06-02 00:15:31 +00: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
ThatGamerBlue
e93eff46ea Merge pull request #2649 from open-osrs/lowmemory-reload-scene
lowmemory: refresh scene when toggling plugin
2020-05-31 18:48:31 +01:00
ThatGamerBlue
1bb18cd18b lowmemory: refresh scene when toggling plugin
Closes open-osrs/plugins#286
2020-05-31 17:44:27 +01: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
Adam
7675f92ee5 ge controller: add total to trade message 2020-05-31 11:48:27 -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
fdcf90eb6e Merge pull request #2645 from Owain94/upstream-3105 2020-05-31 07:00:06 +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
Owain van Brakel
47c0103b6f Merge pull request #2643 from Lucwousin/throwing-event-handlers 2020-05-31 05:29:23 +02:00
github-actions[bot]
9cf47e252e Merge pull request #2644 from open-osrs/NPC-UPDATE-332be9fb6
Client: Update NPC stats
2020-05-31 00:16:17 +00: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
44ea837346 ge controller: publish trade data to redis 2020-05-30 19:26:43 -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
Adam
2622cc2ac6 http-api: use separate class for ge trade history 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
bb31babba2 Update NPC IDs to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater
5d39c499ef Update Object IDs to 2020-05-28-rev182 2020-05-30 09:57:40 -04:00