Grehgous
ef80e0de28
Fix Status Bars plugin "hide when our of combat"
...
When this option is enabled, status bars were only hidden after entering and leaving combat for the first time. This change allows the status bars to be correctly hidden without requiring entering then leaving combat.
2020-01-10 21:52:04 -05:00
Owain van Brakel
6f330d6a5c
radiance: Update to latest version
2020-01-10 18:57:45 +01:00
Owain van Brakel
1dcfb25eb0
config: Expand panels on search and restore state when search query i… ( #2206 )
...
* config: Expand panels on search and restore state when search query is empty
* Update PluginListItem.java
Co-authored-by: Kyle <48519776+xKylee@users.noreply.github.com >
2020-01-10 14:46:57 +00:00
Owain van Brakel
719f8f163c
statusorbs: Edit graceful recovery rate calculations ( #2205 )
...
statusorbs: Edit graceful recovery rate calculations
2020-01-10 15:24:11 +01:00
Owain van Brakel
91906834d8
statusorbs: Edit graceful recovery rate calculations
...
The latest game update changes the way the graceful set works
2020-01-10 14:38:44 +01:00
Owain van Brakel
34da950c59
config: rework ( #2204 )
...
config: rework
2020-01-10 12:27:29 +01:00
Owain van Brakel
140c31268d
config: rework
2020-01-10 12:08:44 +01:00
Kyle
4b28420e67
menuentryswapper: Left Click options within Bank ( #2198 )
...
* MES: Left click bank actions (eat, wield, wear, drink)
2020-01-10 10:52:53 +00:00
Owain van Brakel
3e60d3a0a2
Bronzemanmode: overhaul ( #2157 )
...
Bronzemanmode: overhaul
2020-01-10 11:13:08 +01:00
Owain van Brakel
4f1586cfbb
Merge pull request #2183 from xKylee/bankedxp
...
BankedXP: update plugin
2020-01-10 11:12:09 +01:00
Im2be
037a5c8de5
raids: Fixed an uncommon ArrayOutOfBoundsException in RotationSolver ( #2201 )
...
* raids: Fix !layout command & update RaidOverlay
* raids: Fixed an uncommon ArrayOutOfBoundsException in RotationSolver
2020-01-10 09:09:50 +00:00
Im2be
27cf37980a
raids: Fix !layout command & update RaidOverlay ( #2200 )
2020-01-09 20:33:39 -05:00
OpenOSRS
0b03cf9f52
Client: Update NPC stats
2020-01-10 00:23:35 +00:00
Owain van Brakel
e53cfe60bf
Merge remote-tracking branch 'upstream/master'
2020-01-09 21:06:50 +01:00
Owain van Brakel
c0db3155a0
actions: Fix actions
2020-01-09 21:06:40 +01:00
Im2be
de33328653
Merge branch 'master' of https://github.com/Im2be/runelite
2020-01-09 20:25:07 +01:00
Im2be
a4e13d665f
raids: Implemented !layout command (fix for real this time)
2020-01-09 20:21:31 +01:00
Im2be
cabd84e673
raids: Implemented !layout command (fix)
2020-01-09 20:19:58 +01:00
Owain van Brakel
3399795f04
Merge branch 'master' into master
2020-01-09 20:19:33 +01:00
Owain van Brakel
dfaf72eb35
Merge remote-tracking branch 'runelite/master' into ready-set-action
...
Conflicts:
.gitignore
cache-client/pom.xml
cache-updater/pom.xml
cache/pom.xml
cache/src/main/java/net/runelite/cache/definitions/loaders/ParamLoader.java
deobfuscator/src/main/java/net/runelite/deob/clientver/ClientVersion.java
http-api/pom.xml
http-service/pom.xml
http-service/src/test/java/net/runelite/http/service/hiscore/HiscoreServiceTest.java
pom.xml
protocol-api/pom.xml
protocol/pom.xml
runelite-api/pom.xml
runelite-api/src/main/java/net/runelite/api/Client.java
runelite-client/pom.xml
runelite-client/src/main/java/net/runelite/client/RuneLite.java
runelite-client/src/main/java/net/runelite/client/RuneLiteProperties.java
runelite-client/src/main/java/net/runelite/client/config/RuneLiteConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/PluginManager.java
runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/camera/CameraPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/cannon/CannonConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/cannon/CannonPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPanel.java
runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/config/HotkeyButton.java
runelite-client/src/main/java/net/runelite/client/plugins/config/PluginListItem.java
runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/friendnotes/FriendNotesPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/hiscore/HiscorePanel.java
runelite-client/src/main/java/net/runelite/client/plugins/hiscore/HiscorePlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/kourendlibrary/KourendLibraryPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/loottracker/LootTrackerPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/musicindicator/MusicIndicatorPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java
runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/Tree.java
runelite-client/src/main/java/net/runelite/client/plugins/woodcutting/WoodcuttingPlugin.java
runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldTableHeader.java
runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerPlugin.java
runelite-client/src/main/java/net/runelite/client/rs/ClientLoader.java
runelite-client/src/main/java/net/runelite/client/rs/CountingInputStream.java
runelite-client/src/main/java/net/runelite/client/ui/FatalErrorDialog.java
runelite-client/src/main/java/net/runelite/client/ui/SplashScreen.java
runelite-client/src/main/java/net/runelite/client/util/CountingInputStream.java
runelite-client/src/main/java/net/runelite/client/util/ImageUtil.java
runelite-client/src/main/java/net/runelite/client/util/SwingUtil.java
runelite-client/src/main/resources/net/runelite/client/runelite.properties
runelite-client/src/main/resources/npc_health.json
runelite-client/src/test/java/net/runelite/client/plugins/hiscore/HiscorePanelTest.java
runelite-client/src/test/java/net/runelite/client/plugins/raids/RaidsPluginTest.java
runelite-script-assembler-plugin/pom.xml
2020-01-09 19:59:46 +01:00
Im2be
20d8a25467
raids: Implemented !layout command
2020-01-09 19:39:06 +01:00
Im2be
595ec442c8
raids: Implemented !layout command
2020-01-09 19:14:41 +01:00
Abex
818018e858
Merge pull request #10568 from abextm/banktags-new-at-end
...
banktags: move new tagtab button to the bottom of the list
2020-01-09 04:41:05 -07:00
Hydrox6
dc7d1dfb26
Revert "client: Add Music Track Indicator plugin"
...
This reverts commit f6e5ef1f3d
2020-01-09 11:13:13 +00:00
ST0NEWALL
4dbae7459f
Merge pull request #2177 from Lucwousin/chat-eventbus
...
client: Refactor chat input listeners to just use the eventbus
2020-01-08 19:25:43 -05:00
Max Weber
358703f307
banktags: move new tagtab button to the bottom of the list
...
To make way for the equipment button
2020-01-08 11:42:24 -07:00
Adam
bf0ff69e07
raids plugin: add option to show loot value
...
Co-authored-by: melkypie <melkypie@users.noreply.github.com >
2020-01-07 17:38:01 -05:00
Thomas Cylke
ad7e673c52
Thin tile outline for NPC indicators
2020-01-07 11:01:41 -05:00
Adam
dba07c2475
Merge pull request #10542 from bytemunch/add-foods
...
Cooking calculator: add missing foods
2020-01-05 14:03:28 -05:00
Sam Edelsten
af4fd1f6fe
add foods to skill calculator
...
add missing foods to skill_cooking.json
2020-01-05 17:30:48 +00:00
Adam
f0bc773b26
Merge pull request #10547 from Hydrox6/clues-lava-battlestaff
...
clues: add Lava battlestaff (or) to the Trollheim emote clue
2020-01-05 11:15:26 -05:00
Adam
3cf777d274
hiscore plugin: add boss hiscores
...
Co-authored-by: Abex <mii7303@gmail.com >
Co-authored-by: Gamma91 <bramvgemert@gmail.com >
2020-01-05 10:10:49 -05:00
Hydrox6
10744a0edc
clues: add Lava battlestaff (or) to the Trollheim emote clue
2020-01-03 23:24:52 +00:00
Adam
da0f507ffb
camera plugin: add Look South/East/West option to compass
2020-01-03 11:02:23 -05:00
Adam
49a7c18ad6
camera plugin: reposition startUp/shutdown members
2020-01-03 11:01:34 -05:00
Ganom
cfa501dea5
mes: standardize entry.getOption, as it contains tags. ( #2184 )
2020-01-03 13:24:38 +00:00
Lucwousin
d7efe2304a
Merge pull request #2179 from dutta64/feature/plugin-itemcharges
...
Plugin: Add Kharedst's Memoirs to ItemChargePlugin
2020-01-03 00:07:45 +01:00
Dutta64
1149bd8b2c
Plugin: Add Kharedst's Memoirs to ItemChargePlugin
2020-01-02 15:14:00 -07:00
xKylee
091f104424
oops
...
oops
2020-01-02 19:05:19 +00:00
Lucwousin
d1b4e2e23f
Merge pull request #2060 from Lucwousin/hd-minimaps
...
Client: add hd minimaps
2020-01-02 19:39:51 +01:00
Dennis
e75968ce9f
runelite-client: add hd minimap toggle to minimap plugin
2020-01-02 19:19:51 +01:00
xKylee
d8004396da
Update Secondaries.java
2020-01-02 14:15:20 +00:00
xKylee
95e093e56a
BankedXP: update plugin
...
add fletching & firemaking
credit for some of this to thestonedturtle.
plugin brought up-to-date with his on the plugin-hub also.
2020-01-02 14:12:14 +00:00
dutta64
f93ed474b3
Re-write lizardmanshaman plugin ( #2175 )
2020-01-02 10:26:27 +00:00
Dozer
4b7597019b
SuppliesTracker: Prayer, farming, and bug fixes ( #2167 )
...
* Farming, prayer, bug fixes
* Fix jewellery tooltip
* rename Skills to skills
2020-01-02 10:26:01 +00:00
Dozer
78a92baaa1
GauntletPlugin: Resource fix ( #2168 )
...
* Fix double resource counter and resource counter starting at 1
* Checkstyle cause ya boi a brainlet
* Moved onstatschanged to switch
* brainlet move added breaks
2020-01-02 10:25:43 +00:00
Lucwousin
9515f6d220
Don't set stop to false
2019-12-31 22:29:40 +01:00
Lucwousin
214f642e95
Refactor chat input listeners to just use the eventbus
2019-12-31 22:22:13 +01:00
Adam
618050ad07
clientloader: throw an exception when unable to peek first entry
2019-12-30 15:44:02 -05:00
Adam
61a72d5a54
menu swapper: add shift click abort ge offer
...
Co-authored-by: Adelaidian <Adelaidian@users.noreply.github.com >
2019-12-29 14:38:04 -05:00