Commit Graph

8901 Commits

Author SHA1 Message Date
Ganom
75e89e5ecc Merge pull request #736 from runelite-extended/delete-test
Who needs tests anyway?
2019-06-24 18:10:12 -04:00
ThatGamerBlue
0b0267b7ed Who needs tests anyway? 2019-06-24 21:58:42 +01:00
James
24ba855fbe Show HA profit while casting HA (#727)
* Show HA profit while casting HA

Signed-off-by: James Munson <jmunson@openpoll.io>

* Update ItemPricesOverlay.java
2019-06-24 12:54:45 +01:00
ThatGamerBlue
f7aee1dfbf Fix HTTP API User-Agent (#729)
* Update RuneLiteAPI.java

* this is why you use an ide
2019-06-24 12:44:56 +01:00
James
3a44470e31 Added ground item ticks (#726)
* Added ground item ticks

Signed-off-by: James Munson <jmunson@openpoll.io>

* update config

Signed-off-by: James Munson <jmunson@openpoll.io>
2019-06-24 11:50:03 +01:00
ThatGamerBlue
32c791610a Auto-update RL api version (#725) 2019-06-24 03:36:54 -07:00
FrostyFridge
307d0214fd NPC Whitelist and Blacklist options for Loot Filter (#709)
* Add blacklist and whitelist to Loot Tracker Plugin

* Fix imports

* style
2019-06-24 01:13:35 -07:00
vanni
818a92bcc9 Ignore comment lines on custom menu entry swapper (#721)
Any line that starts with // will be ignored, giving you the ability to categorize your swaps.

![alt text](https://i.gyazo.com/09fe3443ac466ddbc7f7e691aae18bdf.png)
2019-06-24 01:12:56 -07:00
Lucwousin
3468ad9b5b Remove config calls from fps overlay (#708) 2019-06-23 22:49:52 -07:00
Ganom
768123d7cd Merge pull request #719 from gazivodag/runedoku_update
Runedoku ability to render only selected rune
2019-06-24 01:29:54 -04:00
gazivodag
6d9194000c Runedoku ability to render only selected rune
https://gyazo.com/4493c14558d85b04f093f67ee7cf93cd
2019-06-24 01:12:47 -04:00
zeruth
30f5997d07 Update XteaClient.java 2019-06-23 18:37:32 -04:00
Ganom
8273420838 Fix Travis (#716) 2019-06-23 15:36:21 -07:00
zeruth
408071a6ae Fix API
yeah yeah yeah
2019-06-23 17:56:35 -04:00
zeruth
d0e3481bdf Revert "regression: fix api-reliant plugins (#715)"
This reverts commit 587f336938.
2019-06-23 17:45:12 -04:00
ThatGamerBlue
587f336938 regression: fix api-reliant plugins (#715) 2019-06-23 22:36:00 +02:00
Ganom
8514a594f2 Update NPC Stats with latest Wiki data. (#710) 2019-06-23 22:22:23 +02:00
Ganom
9e8472554d Merge pull request #706 from Lucwousin/a
Refactor hydra plugin
2019-06-23 16:06:54 -04:00
Ganom
3388614767 Fix Travis (#714)
* Fix Travis

* Fix Travis

* Fix Travis

* Fix Travis
2019-06-23 21:01:25 +01:00
Ganom
a3a4d18951 Merge pull request #712 from gazivodag/pileindicators_fix
fixes #696 and adds the intended functionality
2019-06-23 15:46:38 -04:00
gazivodag
7b6e47897b fixes #696 and adds the intended functionality
some slight cleanup as well
2019-06-23 07:57:00 -04:00
zeruth
2869c0db55 Update XteaPlugin.java 2019-06-23 06:20:58 -04:00
zeruth
3c02f5b9c8 Use our own http-service / http-api
Also starts scraping xtea keys :)
2019-06-23 05:51:52 -04:00
Tyler Bochard
f8ba2de7a1 Merge pull request #696 from f0rmatme/updatee
Moved pile stuff in player indicators to the pileindicators
2019-06-23 00:53:34 -04:00
Tyler Bochard
841155777c Merge pull request #701 from runelite-extended/ninja
add ninja impling
2019-06-23 00:52:54 -04:00
Lucas
a6404ad5ca Refactor hydra plugin
Add hydra-logic to hydra instead of plugin
Lazy load overlay images and move to enum
Lombok some more
2019-06-23 06:44:53 +02:00
Tyler Bochard
cf7973b5eb Merge pull request #703 from Lucwousin/aaooaoaoaoaoaoaoooaoaoooa
Fix tests and make travis run them again
2019-06-22 18:46:49 -04:00
Lucas
8c190cb491 Fix tests and make travis run them again 2019-06-23 00:38:22 +02:00
James Munson
9d07e360f5 How did i miss this 2019-06-22 14:58:57 -07:00
James Munson
42654621f0 How did i miss this 2019-06-22 14:58:31 -07:00
James Munson
fc3547bb73 Checkstyle 2019-06-22 14:51:06 -07:00
Lucwousin
14e6ff1806 Cleanup inferno plugin (functionality should be the same) (#700)
* Cleanup inferno plugin (functionality should be the same)

* Cleanup inferno plugin (functionality should be the same)
2019-06-22 22:28:29 +01:00
Kyleeld
c18a30bc0c Update MenuEntrySwapperPlugin.java 2019-06-22 20:37:58 +01:00
Kyleeld
63015add38 add ninja impling
add ninja impling menu entry swapper
2019-06-22 19:01:11 +01:00
Kyleeld
1caaae14a8 wave fix (#698)
wave fix

nextWaveNumber = ((currentWaveNumber < 63) ? (currentWaveNumber + 1) : -1);

changed to

nextWaveNumber = ((currentWaveNumber < 69) ? (currentWaveNumber + 1) : -1);
2019-06-22 06:14:44 -06:00
James Munson
1552b8d9fc Moved pile stuff in player indicators to the pileindicators 2019-06-22 01:47:19 -07:00
zeruth
c655c9f542 Revert "Merge branch 'master' into master"
This reverts commit 43520c1958, reversing
changes made to 2e7aea3c62.
2019-06-22 02:38:35 -04:00
Tyler Bochard
43520c1958 Merge branch 'master' into master 2019-06-22 02:35:58 -04:00
zeruth
2e7aea3c62 live update 2019-06-22 02:02:02 -04:00
Tyler Bochard
2d0c2b8eb6 Merge pull request #695 from runelite/master
bringup
2019-06-22 00:50:16 -04:00
Tyler Bochard
e74ef8dbef Merge pull request #693 from runelite-extended/inferno-and-fightcaves-fix
Inferno and fightcaves fix
2019-06-22 00:47:34 -04:00
Kyleeld
70335b5a95 sigh, yet another fix
sigh, yet another fix
2019-06-22 05:24:46 +01:00
Kyleeld
53b36a6397 Update InfernoWaveOverlay.java 2019-06-22 05:18:37 +01:00
Kyleeld
2f6f3d8157 NPE fix + wave info
NPE fix + wave info
2019-06-22 05:16:12 +01:00
Kyleeld
a58898f46e Update InfernoWaveOverlay.java 2019-06-22 04:46:12 +01:00
Kyleeld
fce9847c15 nibbler overlay fix
nibbler overlay fix
2019-06-22 04:40:29 +01:00
Ganom
e689fc0b7a Add Seperate handler for Toxic Lists (#694)
This was causing an issue where toxic players were being labeled as scammers.
2019-06-22 04:32:42 +01:00
Kyleeld
bf72c1775b Update InfernoConfig.java
sigh c != C
2019-06-22 04:31:10 +01:00
pklite
b33852f28a Makes the player count overlay only show up in PvP areas (#691)
* Makes the player counter overlay only show up in wilderness, pvp worlds,
or clan wars

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Include deadman mode worlds

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-22 04:24:00 +01:00
Kyleeld
76928a1455 Update InfernoConfig.java
changing from wildcard import to named import
2019-06-22 04:22:39 +01:00