ThatGamerBlue
f7f38e138b
rename Actor#readySequence to Actor#idleSequence
2020-06-03 15:10:34 +01:00
ThatGamerBlue
b6256767cc
Add offset method to point
2020-06-03 14:35:53 +01:00
Owain van Brakel
1868f69c42
Merge pull request #2652 from LethalLeonard/RepositorySorting
2020-06-03 07:25:51 +02:00
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
d209a44e98
Merge pull request #2657 from Owain94/upstream-0306
2020-06-03 07:18:25 +02:00
Owain van Brakel
6bb24a2bcc
pluginlistpanel: Default -> System
2020-06-03 07:16:52 +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
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
Lucwousin
f452dde7c6
Add windowed borderless to "RuneLite" config
2020-06-02 22:47:57 +02:00
Jacob Leonard
8c4c57ef5d
Fixes a brace placement.
2020-06-02 12:58:27 -04:00
Jacob Leonard
02c4ed6a5c
Adds sorting plugins by repository
2020-06-02 12:48:42 -04: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