Commit Graph

1037 Commits

Author SHA1 Message Date
James
b69578d93d Update (#233)
* xp tracker: display >1m exp with thousandths precision

* fishing plugin: fix trawler timer with one tick left

* Remove gray pixel from Dragon Scimitar cursor (#8725)

* ui: add SplitComponent

SplitComponent is a component containing two other components, with the area split between the two, either horizontally or vertically.


Co-authored-by: Jasper Ketelaar <Jasperketelaar@kpnmail.nl>

* client: add smelting plugin

Co-authored-by: Adam <Adam@sigterm.info>

* constants: add GAME_TICK_LENGTH and use where needed

Also update many usages of 20ms to CLIENT_TICK_LENGTH

* regenmeter: add option to notify before next hp regen

* barrows plugin: add prayer drain timer

* chat: ensure queued messages are always cleared after adding

Mark queued message type as non null because addChatMessage will throw
if it is. This was causing the client to get stuck trying to add the
same broken message each loop.

* xp tracker: show on canvas

Co-authored-by: Jasper Ketelaar <Jasperketelaar@kpnmail.nl>

* party plugin: add partyinfo debug command

* xp tracker: add start and goal levels to on-canvas tracker

* xp tracker (onscreen): add toggle between displaying XP Left/XP Gained

* xp tracker: add right-click configure on on-screen trackers

* party service: check joins are for the current party

The server can resume party membership on handshake to parties other
than the current client party (eg. if the client is restarted or for any
other reason the current party changes). This desyncs otherwise if the
joins aren't checked to be in the current party.

* Add options for actions left and done for on screen XP

Add configurable option for on screen XP display mode, what now
includes:
- Actions done
- Actions left
- Xp gained
- Xp left

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>

* Update Merge branch

# Conflicts:
#	README.md
#	runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java
#	runelite-client/src/main/java/net/runelite/client/plugins/antidrag/AntiDragConfig.java
#	runelite-client/src/main/java/net/runelite/client/plugins/barbarianassault/BarbarianAssaultOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/barbarianassault/BarbarianAssaultPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/barbarianassault/Calls.java
#	runelite-client/src/main/java/net/runelite/client/plugins/barbarianassault/Game.java
#	runelite-client/src/main/java/net/runelite/client/plugins/barbarianassault/Wave.java
#	runelite-client/src/main/java/net/runelite/client/plugins/blastmine/BlastMineOreCountOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/inventoryviewer/InventoryViewerOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/smelting/SmeltingConfig.java
#	runelite-client/src/main/java/net/runelite/client/plugins/smelting/SmeltingOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/smelting/SmeltingPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/smelting/SmeltingSession.java
#	runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpInfoBoxOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/xptracker/XpTrackerPlugin.java
#	runelite-client/src/main/java/net/runelite/client/ui/overlay/components/ComponentOrientation.java
#	runelite-client/src/main/java/net/runelite/client/ui/overlay/components/SplitComponent.java

* client: use immutablemap for maps built in class initializers

* Merge branch 'master' of https://github.com/runelite/runelite into updateee

* Fix
2019-05-12 18:32:18 -06:00
ThatGamerBlue
66309b8ade Update Player.java 2019-05-12 18:35:12 +01:00
James
33885b86f1 Update BA Plugins, Update from RL master (#226)
* xp tracker: display >1m exp with thousandths precision

* fishing plugin: fix trawler timer with one tick left

* Remove gray pixel from Dragon Scimitar cursor (#8725)

* client: add smelting plugin

Co-authored-by: Adam <Adam@sigterm.info>

* constants: add GAME_TICK_LENGTH and use where needed

Also update many usages of 20ms to CLIENT_TICK_LENGTH

* regenmeter: add option to notify before next hp regen

* barrows plugin: add prayer drain timer

* chat: ensure queued messages are always cleared after adding

Mark queued message type as non null because addChatMessage will throw
if it is. This was causing the client to get stuck trying to add the
same broken message each loop.

* party plugin: add partyinfo debug command

* party service: check joins are for the current party

The server can resume party membership on handshake to parties other
than the current client party (eg. if the client is restarted or for any
other reason the current party changes). This desyncs otherwise if the
joins aren't checked to be in the current party.

* Updated barbassault/ba tools

* Update
2019-05-12 10:16:04 +01:00
zeruth
d4e6d2d6fb Merge branch 'master' of https://github.com/runelite/runelite 2019-05-09 19:20:17 -04:00
Kyleeld
9d1b0e3e54 Add CERB AOE
Add CERB AOE
2019-05-08 09:35:18 +01:00
xDemoN
c76b86b88d idlenotifier: add plank-make
from the lunar spellbook
2019-05-07 18:23:15 -04:00
xdesr
b996175b70 widget item overlay: add seed vault inventory 2019-05-07 11:53:10 -04:00
Kyleeld
c3712424df Update ScriptID.java 2019-05-07 09:12:00 +01:00
Ashy
657bb52b1a Add Drakes Breath to Aoe/Projectile Warnings 2019-05-05 02:55:07 +01:00
Ganom
8415e1709e Adding Addy Dragons to Aoe Warnings (#179)
* Adding Addy Dragons to Aoe Warnings

* Reformatting AoeProjectileInfo

* Updating ProjId api with new ids
2019-05-04 10:17:20 -04:00
Scott Burns
44e17bbfc9 Merge remote-tracking branch 'runelite/master' 2019-05-02 17:05:00 +02: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 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