Commit Graph
4838 Commits
Author SHA1 Message Date
Jonathan 09e608ee04 Update ZulrahPlugin.java 2019-04-22 14:31:40 -06:00
Jonathan 0d92e4a27e Update VorkathPlugin.java 2019-04-22 14:31:15 -06:00
Jonathan 59c82c4b78 Update VetionPlugin.java 2019-04-22 14:30:44 -06:00
Jonathan 4c91e97ead Update SuppliesTrackerPlugin.java 2019-04-22 14:30:22 -06:00
Jonathan 39e612ceb3 Update HydraPlugin.java 2019-04-22 14:29:23 -06:00
Jonathan eb1ebe180d Update PlayerIndicatorsPlugin.java 2019-04-22 14:28:20 -06:00
Jonathan 9d03fc4401 Update LootingBagViewerPlugin.java 2019-04-22 14:27:45 -06:00
Jonathan e9595f9911 Type Update 2019-04-22 14:26:35 -06:00
Jonathan 1f1e80cce6 Update BarbarianAssaultPlugin.java 2019-04-22 14:25:50 -06:00
Jonathan 545251819d Type Change 2019-04-22 14:23:45 -06:00
James 67d2f1390f npc aggro timer: Add option to hide hint overlay (#46) 2019-04-22 15:02:56 -04:00
sdburns1998 b3a43ac9d7 Check Matcher#find (#45)
Fixes #44
2019-04-22 15:02:33 -04:00
James 9a4461f7e9 Group boost notifications (#47)
* Add option to group multiple boost notifications into one

* Show names of skills in the grouped notification

* Update style of for loop per feedback
2019-04-22 15:02:04 -04:00
zeruth 92e362e5c9 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-04-22 04:55:38 -04:00
zeruth e74a4af7c0 Fix external plugin color 2019-04-22 04:54:50 -04:00
James 41c12a858d Changes 2 (#43)
* Initial commit for maxhit plugin

* WIP: Magic max hit calculator

* Add chance to obtain a Unique from Chambers of Xeric

Based on the formula from the wiki. Does not handle >80% chance properly (it should go into a second item)

* MaxHit Refactor a lot for magic max hit

* Wip: refactoring

* Pest Control Update

* Pest Control: Add Intermediate portals

* Revert "Remove raids points overlay"

This reverts commit fbd3ea6202.

* Wip: refactoring

* Fixed WidgetInfo merge issue

* Fixed trident

* Implement range

* Refactored according to intellij analyzer

* Run checkstyle from xml and fix code style issues

* Fix copyright

* Replace item names with item id's

* Code cleanup with reformat code

* Fixed checkstyle

* Use game slotitem

* Use game slotitem

* Fixed prayer bonus

* Looked up value for saradomin strike

* Fixed prayer bonus

* Fixed surge spell id's

* Fixed magix max hit tests

* Fixed rounding after obisidian

* Fix dharok custom formula

* Add melee max hit

* Refactored spellbonus items for magic

* Added voidknight

* Use boosted skill levels and add copyright

* Add accurate attack style for ranging

* Add range Tests

* Cleanup code

* Cleanup code

* Rename calculate methods to be more distinguishable

* Add parenthesis to dharok maxhit formula for clarification

* Fix widgetinfo merge

* Remove print in MaxHitPlugin

* Make sure an Item is not null when checking if the player is wearing it.

* Add daily notification for collection of ogre arrows from Rantz.

Add varbit for rantz arrow collection

Fix continuation indent settings


Group ifs to single check.

* Refactor all relevant daily checks to have grouped if check.


Further refactor grouped ifs

* Adds type

* Raids point overlay
2019-04-22 04:49:35 -04:00
zeruth 3a01eb67dc Various
Fixes some smithing NPE's
Adds flexo launch arg which enables flexo config plugin
Adds external plugin to sorter using type "external"
2019-04-22 02:17:36 -04:00
zeruth 62d2fca6c2 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-04-21 23:18:55 -04:00
zeruth 77d9e18f01 Hooks
Now dumps protected fields / methods on rev update. makes it easier to look for things to transform :)
2019-04-21 23:18:42 -04:00
Tyler Bochard a533e82677 Update ErrorTransform.java (#40)
Fixes hijacked method not being injected.
Prints stack trace for us to view
2019-04-21 22:49:29 -04:00
Tyler Bochard b0b11cf9c8 ByteCodePatcher (#39)
Adds ErrorTransform
-This prevents the client from sending any stack traces to Jagex. (a huge client detection system they use)
2019-04-21 21:51:25 -04:00
zeruth cbb94b499b Remove plugins
TempleTrek
Stronghold
SlayerMusiq
PlankMakeHelper
2019-04-21 17:55:47 -04:00
James f6873a3bdf Add Skull Timer (#32) 2019-04-21 19:35:17 +01:00
James 710745a56f Added hide take, text outline to ground items etc (#35)
* added smelting plugin

* Added hide take, text outline to ground items
2019-04-21 19:34:53 +01:00
Ganom 34bd67af0b Updated raids plugin (#37) 2019-04-21 19:33:28 +01:00
zeruth 2b0b126a1b Update Splash
Show our versioning as well. Recoolorize
2019-04-21 03:12:18 -04:00
James 2a7625f240 Adds splash screen (#29)
* clock manager: wrap panel to run on swing thread

* Add splash screen to Runelite

Although RuneLite is still fast at loading, it's more user friendly
for at least something to pop up before the client.
There is also an option (-no-splash) to disable the splash screen.
This uses psikoi's design.

* splash screen/client ui: don't set up theme twice

Setting up the look and feel of RuneLite shouldn't happen twice, so
check to see if it has already been set up before setting up the look
and feel.
2019-04-21 07:41:48 +01:00
zeruth 776734c51c Update ClientTransform.java
Lol, how many more times
2019-04-21 00:56:14 -04:00
Ganom 3d9f6473b2 Merge pull request #27 from runelite-extended/MenuEntriesFinito
Update ClientTransform.java
2019-04-21 00:53:21 -04:00
zeruth a99efc343d Update ClientTransform.java
Finished setMenuEntries, "Whoops"
2019-04-21 00:52:06 -04:00
James 57b6ea81d7 Merge pull request #26 from runelite-extended/MenuEntriesFinito
ClientTransform
2019-04-20 21:19:26 -07:00
zeruth 6a73c6f8e6 ClientTransform
Adds all protected menu transforms necessary for blackjacking!
Eat shit upstream :)
2019-04-21 00:16:50 -04:00
Ganom 1db6142753 Merge pull request #24 from runelite-extended/update-2
Kitten notifer fix? Remove music indicator, removed nexthitnotifer
2019-04-20 23:02:46 -04:00
Ganom 428b6dc4dd Fixing issue where you were locked in nylo room 2019-04-20 22:55:05 -04:00
Ganom 480168e843 Removing next hit notifier as its redundant 2019-04-20 22:52:36 -04:00
Ganom f243494b4f Adding type to PvpTools 2019-04-20 22:51:02 -04:00
Ganom cf5fa63804 Adding type to PlankMake 2019-04-20 22:50:43 -04:00
James Munson decdb652f2 revert 2019-04-20 19:27:41 -07:00
James Munson e926fce1ce removed fkeyremapping, broken 2019-04-20 19:23:59 -07:00
James Munson 5f07a0681e Kitten notifer fix? Remove music indicator, removed nexthitnotifer(Repladed by Show Damage on XP Drop) 2019-04-20 19:02:04 -07:00
Kyleeld d8031183d9 Merge pull request #20 from runelite-extended/pvpupdate
PvP update
2019-04-21 00:27:31 +01:00
James 4900e4bd0c Merge pull request #21 from ThatGamerBlue/config-secrecy
Don't send the config to RuneLite's devs
2019-04-20 16:25:58 -07:00
James Munson 2f7eb66555 Removed outline from freezetimers 2019-04-20 16:19:16 -07:00
James Munson e7aec705ba Merge branch 'master' of https://github.com/runelite-extended/runelite into pvpupdate 2019-04-20 15:42:39 -07:00
James efd9df9cf7 Merge pull request #18 from Kyleeld/master
additonal changes + plugins
2019-04-20 15:42:18 -07:00
Kyleeld 6444b004e4 Delete ZoneVisibility.java 2019-04-20 23:36:25 +01:00
Kyleeld 8b81946a90 Delete ZoneIndicatorsPlugin.java 2019-04-20 23:36:19 +01:00
Kyleeld 114f3a35a1 Delete ZoneIndicatorsOverlay.java 2019-04-20 23:36:13 +01:00
Kyleeld fd1678463f Delete ZoneIndicatorsMinimapOverlay.java 2019-04-20 23:36:07 +01:00
Kyleeld 9be2b74747 Delete ZoneIndicatorsConfig.java 2019-04-20 23:36:00 +01:00