Commit Graph

7319 Commits

Author SHA1 Message Date
gazivodag
ad0fdc7154 Merge pull request #52 from Raieverr/master
Plugin organization
2019-04-22 16:52:05 -04:00
Ganom
e5db8c71d3 Merge pull request #53 from runelite/master
Fixes RSFont
2019-04-22 16:48:08 -04:00
Jonathan
da764fc7df Update BarbarianAssaultPlugin.java 2019-04-22 14:45:47 -06:00
Jonathan
79f650dd36 Merge pull request #1 from Raieverr/patch-1
Patch 1
2019-04-22 14:37:53 -06:00
Jonathan
88743b562d Update PyramidPlunderPlugin.java 2019-04-22 14:35:42 -06:00
Jonathan
0ed019ed1d Update RaidsPlugin.java 2019-04-22 14:34:33 -06:00
Jonathan
582966c6a6 Update ProfilesPlugin.java 2019-04-22 14:33:57 -06:00
Jonathan
31a792d7b9 Update EquipmentInspectorPlugin.java 2019-04-22 14:32:35 -06:00
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
gazivodag
c6e60d27a9 Merge pull request #48 from runelite-extended/Varbit
Adding overload varbit
2019-04-22 15:50:18 -04:00
Ganom
56edd6169f Adding overload varbit 2019-04-22 15:44:44 -04: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
Ron Young
917921dd47 interface styles: add 2010 menu 2019-04-22 11:24:28 -04:00
Ron Young
a70ba37cd0 api: add before menu render event 2019-04-22 11:24:27 -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
James
ce3c8ac392 Merge pull request #25 from Ganom/master
Fixes and type corrections
2019-04-20 20:00:30 -07: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