Commit Graph

6672 Commits

Author SHA1 Message Date
Adam
fdbd4237b9 Merge pull request #450 from deathbeam/fix-attack-indicator-color
Fix coloring of warned attack styles
2018-01-26 20:19:12 -05:00
Adam
ef41d1e55d Merge pull request #446 from deathbeam/fix-pack-exception
Fix the frame is displayable exception
2018-01-26 20:18:18 -05:00
SomeoneWithAnInternetConnection
09e627f3f2 Fishing plugin: Add fishing spots north of seers' village 2018-01-26 20:16:29 -05:00
Adam
092bd1a73f checkstyle: enforce whitespace after comma 2018-01-26 20:13:53 -05:00
Adam
c9a8fbe7a9 Merge pull request #445 from deathbeam/remove-map-iter
Change conversion of config stream to map to pairs
2018-01-26 20:00:24 -05:00
Adam
890963e840 Merge pull request #425 from deathbeam/xp-tracker
Update XP tracking plugin to include more info
2018-01-26 19:53:40 -05:00
Tomas Slusny
24618abad2 Update XP tracking plugin to include more info
- Add actions, actions/hr, xp gained and total exp tracker

Fixes #401

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 19:10:54 -05:00
Adam
3cbf5e4428 Merge pull request #443 from Sethtroll/addtimers
Fix up timer plugin/add missing potions
2018-01-26 18:23:59 -05:00
Seth
f474643f45 Fix spelling inconsistencies/add rest of potions 2018-01-26 18:10:57 -05:00
Seth
c3c9ef1ef6 Add timer tooltips 2018-01-26 18:09:52 -05:00
Adam
7360a79498 Merge pull request #438 from Sethtroll/fixscreenshot
Fix for screenshot HP level
2018-01-26 18:05:13 -05:00
Adam
a23cc18497 Merge pull request #444 from Sethtroll/addwrath
Add Wrath rune to Runepouch
2018-01-26 17:38:46 -05:00
Adam
53e09cc4af Merge pull request #440 from Noremac201/barbFix
Fixed Barbarian Assault plugin to work with osrs update
2018-01-26 17:27:30 -05:00
Adam
9448457193 screenshot plugin: add test for different level up messages 2018-01-26 17:22:12 -05:00
Seth
e55cb5abae Add Wrath rune to Runepouch 2018-01-26 14:56:43 -06:00
oplosthee
e88735201c Add Diary Progress Indicator plugin (#429) 2018-01-26 20:24:17 +01:00
Seth
690dca644b Fix for screenshot HP level 2018-01-26 08:51:05 -06:00
Tomas Slusny
a8f364c005 Fix the frame is displayable exception
Fix java.awt.IllegalComponentStateException: The frame is displayable
that is caused by window being packed before showWithChrome method is
called.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 15:13:06 +01:00
Tomas Slusny
c62d7cac2e Fix coloring of warned attack styles
Fix coloring of warned attack styles for attack indicator plugin. This
was in before, but probably got lost during the changes to use new UI
comoponents.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 12:08:34 +01:00
Tomas Slusny
dd6ec52510 Change conversion of config stream to map to pairs
Change conversion of config stream to map and then creating new stream
and just iterating entries to mapping config stream to pairs (map
entries, becuase Java do not have generic pair implementation).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-26 08:31:04 +01:00
Cameron Moberg
24b2112948 Fixed Barbarian Assault plugin to work with osrs update on 2018/25/1 2018-01-25 20:50:35 -06:00
Adam
e1f84a87ae Merge pull request #437 from Sethtroll/addanimatiotimers
Add more timers
2018-01-25 20:09:38 -05:00
Seth
25df4f9d47 timers plugin: add more timers 2018-01-25 19:55:20 -05:00
Adam
b5294c2f74 Merge pull request #394 from UniquePassive/resize-frame
Add a config setting for the game's size
2018-01-25 19:42:18 -05:00
Adam
a462cdf854 Merge pull request #398 from UniquePassive/reset-plugins
Add a Reset button to config panels for resetting to defaults
2018-01-25 19:03:11 -05:00
UniquePassive
4fac783c18 Add a Reset button to config panels for resetting to defaults 2018-01-25 18:53:23 -05:00
UniquePassive
0cede52ba5 Add a config setting for the game applet's size 2018-01-26 00:49:00 +01:00
UniquePassive
b0429cbd65 Add Dimension to configs 2018-01-26 00:47:49 +01:00
Adam
bc557a5245 Merge pull request #430 from Sethtroll/addhoverpouch
Add hover only option to Runepouch plugin
2018-01-25 18:47:15 -05:00
Adam
446d5b8bab Add item stats plugin 2018-01-25 18:33:14 -05:00
Adam
5f536eea01 Merge pull request #427 from Adam-/itemcontainer
Add ItemContainer
2018-01-25 17:40:09 -05:00
Adam
f507354f84 Remove external plugin support
Jagex has requested I take steps to prevent users from making plugins
which are in violation of the game rules. This limits plugins to the core
plugins.
2018-01-25 17:03:09 -05:00
Adam
f23b970212 runelite-client: remove AoE warning plugin
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:06 -05:00
Adam
638029d5ba runelite-client: remove volcanic mine plugin
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:04 -05:00
Adam
155dfb7c63 runelite-client: remove Zulrah plugin
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:02 -05:00
Adam
050fbd250b runelite-client: remove teamcape plugin
It has been deemed to be against the game rules, and removal requested by Jagex.
2018-01-25 17:03:00 -05:00
Tomas Slusny
7efb8ab486 Fix idle animation plugin timer cancelling
- Cancel animation idle timer when combat begins
- Cancel combat idle timer when animation begins

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-25 20:14:25 +01:00
Seth
0e8bb44989 Add hover option to runepouch 2018-01-24 21:33:01 -06:00
Adam
cedb7041c8 Fix usage of getViewportHeight/getViewportWidth now they are correct
They were swapped in 580335c9cdc4c5b6faafd969d557ef5f1d4187e8
2018-01-24 20:46:22 -05:00
Adam
f1e4bae31a runelite-client: remove version and account name from title
Otherwise it shows in screenshots, and on Discord
2018-01-24 19:19:51 -05:00
Adam
eea3136c69 runelite-api: rename InventoryItemQuery -> InventoryWidgetItemQuery 2018-01-24 18:00:19 -05:00
Adam
7287102254 Merge pull request #424 from oplosthee/grounditems-height
Incorporate height into the GroundItems overlay
2018-01-24 14:01:15 -05:00
oplosthee
300fa9c8f6 Incorporate height into the GroundItems overlay 2018-01-24 19:29:19 +01:00
Tomas Slusny
68ba5f40b6 Add low memory mode plugin 2018-01-24 12:48:07 -05:00
Adam
b95a85cddf Merge pull request #412 from deathbeam/fix-anim-idle
Fix idle notifications for animation changes
2018-01-24 12:17:49 -05:00
SteveOSRS
8a3e11e4f7 Added infernal eel to fishing plugin 2018-01-23 09:54:53 -05:00
Seth
b54d8fc600 Add Clue Scroll/Barrows to screenshot plugin 2018-01-23 08:36:44 -05:00
Adam
340ed3dcfe Merge pull request #413 from Noremac201/progressBarFix
XpGlobeTooltip now sets width of itself to prevent overlap; fixes #405
2018-01-22 21:11:27 -05:00
Dreyri
3c9e1df49e dev tools: allow editing widget settings 2018-01-22 20:35:12 -05:00
SomeoneWithAnInternetConnection
e9e01c18f4 Add bounding/clickbox buttons to the devtools plugin
The first button (yellow square) will toggle drawing of 2D bounding boxes

The second button (RGB cubeframe) will toggle 3D bounding box drawing

The third button (cursor over red square) will toggle clickbox geometry
  drawing

The fourth button (cursor over cubeframe) switches between "draw all 3D
bounding boxes" and "draw bounding box for object under cursor" modes of
the 3D bounding box drawing.

T
2018-01-22 18:46:51 -05:00