Commit Graph
7383 Commits
Author SHA1 Message Date
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
Scott Burns d63d125df2 Use the PluginType enum in ConfigPanel 2019-04-22 22:35:37 +02: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
Giovanni Ruddy Gazivoda a57acf9925 Merge https://github.com/runelite/runelite 2019-04-22 16:33:52 -04: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
James Munson 19167e7a03 Added PKer Notifier 2019-04-22 13:25:39 -07:00
Jonathan 545251819d Type Change 2019-04-22 14:23:45 -06:00
Giovanni Ruddy Gazivoda 1cbd7a9e5c PluginType 2019-04-22 16:10:35 -04: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 Munson caa80de05c Merge branch 'master' of https://github.com/runelite/runelite into update3 2019-04-22 12:34:44 -07:00
Giovanni Ruddy Gazivoda 629217bdbb Merge branch 'master' of https://github.com/gazivodag/runelite into origin/master 2019-04-22 15:34:16 -04:00
gazivodag b5cb052dfc Merge pull request #1 from gazivodag/runelite-extended-master
update
2019-04-22 15:28:59 -04:00
Giovanni Ruddy Gazivoda ccbff9504d Merge branch 'master' of https://github.com/runelite-extended/runelite into runelite-extended-master
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPanel.java
#	runelite-client/src/main/java/net/runelite/client/plugins/config/PluginListItem.java
2019-04-22 15:26:46 -04:00
James Munson 7b27fe652d Merge branch 'master' of https://github.com/runelite-extended/runelite into update3 2019-04-22 12:22:16 -07:00
Giovanni Ruddy Gazivoda b16caca0f4 update 2019-04-22 15:15:40 -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
James Munson 119650186b ammo: fix weapon check 2019-04-22 11:31:42 -07:00
Scott Burns f02ac6f13f Check Matcher#find
Fixes #44
2019-04-22 18:32:03 +02: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