Commit Graph
9242 Commits
Author SHA1 Message Date
sdburns1998 706e9fbf13 cluescroll: Combine nested if statements 2019-07-07 03:06:09 +02:00
sdburns1998 e74faa9cdf cluescroll: hotcold: Don't access the map twice 2019-07-07 03:05:01 +02:00
sdburns1998 f691e28742 clanmanmode: Combine nested if statements 2019-07-07 03:01:22 +02:00
sdburns1998 aa353c33a9 clanmanmode: Save config values 2019-07-07 02:55:22 +02:00
sdburns1998 92cf037677 clanmanmode: Use equals when comparing objects 2019-07-07 02:46:30 +02:00
sdburns1998 83d39aa86a clanchatplugin: Make use of the saved config var 2019-07-07 02:45:31 +02:00
sdburns1998 66833601f8 clanchatplugin: Compare objects using equals 2019-07-07 02:44:19 +02:00
sdburns1998 b606644e8f chattranslationplugin: Use logger 2019-07-07 02:42:53 +02:00
sdburns1998 e62df63099 chattranslationplugin: Remove unused variable 2019-07-07 02:41:38 +02:00
sdburns1998 ec6874fb58 chattranslationplugin: Use interface instead of type 2019-07-07 02:40:19 +02:00
sdburns1998 0a0bdce375 chattranslationplugin: Combine nested if statemnets 2019-07-07 02:39:35 +02:00
sdburns1998 01bf7d7c4e chathistoryplugin: combine nested if statements 2019-07-07 02:38:02 +02:00
sdburns1998 3b801ce0b0 chatcommandsplugin: use logger 2019-07-07 02:36:53 +02:00
sdburns1998 dea0d19d92 chatcommandsplugin: equalsIgnoreCase 2019-07-07 02:32:55 +02:00
sdburns1998 aceaf81060 cannonplugin: Combine nested if statements 2019-07-07 02:31:46 +02:00
sdburns1998 6c04132d74 blackjackplugin: Combine nested if statements 2019-07-07 02:26:19 +02:00
sdburns1998 6a35e214c2 barrows: Combine nested if statements 2019-07-07 02:25:26 +02:00
sdburns1998 6bd5fe0fe4 barrows: Compare objects using equals 2019-07-07 02:25:03 +02:00
sdburns1998 9c78ac1eac barbarianassault: Remove usused fields 2019-07-07 02:22:56 +02:00
sdburns1998 d4ffdb7fa2 barbarianassault: Interface instead of type 2019-07-07 02:20:26 +02:00
sdburns1998 4203905cce barbarianassault: Combine nested if statements 2019-07-07 02:18:30 +02:00
sdburns1998 b880a9bb40 barbarianassault: equalsIgnoreCase 2019-07-07 02:16:43 +02:00
sdburns1998 b5cbb48575 banlistplugin: combine nested if statements 2019-07-07 02:14:42 +02:00
sdburns1998 d2a90b7303 banlistplugin: Interface instead of type 2019-07-07 02:12:57 +02:00
sdburns1998 6375a8c2df banlistplugin: Char is faster than string 2019-07-07 02:11:18 +02:00
sdburns1998 f635532b0c banktags: Combine nested if statements 2019-07-07 02:08:28 +02:00
sdburns1998 8f070f4da7 attackstyles: comment out empty if statement 2019-07-07 02:07:11 +02:00
sdburns1998 d2d8992d82 aoewarnings: Combine nested if statements 2019-07-07 02:05:44 +02:00
sdburns1998 5a0df39b4d Antidrag: combine nested if statements 2019-07-07 02:04:53 +02:00
sdburns1998 2c2f0626a7 achievementdiary: remove redundent null check 2019-07-07 02:02:22 +02:00
Ganom 8ba3ca3fef Merge pull request #909 from Lucwousin/pay-dirt
motherlode: add "pay-dirt!" to motherlode mine
2019-07-06 16:38:53 -04:00
Kyleeld 6487b9c609 fix pickpocket (#910)
fixes left click pickpocketing
2019-07-06 16:37:16 -04:00
Lucas c4ebe33dd0 Add "Pay-dirt!" to motherlode mine
Adds a script to send a public message
2019-07-06 16:58:19 +02:00
sdburns1998 f8003f1d03 'Globalize' RL+ config (#908)
* Fix tabs in Runelite config

* Move RL+ config

* Move some items to runelite.properties

* 'Globalize' RL+ config

* Move enabling external plugins to RL+ config

* Fix default presence

* Fix master branch errors

* Fix guicing in test

* Remove non final discordAppID
2019-07-06 16:38:57 +02:00
sdburns1998 1c5502401e Merge pull request #904 from Lucwousin/yar_yeet_dab
More rs-client refactoring
2019-07-06 15:35:15 +02:00
Lucas d1caab6456 Fix checkstyle in pluginsorter/configpanel 2019-07-06 14:48:31 +02:00
Lucas 5d506e9bda More rs-client refactoring 2019-07-06 14:34:19 +02:00
se7enAte9 1f984a81ca menumanager: fix hidden entries (#898) 2019-07-06 14:33:40 +02:00
Zeruth a12cfd7aed sheesh! 2019-07-06 01:25:39 -04:00
Zeruth 8ccd0a1618 fixes plugin organizer not hiding plugins when it should 2019-07-06 01:25:18 -04:00
Tyler Bochard df6e82eee0 Update PluginSorterPlugin.java
should fix plugins being visible after a client restard.
2019-07-05 17:35:22 -07:00
Kyleeld eade0e8f72 Fix PvP issues (#900)
* fixes attack & cast options

fixes clan members always showing walkhere, even when hide options is unticked.

removed option from clanmanmode and added to just pvptools.

removed unneccessary stuff from pvptools

amended menuentryswapper to reflect the new mixins.

amended mixin.

* fix wilderness lines

* Update PvpToolsPlugin.java
2019-07-05 16:52:02 -07:00
Lucwousin 2367f7ee18 Fix hiding player attacks in client, add option to hide cast as well (#896)
Tiny bit of refactoring as well
2019-07-05 22:10:02 +01:00
sdburns1998 a8cf657e4c Add a button to the info panel to open the log dir (and fix the discord (#894)
* Add a button to the info panel to open the log dir (and fix the discord
invite link)

* Use user defined font

* Fix versionPanel layout

* Checkstyle
2019-07-05 20:27:51 +02:00
sdburns1998 cce75860f2 Merge pull request #895 from se7enAte9/slowswapfix
menumanager: fix slow swaps
2019-07-05 19:34:56 +02:00
7ate9 aa403a9b57 menumanager: fix slow swaps 2019-07-05 12:04:10 -04:00
Tyler Bochard 7227c1fc75 Merge pull request #887 from f0rmatme/ItemFinderutil
Add ItemFinder util
2019-07-05 01:55:15 -04:00
Tyler Bochard 42739e9226 Merge pull request #871 from f0rmatme/timeout
Increase timeout for runelites api
2019-07-05 01:54:12 -04:00
Tyler Bochard 7312e7ba4b Merge pull request #888 from f0rmatme/groundmarkers
Removes max draw distance of ground markers
2019-07-05 01:52:43 -04:00
Tyler Bochard 1dd2ec80f6 Merge pull request #890 from se7enAte9/exceptionfix
menumanager: fix NoElementException
2019-07-05 01:51:10 -04:00