Commit Graph

1305 Commits

Author SHA1 Message Date
Scott Burns
44e17bbfc9 Merge remote-tracking branch 'runelite/master' 2019-05-02 17:05:00 +02:00
Runelite auto updater
412d97716e [maven-release-plugin] prepare for next development iteration 2019-05-02 11:37:15 +00:00
Runelite auto updater
8608484acc [maven-release-plugin] prepare release runelite-parent-1.5.22 2019-05-02 11:37:08 +00:00
RuneLite Cache-Code Autoupdater
4783e12737 Update Widget IDs to 2019-05-02-rev179 2019-05-02 10:33:09 +00:00
RuneLite Cache-Code Autoupdater
515d0ab04b Update Object IDs to 2019-05-02-rev179 2019-05-02 10:33:03 +00:00
sdburns1998
fb307cf235 Slayer update (#161)
* Slayer update

Stripped model outliner
Slayer points varbit
Seperate superior color
Slayer estimate task completion
Slayer kc fix
NPCID vhere needed

* Tests

* Ignore AWT-EventQueue-0 in tests

* Fix componnent creation threading error
2019-05-01 18:00:42 -04:00
Lucwousin
e7c7ece8e6 Cleanup in transforms and add projectile.getInteracting() transform (#165)
* Cleanup in transforms and add projectile.getInteracting transform

Move whitespace out of string blocks

Remove unused method from transform.java

Use throws for transform methods, and catch the exceptions in modify()

More whitespace between instructions to improve readability

* Api changes for projectile.getInteracting, mixin for ref
2019-05-01 17:57:58 -04:00
Scott Burns
070b0ed893 Item charges update
Add back the removed lsayer related items (deleted in the slayer branch)
Add
    - Xeric talisman
    - Soul bearer
    - Chronicle
2019-05-01 21:22:48 +02:00
Kyleeld
aaab376b17 Kyleeld PVP updates (#153)
* Update WhaleWatchersConfig.java

* Update WhaleWatchersGloryOverlay.java

* Update WhaleWatchersOverlay.java

* Update WhaleWatchersPlugin.java

* Update WhaleWatchersProtOverlay.java

* Update WhaleWatchersSmiteableOverlay.java

* Update WidgetID.java

* Update WidgetItem.java

* Update FreezeTimersOverlay.java

* Update WidgetItem.java

* Update spellbookiconresizePlugin.java

huge update in preparation of Standard spellbook and lunar spellbook

* Update WidgetItem.java

oops, updated this by mistake......

* Update WidgetInfo.java

* Update spellbookiconresizeConfig.java

Preperation for Standard and Lunar spellbooks.

* Update WidgetID.java

* Update WidgetInfo.java
2019-05-01 04:43:49 -04:00
Lucas
6e8a29452c Magic Spellbook 2019-04-30 21:48:29 +02:00
Adam
8e42cdae0b Merge pull request #8627 from Hydrox6/clue-scrolling
clue plugin: add widget scrolling feature
2019-04-30 15:23:46 -04:00
Hydrox6
d44b749e2d client: add item identification plugin 2019-04-30 08:04:21 -04:00
rlw0014
8617d6bf74 Update barb assault plugin (#148) 2019-04-29 17:24:29 -04:00
Kyleeld
9f7787771e Kyleeld patch 1 (#151)
* safespot

* Update Player.java

int getRsOverheadIcon();

* FreezeTimers

FreezeTimers

* various updates (#150)

updates to pvp tools, wilderness locations & location chatter

* Update WildernessLocation.java

* Update Client.java

void toggleRenderSelf();

* Update RSClient.java

* Update Player.java

remove change
2019-04-29 16:39:44 -04:00
James
bed6c919b0 Added xp tracker to overlay (#147)
* Added a split component to be able to put layout elements above eachother or next to eachother easily

* Modified xp tracker plugin to allow infoboxes to be added to canvas

* Formatted experience numbers using StackFormatter

* Cleaned up swing code as a suggestion in discord to use string states

* Forgot to initialize the menu item with the ADD_STATE

* Added final back to popupMenu

* Extracted duplicate enum Orientation from PanelComponent and SplitComponent into a seperate class named ComponentOrientation. Also changed the plugins that used the previous PanelComponent.Orientation to use ComponentOrientation

* Syntax and code convention fixes from deathbeams review

* Fixed a bug where logging into an other account did not reset the tracker overlay

* Removed useless methods and fixed some code convention issues

* fix

* fix

* fix2

* fix3
2019-04-29 16:23:52 -04:00
xDemoN
6e1d64cc46 idlenotifier: add support pottery crafting (#8674)
adds potter's wheel & pottery oven
2019-04-29 20:56:39 +02:00
langhillie
51b2456026 daily task plugin: add Thirus's dynamite 2019-04-29 14:40:07 -04:00
gazivodag
f24b668364 added xarpus to aoe warnings (#136) 2019-04-26 15:51:22 +01:00
Kyleeld
df3caea8af Update Varbits.java
/**
	* 0 = standard
	* 1 = ancients
	* 2 = lunars
	* 3 = arrceus
	**/
    SPELLBOOK_ID(4070),
	
	/**
	* 0 = no
	* 1 = yes
	**/
	SPELLBOOK_HIDDEN(6718),
2019-04-25 23:59:02 +01:00
Kyleeld
a93d7c3175 added spellbook varbits 2019-04-25 23:48:34 +01:00
Lucas
239a477886 Merge remote-tracking branch 'orig_upstream/master' into ext
# Conflicts:
#	runelite-client/pom.xml
2019-04-25 14:32:16 +02:00
Runelite auto updater
6f6832df7e [maven-release-plugin] prepare for next development iteration 2019-04-25 11:41:28 +00:00
Runelite auto updater
c0d1a94bca [maven-release-plugin] prepare release runelite-parent-1.5.21 2019-04-25 11:41:22 +00:00
RuneLite Cache-Code Autoupdater
f54ef3def9 Update NPC IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater
de3931aaee Update Object IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
RuneLite Cache-Code Autoupdater
065f17ae6c Update Item IDs to 2019-04-25-rev179 2019-04-25 04:36:45 -06:00
James Munson
e1ffdf24a2 Updated plugins 2019-04-24 17:32:47 -07:00
James Munson
eaacc5ef23 Merge branch 'master' of https://github.com/runelite/runelite into workpls
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/clanchat/ClanChatPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/npcunaggroarea/NpcAggroAreaConfig.java
2019-04-24 17:27:50 -07:00
James Munson
7498ca24c4 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-04-24 17:22:33 -07:00
James Munson
f6f1a4b7d0 Update 2019-04-24 17:22:23 -07:00
James
0f1c504653 Revert "Update" 2019-04-24 17:17:06 -07:00
Elliott
62d99c1d3e fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-24 20:10:30 -04:00
Jordan Atwood
48d428edf5 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-24 20:10:30 -04:00
Jordan Atwood
3be1c41cb9 WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-24 20:10:30 -04:00
gazivodag
410968bc20 Merge pull request #98 from Lucwousin/hydra_sprites
Hydra sprites
2019-04-24 07:52:06 -04:00
Lucas
c31cd4fe50 Add spriteID's for hydra (this time) 2019-04-24 13:43:11 +02:00
James Munson
f34b945c29 Updated added invokeMenuAction to api, removed example plugin 2019-04-23 20:44:06 -07:00
Hydrox6
d193eaae95 clue plugin: add widget scroll feature 2019-04-24 02:11:19 +01:00
James
f8363b9c23 Addeds arrow api, quest helper plugin, changed raids etc (#81)
* add a skull timer

* fix the feature and check edge cases

* Add config option and a check for deadman worlds

* add support for NPE

* Add reskulling on players and the BH shop skull option

* Add skull notifier plugin

* move to idle notification plugin

* remove old plugin

* fix plugin and change default config option to false

* fix to try and fix travis

* should fix travis

* indentation fix and adds a method for the logic

* fix config

* fix config #2

* Stop a NPE from happening on log in

* actually fix NPE

* fix notifications on first tick

* Remove raids timer infobox and add tooltip to points widget

* Add get widget overlay

* client: add custom arrow API

Currently supports:
Minimap
Arbitrary World Point
NPCs (by ID, and multiple per arrow)
Objects (by ID, and multiple per arrow)

TODO: Add world map point support

* Add quest helper

* Add Npc Talk Step to quest helper

* Add Cooks Assistant quest helper

* Add Imp Catcher to quest helper

* Add Dig Step to quest helper

* Add X Marks The Spot to quest helper

* Adds back skull timer
2019-04-24 01:36:42 +01:00
Elliott
50518ebe72 fishing plugin: add trawler timer
Co-authored-by: Adam <Adam@sigterm.info>
2019-04-23 17:49:33 -04:00
Jordan Atwood
011791d823 Remove PVP references to HIGH_RISK world type
As described in 5bebd34bb, HIGH_RISK is not a PVP world type.

Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.

Fixes runelite/runelite#8605
Fixes runelite/runelite#8624
2019-04-23 13:08:46 -07:00
Jordan Atwood
5bebd34bbf WorldType: Fix HIGH_RISK world type name
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
2019-04-23 13:03:41 -07:00
Lucwousin
73cb82eb64 API addons/cleanup (#75)
Hydra animations/projectiles

Cleanup on isle varbits n shit
2019-04-23 15:58:53 -04:00
Lucas
67ffeb7119 API addons/cleanup
Hydra animations/projectiles

Cleanup on isle varbits n shit
2019-04-23 21:46:56 +02:00
sdburns1998
729001291b Kept on death plugin (#59)
* Add Kept on Death Plugin

Modifies the Items Kept on Death widget to be more accurate

* Fix WidgetType import

* Account for stackable kept items

* Remove WidgetButtonRunnable

* Ignore DMM worlds

* Add open looting bag to always lost

* Update script to the new OpCodes

* Add plugin type
2019-04-23 09:53:25 +01:00
Ganom
6b47a40dbe Merge pull request #68 from runelite-extended/pull-master
Pull master
2019-04-22 22:46:18 -04:00
James Munson
540f0ba67d Merge branch 'master' of https://github.com/runelite/runelite into pull-master
# Conflicts:
#	runelite-client/src/main/java/net/runelite/client/plugins/ammo/AmmoPlugin.java
2019-04-22 19:45:23 -07:00
Adam
7d06fd36e6 interface styles: increase padding of overridden healthbar 2019-04-22 20:49:54 -04:00
Kyleeld
e6429eec22 add specbar (#57)
* Create SpecBarPlugin.java

* Update SpecBarPlugin.java

* Update SpecBarPlugin.java

included imports

* Update WidgetInfo.java

COMBAT_SPECIAL_ATTACK(WidgetID.COMBAT_GROUP_ID, WidgetID.Combat.SPECIAL_ATTACK_BAR)

* Update WidgetID.java

static final int SPECIAL_ATTACK_BAR = 34

* easyscape

current release of easyscape is broken, this one is confirmed working correctly.
2019-04-23 00:17:20 +01:00
Ganom
e5db8c71d3 Merge pull request #53 from runelite/master
Fixes RSFont
2019-04-22 16:48:08 -04:00