Commit Graph
6061 Commits
Author SHA1 Message Date
Lucas 8c190cb491 Fix tests and make travis run them again 2019-06-23 00:38:22 +02: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 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
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
Kyleeld 83567adef7 information
wave overlay fix for fightcaves

overhaul of inferno plugin to allow customization of wave info box + reworked mappings of caves.
2019-06-22 04:20:15 +01:00
Tyler Bochard d0a43f0a98 Merge pull request #688 from Lucwousin/injected_art
Make injected-client a maven dependency
2019-06-21 22:16:26 -04:00
Lucas 3977f9ca61 Make injected-client maven dependency 2019-06-22 02:46:39 +02:00
ScapeRune 15d6be2919 worldmap: Fix MEP2 and Shadows of the Storm quest tooltips (#9166) 2019-06-22 02:41:02 +02:00
Daniel f31739b7e2 Add snakeskin gear to skill calculator (#9172) 2019-06-22 02:40:10 +02:00
Ganom d16ef229eb Update Scouter to include background options, and fix record raid bug. 2019-06-21 19:19:06 -04:00
Ganom 619d4907e6 Fix-up Vanguards in Cox Helper 2019-06-21 17:54:35 -04:00
Lucwousin 85d030e631 Fix inventory setups (#683) 2019-06-21 19:38:36 +01:00
Lucas 24228f86fe Fix healthbar stuff, remove double constant 2019-06-21 18:55:58 +02:00
zeruth 8020f758e1 bringup 2019-06-21 03:32:48 -04:00
zeruth 1f5ac7a86a Merge branch 'master' of https://github.com/runelite/runelite into runelite-master 2019-06-21 03:32:14 -04:00
James 711e6c1a82 Bug fixes for inventory setup (#673)
* Fix for inventory setup

*  Fix bug where toggling plugin would fail to load setups from config

*  Fix bug where toggling plugin would fail to load setups from config

* Revert
2019-06-21 02:08:30 +01:00
Ganom f5a40623f0 Add back in regular GameObjects for Dev Tools (#677) 2019-06-20 17:39:40 -07:00
Lucas 2a4fbef7ee Add gameobject id's to dev tools via dynamicobjects 2019-06-21 02:03:34 +02:00
xperiaclash 3adafeb578 remove burn after cox raid is done 2019-06-20 22:19:41 +02:00
Ganom d2841b1216 Merge pull request #672 from Lucwousin/alalallalalallala
Bump up version numbers
2019-06-20 14:14:54 -04:00
Lucas 9cc32a6307 Bump up version numbers 2019-06-20 19:05:13 +02:00
xperiaclash 993731a0d9 fixes #664 2019-06-20 15:42:19 +02:00
Runelite auto updater 9620a4fce6 [maven-release-plugin] prepare for next development iteration 2019-06-20 11:19:39 +00:00
Runelite auto updater 5b8d0e897f [maven-release-plugin] prepare release runelite-parent-1.5.27 2019-06-20 11:19:34 +00:00
Max Weber 1c9dacf497 LootManager: update npc ids 2019-06-20 04:48:59 -06:00
RuneLite Cache-Code Autoupdater 4b36918ba7 Update Item variations to 2019-06-20-rev180 2019-06-20 10:33:18 +00:00
Ganom 7dec0ac448 Clean up Cox Helper (#668)
* Clean up Cox Helper

* Small Fix-up

* Add Graphics Objects to API
2019-06-20 11:31:33 +01:00
Ganom 11883a9d01 Accurate Tick Timers for Aoe Warnings (#667)
* Udate Aoe Warnings to include Tick Timings.

* Remove Debug Output

* Remove Tick Timers for certain projectiles, as they would be useless.
2019-06-20 11:31:01 +01:00
pklite 4fbc35de96 Adds an overlay for the local player counter (#669)
* Adds an overlay for friendly/enemy player count from PvP tools

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

* Prevents local player from being added to count

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-20 01:41:15 -07:00
Tomas Slusny a49cd4b59a Merge pull request #9145 from WilliamCollishaw/grotesque-guardian-typo
Fix 'GROTESQUE_GUARDIAN' typo in SlayerUnlock enum
2019-06-20 08:55:16 +02:00
Kyleeld 72c3963215 Questcape menuentry (#658)
* Update MenuEntrySwapperPlugin.java

* Create QuestCapeMode.java

* Update MenuEntrySwapperConfig.java

* Update QuestCapeMode.java

rip

* Update MenuEntrySwapperPlugin.java
2019-06-19 16:31:11 -07:00
ThatGamerBlue cdd272b2a6 Make whale watchers overlay moveable (#661) 2019-06-19 16:25:43 -07:00
Ganom 2a0bf66e3b Fix Combat Counter Tables (#663)
* Fix Alignments

* Fix Alignment
2019-06-19 16:25:11 -07:00
vanni 6b5863d363 Blackjack update (#656)
* (More) efficient blackjacking

isKnockedOut is no longer being used to swap menu entrys. So it was removed

Added other message to trigger knockout tick. This pickpockets the bandit when he aggros you preventing trading damage and better xp/h

* Pickpocket toggle and changes

Toggleable pickpocket on aggro to save food which means less trips
Made both strings static and global
2019-06-19 18:53:00 -04:00
Tomas Slusny d60bc5c554 Merge pull request #9146 from WilliamCollishaw/aberrant-spectre-typo
Fix 'ABERRANT_SPECTRE' typo in SlayerUnlock and CannonSpot enums
2019-06-20 00:06:23 +02:00
Twiglet1022 906e8ad509 notifier: add customisation to flash notification 2019-06-19 15:15:38 -06:00
Adam 0faa0a427b Merge pull request #9124 from Hydrox6/timers-teleblock-fix
timers: fix teleblock message
2019-06-19 14:45:54 -06:00