Commit Graph

5253 Commits

Author SHA1 Message Date
PKLite
c5fd9e3a6d Merge branch 'master' into loot-tracker-update 2019-06-11 19:26:02 -04:00
PKLite
e7cffcc29c Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-06-11 19:25:40 -04:00
Tyler Bochard
cf95eebbbd Merge pull request #526 from Seraph2/demonic-gorilla-aoe-warnings
Added demonic gorilla AoE warnings
2019-06-11 18:28:34 -04:00
Tyler Bochard
63da46cb2b Merge pull request #530 from se7enAte9/master
MenuManager hidden entries
2019-06-11 18:28:12 -04:00
Tyler Bochard
2968fd2e40 Merge pull request #555 from Infinitay/vorkath-refactor
Vorkath refactor + Fire ball ("tick fire") overlay
2019-06-11 18:27:30 -04:00
Lucas
549898f8c5 Update clientloader (and tell only developers to turn on assertions)
Make both `--localinjected` and `--rs=CUSTOM` work

Make `--rs=VANILLA` work again
2019-06-11 20:37:44 +02:00
Infinitay
5115afc5e0 Remove unused Inject Notifier 2019-06-11 14:11:26 -04:00
Infinitay
7414632799 Add copyright, add/remove overlay on npc (de)spawn 2019-06-11 13:54:42 -04:00
Lucas
ffe42de972 use Character.isDigit() for bankpin 2019-06-11 17:06:54 +02:00
Infinitay
97cd5e24d5 Remove fire bomb notification (added in #513) 2019-06-10 22:45:38 -04:00
Infinitay
c15c93f5e5 Refactor Vorkath plugin
- Uses ProjectileMoved and AnimationChanged
 - Changed overlay to display the current phase vorkath is on
  - No longer shows how many attacks till NEXT phase
  - Shows how many attacks till CURRENT phases special attack
 - Added fire bomb to overlay during acid phase (tick-attack)
 - Removed ZombifiedSpawn class as it is unnecessary
 - Added fire bomb attack notification
2019-06-10 22:45:38 -04:00
zeruth
01d7294289 Use -rs=CUSTOM
Im sure @lucwousin will rejoice presently ;p
2019-06-10 19:45:54 -04:00
Lucas
0ceb0a741a Remove debug msg printing bank pin in logs (whoops) 2019-06-11 00:32:41 +02:00
Lucas
30c105a4cf Use scripts for enabling and removing bankpin keylistener 2019-06-11 00:06:01 +02:00
se7enAte9
338c42a030 Merge pull request #1 from runelite-extended/master
build update
2019-06-10 17:19:38 -04:00
Kyleeld
658719bdd5 Delete InfernoNibberOverlay.java 2019-06-10 14:44:30 +01:00
Kyleeld
37f80184c4 justice 2019-06-10 14:41:27 +01:00
Kyleeld
4edf646eb4 change from player to nibbler 2019-06-10 14:34:43 +01:00
Kyleeld
b4f048204a Update AoeProjectileInfo.java 2019-06-10 14:19:39 +01:00
Justin
766005f725 added copyright to inferno
changed 'Players' to 'Nibblers'
2019-06-10 17:44:26 +10:00
zeruth
0a3330bfa5 Various 2019-06-10 03:30:42 -04:00
James Munson
248b238e9d Updated inferno plugin 2019-06-09 23:53:03 -07:00
James Munson
58014c53be Added inferno plugin 2019-06-09 23:43:15 -07:00
Tyler Bochard
3adb93c498 Merge pull request #535 from runelite-extended/sightrange
Extend line of sight range
2019-06-10 02:33:53 -04:00
Tyler Bochard
2f841937eb Merge pull request #537 from runelite-extended/implingoverlay
Add impling overlay
2019-06-10 02:33:43 -04:00
James Munson
71103190b5 Fix 2019-06-09 23:31:19 -07:00
James Munson
e8cf7132c6 Add impling overlay 2019-06-09 23:26:50 -07:00
Tyler Bochard
59ed075ddd Merge pull request #529 from runelite/master
bringup
2019-06-10 02:24:56 -04:00
James Munson
54cd44581e Extend line of sight range 2019-06-09 23:10:06 -07:00
zeruth
090c95b626 Checkstyle fixes 2019-06-10 01:51:19 -04:00
Lucas
d36c6ecd21 make travis not try to run a test it wasn't supposed to 2019-06-10 00:40:32 +02:00
Lucas
6e497d3a4b Add getters for before-ly-hooked fields 2019-06-09 23:39:06 +02:00
Jarred Vardy
472d7f8e54 Set priority '1' for TRAINING_FISHING DiscordGameEvent (#9061)
Solves issue of Discord RPC displaying 'Training: Strength' when barbarian fishing and instead prioritises displaying 'Training: Fishing'.
2019-06-09 14:14:37 +02:00
PKLite
7ece7ab796 sorting is kinda bugged. need to wait until ground item glitch gets fixed
for easier testing

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-09 07:51:34 -04:00
Unknown
6e602b9466 Added demonic gorilla AoE warnings 2019-06-09 13:09:23 +02:00
PKLite
7b2e0ded2b implement record sorting
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-09 01:48:56 -04:00
PKLite
e3aa3fd2fd Add Loot Record Comparator enum for sorting LootRecords
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-09 00:55:11 -04:00
PKLite
ede14db9b2 Automatically filters loot tracker loot to only show loot that the currently
logged in account has received and to show all loot from all accounts on
login screen

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-06-09 00:08:12 -04:00
7ate9
c5f063ee1b menumanager: adds option to hide entries and switched to
Collection.removeIf() when removing entries from sets
2019-06-08 23:56:39 -04:00
7ate9
837be0633d menumanager: adds option to hide entries and switched to
Collection.removeIf() when removing entries from sets
2019-06-08 23:52:40 -04:00
PKLite
fd757f0690 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-06-08 21:26:58 -04:00
zeruth
831ecd65e9 Update ClientLoader.java 2019-06-08 19:59:33 -04:00
zeruth
fa36d83648 Add Bootstrapper
Makes updating a trivial process. Simply clean install as normal, then run Bootstrapper.main(). push 4 dynamic jars to maven repo. and its done!
2019-06-08 19:57:18 -04:00
zeruth
a2d244d8d2 Create InventoryGridOverlay.java 2019-06-08 17:50:00 -04:00
Tyler Bochard
69ae60d3ae Merge pull request #528 from Lucwousin/dcfhygvgasdnodagfsnohraoinpgaroinahrgdnoihardnoihrdnaiodrnhopadfnrshiapdfrnhiapndfrhds
Checkstyle, missed files/changes
2019-06-08 17:47:56 -04:00
Lucas
cdc2f356c6 Fix travis hopefully 2019-06-08 23:43:51 +02:00
zeruth
e0af1d7753 Fix build / Fix scammer plugin crash 2019-06-08 17:39:32 -04:00
Lucas
3bbbda23ed Checkstyle + overseen mistakes 2019-06-08 23:37:10 +02:00
Lucas
d0d0d14a2f Add missing inventory grid files 2019-06-08 23:23:09 +02:00
zeruth
5589eba498 Adds local-injected dev arg 2019-06-08 17:13:33 -04:00