Commit Graph

4898 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
Jonathan
8fd1560ab3 Code Cleanup and Configuration (#231)
* Code Cleanup

-Fixed Spacing

* Configuration Change

-Added in proper hide/unhide double check feature to code
2019-05-12 21:17:18 +01:00
gazivodag
0431ca9220 climb up climb down plugin using shift and ctrl (interferes with shift walk plugin) 2019-05-12 14:26:18 -04:00
Kyleeld
48049687a9 Licence fix (#228)
* Update PrayerAlertConfig.java

* Update PrayerAlertOverlay.java

* Update PrayerAlertPlugin.java
2019-05-12 09:02:19 -04: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
Jonathan
384e4c4374 Code cleanup 2019-05-12 01:33:01 -06:00
Jonathan
cb63d421ba Configurable Boss Update
-Added Vorkath Cheap/Expensive
-Added Cerberus Melee/Range Cheap/Expensive
-Added all GWD Bosses Cheap/Expensive
2019-05-12 01:19:24 -06:00
Jonathan
90502cb0e1 Configurable Boss Update
-Added Vorkath Cheap/Expensive
-Added Cerberus Melee/Range Cheap/Expensive
-Added all GWD Bosses Cheap/Expensive
2019-05-12 01:18:38 -06:00
Jonathan
8e1af0b032 Merge pull request #222 from runelite-extended/merge
Merge All CoX plugins to one.
2019-05-11 14:23:30 -06:00
Jonathan
4f33e8f951 Merge pull request #224 from gazivodag/fix_cc_spacing_ghettofix
centers out clan chat spacing
2019-05-11 14:09:05 -06:00
gazivodag
d2d0cae27e centers out clan chat spacing
https://i.gyazo.com/4f647b791b51ac7da12b4c794b54e2f5.png
https://i.gyazo.com/d6f6bd6573f5cb7f361d49d7939f8583.png
2019-05-11 14:31:07 -04:00
Ganom
5951977d56 Enhanced Scouter Title should always be enabled.
And a few more changes
2019-05-11 13:45:13 -04:00
Ganom
2bfe724353 Removing Merged plugins 2019-05-11 13:37:47 -04:00
Ganom
8c517c9b73 Fixing license 2019-05-11 13:36:35 -04:00
Ganom
96b531ffaf Merging All of the Cox Plugins 2019-05-11 13:35:26 -04:00
Jonathan
4b570df21f Code cleanup (#221)
* Update HidePrayersPVMConfig.java

-Changed description for Zulrah prayers

* Update HidePrayersPVMConfig.java
2019-05-11 07:18:29 +01:00
Jonathan
3a8142c379 Updated Hide Prayers Plugin (#220)
* Delete HidePrayersConfig.java

* Delete HidePrayersPlugin.java

* Delete PrayerTabState.java

* Updated Hide Prayers Plugin

-Issue #219 Fixed
-Split Prayer Swap for PVP and PVM
-Added in full PVP suite prayer customization
-Added in custom PVM prayer sets for individual bosses
2019-05-11 01:15:08 +01:00
Lucwousin
e94a468e6f Hydra: Fix a poison special bug (#217) 2019-05-10 19:29:46 +01:00
Lucwousin
6cb58aaacd Runecraft: Totally not op lava rc (#216)
* Runecraft: Totally not op lava rc

* Missing imports
2019-05-10 19:29:19 +01:00
Lucwousin
0999aa2b29 Missed file for impling dynamic spawns (#215) 2019-05-10 18:22:43 +01:00
zeruth
e811375eaa Update Presence
Adds RuneLitePlusPlugin
-adds option for RL+ presence (disabled by default)
-Redirects a lot of older RL links to our updated ones.

Prepare for next development iteration 0.1.2
2019-05-10 04:40:09 -04:00
zeruth
d4e6d2d6fb Merge branch 'master' of https://github.com/runelite/runelite 2019-05-09 19:20:17 -04:00
Brandon White
cd192087cc blast furance plugin: add foreman fee timer
For players that are utilizing the blast furnace and require to pay the
foreman fee every 10 minutes, this will assist in tracking the time
remaining before the next fee payment is required.

Co-authored-by: Adam <Adam@sigterm.info>
2019-05-09 18:30:55 -04:00
Kyleeld
0485fd7e42 Update HidePrayersPlugin.java 2019-05-09 22:48:39 +01:00
Kyleeld
c3ea5343e3 split out Aug/Rig & Eagle/Mystic
split out Aug/Rig & Eagle/Mystic
2019-05-09 22:33:21 +01:00
Ganom
72628c3664 Merge pull request #210 from runelite-extended/PVP-update
Hide Prayers update
2019-05-08 20:39:11 -04:00
ThatGamerBlue
cb19e7d8a1 fix flexo window border offsets (#209) 2019-05-09 01:38:50 +01:00
Kyleeld
cc7f79025f Hide Prayers update
optional toggles:
rapid heal
rapid restore
steel skin
incredible reflex
redemption
preserve
2019-05-09 01:33:40 +01:00
Adam
2d8cd4429c Merge pull request #8784 from xDemoN/idle-plank-make
Idlenotifier: Add Plank Make
2019-05-08 16:00:55 -04:00
Adam
24d5c8d3be Merge pull request #8787 from mikellalec/patch-1
Fix Hot/Cold Misthalin Location Spelling Error
2019-05-08 15:59:47 -04:00
Adam
8dc05fda77 Merge pull request #8772 from devLotto/ba-use-itemcontainer
ba: use equipment ItemContainer instead of PlayerComposition
2019-05-08 15:59:17 -04:00
Kyleeld
9938304703 Update ExaminePlugin.java 2019-05-08 10:11:49 +01:00
Kyleeld
4c1c604f66 Update ExaminePlugin.java 2019-05-08 10:05:18 +01:00
Kyleeld
0671aaf4f7 Update AoeProjectileInfo.java 2019-05-08 10:03:51 +01:00
Kyleeld
2858687e7b Update LootTrackerPlugin.java 2019-05-08 09:54:33 +01:00
Kyleeld
176c37726d Update LootTrackerConfig.java 2019-05-08 09:51:39 +01:00
Kyleeld
55edaebf6b Update ExaminePlugin.java 2019-05-08 09:50:08 +01:00
Kyleeld
ba68695513 Update ChatCommandsPlugin.java 2019-05-08 09:47:44 +01:00
Kyleeld
53ab28c667 Update XpGlobesOverlay.java 2019-05-08 09:44:06 +01:00
Kyleeld
a17d3b443b Update XpGlobesConfig.java 2019-05-08 09:42:08 +01:00
Kyleeld
9ced979bf8 Update AoeWarningPlugin.java 2019-05-08 09:40:13 +01:00
Kyleeld
7b22776dd0 Update AoeWarningConfig.java 2019-05-08 09:39:29 +01:00
Kyleeld
095433fc27 Update AoeProjectileInfo.java 2019-05-08 09:38:12 +01:00
Alec Mikell
31c2d53011 Fix Hot/Cold Misthalin Location Spelling Error
Nort-east

->

North-east
2019-05-07 18:53:28 -04:00
Kyleeld
509191534a Update PlayerIndicatorsService.java
PKLite - Resolve "Indicating pile is broken"
2019-05-07 23:33:34 +01:00
xDemoN
c76b86b88d idlenotifier: add plank-make
from the lunar spellbook
2019-05-07 18:23:15 -04:00
Kyleeld
651502762c Pklite pi fix (#202)
* pklite playerindicator fix

* Delete FriendMinimapOverlay.java

* friendtagging

* Delete LocationChatterConfig.java

* Delete LocationChatterPlugin.java

* Add files via upload

* Update WildernessLocationsOverlay.java

* Update WildernessLocationsPlugin.java

* Add files via upload
2019-05-07 21:23:39 +01:00
Ganom
1a1b12f681 FreezeTimers Added Functionality (#204) 2019-05-07 21:11:20 +01:00
Lotto
3c48ee2d49 ba: use equipment ItemContainer instead of PlayerComposition
Makes equipment querying consistent across the client by changing the Barbarian Assault plugin to use the equipment ItemContainer instead of the local player's PlayerComposition.
2019-05-07 21:58:35 +02:00
xdesr
b996175b70 widget item overlay: add seed vault inventory 2019-05-07 11:53:10 -04:00