Ganom
12b5fd5077
Fix drag delay not updating ( #1014 )
2019-07-16 21:01:08 +01:00
Ganom
46bd5f4c8e
Merge pull request #1013 from Owain94/upstream-master
...
project: Merge upstream
2019-07-16 12:39:26 -04:00
pklite
d0bd2ae49a
Fixes small anti-drag config bug that would hide the config to change the drag delay when using always-on mode ( #1007 )
...
Signed-off-by: PKLite <stonewall@pklite.xyz >
2019-07-16 12:24:35 -04:00
Alexander
b75a4f1fa7
VorkathHelper fix and FreezeTimers fix related to Vorkath ( #1011 )
...
* vorkathhelper: fix attacks left not updating correctly
* freezetimers: fix timer after killing vorkath spawn, remove redundant class
* freezetimers: remove redundant imports
2019-07-16 12:22:39 -04:00
sdburns1998
41854dbc98
Merge pull request #1002 from Jonatino/patch-1
...
cache: Cast ByteBuffer to Buffer to avoid compilation error with jdk 1.8u211
2019-07-16 18:10:03 +02:00
sdburns1998
7f2f7cb4a4
Merge pull request #1012 from Lucwousin/xtea
...
http-api: Don't make game thread wait for xtea response
2019-07-16 17:59:48 +02:00
Owain van Brakel
c6a8450619
project: Merge upstream
2019-07-16 17:42:01 +02:00
Lucwousin
3cca59439f
http-api: Don't make game thread wait for xtea response
2019-07-16 17:17:07 +02:00
Tomas Slusny
4ac7c33f47
Merge pull request #9008 from Nightfirecat/fix-plugin-list-color-bug
...
PluginListItem: Reset label color on popup menu item click
2019-07-16 13:06:35 +02:00
David
ded702b11f
Add GE limit for Golovanova fruit top ( #9385 )
2019-07-16 10:37:11 +02:00
Ryan
aeab3e8a7b
zoom plugin: add zoom scroll speed configuration
2019-07-15 17:55:06 -04:00
Ryan
ebed283f1d
zoom plugin: add control to reset zoom
2019-07-15 17:55:06 -04:00
Adam
4bcaf1b9b6
Merge pull request #9360 from Nightfirecat/fix-jad-zuk-task-tracking
...
slayerplugin: Correct Jad and Zuk task tracking
2019-07-15 16:56:29 -04:00
Adam
570de63d3d
Merge pull request #9335 from Nightfirecat/ground-items-recolor-telegrab-entries
...
grounditemsplugin: Color telegrab menu entries
2019-07-15 16:18:16 -04:00
Adam
c7ab9eeb3c
Merge pull request #9362 from Quasindro/motherlode-respawn-threshold
...
mlm: fix ore vein max respawn time threshold
2019-07-15 14:13:20 -04:00
David
afaf2f61f4
mining plugin: add gem rocks
2019-07-15 11:19:06 -04:00
Adam
be8d5d1f13
Merge pull request #9275 from abextm/empty-cache-firsttime
...
runelite-client: Handle startup with an empty cache better
2019-07-15 11:09:15 -04:00
Tomas Slusny
762e9bae0a
Merge pull request #9345 from abextm/combobox-containable
...
runelite-client: Allow partial screen containment again
2019-07-15 14:21:39 +02:00
Max Weber
bd89209a99
runelite-client: Allow partial screen containment again
2019-07-15 05:49:04 -06:00
Tomas Slusny
d289171a3a
Merge pull request #9367 from TheStonedTurtle/demonic-clue
...
Cryptic Clue Scroll - Fix demonic ruins text
2019-07-15 10:09:24 +02:00
Tomas Slusny
cbd10dbaca
Merge pull request #9376 from Jordan-Parker/my-fix-branch
...
fishing: Add Entrana river fishing spots
2019-07-15 10:09:02 +02:00
se7enAte9
ef6ea5b18f
pvptools: fix attack/cast hidden options ( #986 )
...
* pvptools: fix attack/cast options
* menuentryswapper: fix tob/cox hide cast options
* menuentryswapper: fix hide cast options in raids
* menuentryswapper: add plugin dependency
* pvptools: add pvp world/wilderness check
* menuentryswapper: fix hiding cast when enabling config setting
* menuentryswapper: fix checkstyle
2019-07-15 08:30:24 +01:00
Jordan Parker
37aa862aaf
fishing: Add Entrana river fishing spots
2019-07-15 16:38:07 +10:00
Kyleeld
b53c3bb1f7
menu entry swapper: Licence addition ( #1005 )
...
* credit where credit is due
credit where credit is due
* Update MenuEntrySwapperConfig.java
2019-07-14 20:42:51 -04:00
Alexander
d29f2ed360
vorkathhelper: add wooxwalk tile indicator, wooxwalk tick indicator, path through acid and config ( #997 )
...
* vorkathhelper: add wooxwalk tile indicator, wooxwalk tick indicator, path through acid indicator and config
* vorkathhelper: fix code formatting
* vorkathhelper: import formatting
* vorkathhelper: fix import formatting
* vorkathhelper: add config caching, fix issue where render overlays would not be removed on teleport or death
* Various refactoring work.
2019-07-14 20:25:29 -04:00
Ron Young
46531f7665
RuneliteColorPicker: add support for recent colors
2019-07-15 00:32:16 +02:00
Ron Young
b6dada85c7
Add ColorPickerManager
2019-07-15 00:32:16 +02:00
Ron Young
dc1e409f09
RuneliteColorPicker: add onClose consumer
2019-07-15 00:32:16 +02:00
Jonathan Beaudoin
35ab316d76
Cast ByteBuffer to Buffer to avoid compilation error with jdk 1.8u211
2019-07-14 15:31:31 -04:00
Ganom
477b0977dc
Fix NPE occuring during event check. ( #1001 )
2019-07-14 20:10:32 +01:00
Ganom
41b7bd7207
itemmanager: updated to use local resources for stats, also addding discord client service. ( #1000 )
...
* Add Discord Client
* Add Discord message and embed utilities
* Add plugin config base
* Add base plugin and NPC Loot Log
* Fixes
Removes duplicated code
Add local player death events
* Add getIcon method
* Remove unused Import
* Move Item Stats from ItemManager to local resources.
Add & Update Discord Embed Service.
Remove DiscordWebHook plugin, it was pretty bad, can do better.
* Fix lombok @NonNull tag.
* Remove old imports.
* Fix travis.
2019-07-14 20:09:44 +01:00
Justin
379bc98c39
Added Superior Gargoyle AOE warning ( #999 )
...
* Added Superior Gargoyle AOE ID to Projectile
* Added Superior Gargoyle AOE warning
2019-07-14 14:57:06 +01:00
TheStonedTurtle
bc9341784c
ClueScroll - Fix demonic ruins text
2019-07-13 23:34:14 -07:00
Quasindro
0c171c674f
mlm: fix ore vein max respawn time threshold
2019-07-13 16:11:39 +02:00
Jordan Atwood
50dba92338
slayerplugin: Correct Jad and Zuk task tracking
...
This adds a field to Task which dictates the expected exp gain of the
task. When set to a non-zero value, it will prevent slayer exp gains
from registering as a kill unless they are of exactly that amount.
Closes runelite/runelite#1865
2019-07-13 00:26:55 -07:00
Tyler Bochard
aa0014f5df
Merge pull request #979 from sdburns1998/loot-pilelelelelelele
...
lootpile: Add a couple ticks for the death animation and don't show negative numbers
2019-07-12 16:40:39 -04:00
Tyler Bochard
71344b3fe7
Merge pull request #987 from sdburns1998/chat
...
chathistory: Fix wrapping
2019-07-12 16:39:57 -04:00
Tyler Bochard
ce879bced3
Merge pull request #988 from sdburns1998/idle
...
Idlenotifier: Animation fallback & inventory idle notifications
2019-07-12 16:39:31 -04:00
Tyler Bochard
ef1a349491
Merge pull request #989 from IanWONeill/master
...
PlayerIndicators: Added extra 'Name on Minimap' options.
2019-07-12 16:38:56 -04:00
Tyler Bochard
35d5ac276e
Merge pull request #990 from runelite-extended/big-cox-scouter
...
raids: Add getter to class, so it looks nice
2019-07-12 16:38:25 -04:00
Zeruth
1cb65fb1e0
Merge branch 'master-2'
...
finishes merge
# Conflicts:
# http-service/src/main/java/net/runelite/http/service/config/ConfigService.java
# http-service/src/main/java/net/runelite/http/service/hiscore/HiscoreService.java
# http-service/src/test/java/net/runelite/http/service/config/ConfigControllerTest.java
# http-service/src/test/java/net/runelite/http/service/loottracker/LootTrackerControllerTest.java
# injector-plugin/src/test/java/net/runelite/injector/InjectTest.java
# runelite-client/src/main/java/net/runelite/client/plugins/banktags/tabs/TabInterface.java
# runelite-client/src/main/java/net/runelite/client/plugins/dailytaskindicators/DailyTasksPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/grandexchange/GrandExchangeSearchPanel.java
# runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/mining/MiningPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/mta/telekinetic/TelekineticRoom.java
# runelite-client/src/main/java/net/runelite/client/plugins/party/PartyPlugin.java
# runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldSwitcherPanel.java
2019-07-12 16:34:04 -04:00
Adam
5844c7c5de
imp plugin: handle npc changes to imps
...
The imps in puro-puro will change into imps after spawning as a null
npc. Previously this would not track imps unless you happened to walk
into visibility of one while it was an imp.
2019-07-12 11:38:36 -04:00
Adam
f9de6f53fb
imp plugin: cleanup
...
Add imp tag, remove unnecessary declared exceptions, and clear npcs on
shutdown
2019-07-12 11:38:35 -04:00
Adam
caaf98a859
api: add npc changed event
...
Co-authored-by: WooxSolo <twoxsolo123@gmail.com >
2019-07-12 11:38:05 -04:00
Tyler Bochard
0731a11198
Update README.md
...
lol
2019-07-12 10:34:38 -04:00
David
06f4d620ad
Center the Inventory icon in 2005 resizable mode ( #9322 )
2019-07-12 14:50:27 +02:00
rlw0014
ce71957d49
Add swap for ToB Quick-Enter to menu entry swapper ( #9136 )
2019-07-12 13:00:22 +02:00
Tomas Slusny
81ffcb9f3f
Merge pull request #4393 from Noremac201/screenshot-timer
...
Stop screenshot plugin from overwriting pictures
2019-07-12 12:49:10 +02:00
Tomas Slusny
52592a5c37
Merge pull request #7928 from raiyni/issue-1302
...
Bank Tags: close chat input like withdraw-x
2019-07-12 12:37:05 +02:00
Tomas Slusny
92f3b2e5bc
Merge pull request #9347 from Nightfirecat/hot-cold-strange-device-marker
...
hotcoldclue: Display npc location before using device
2019-07-12 11:36:17 +02:00