Commit Graph

652 Commits

Author SHA1 Message Date
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
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
Runelite auto updater
9c07748ca8 [maven-release-plugin] prepare for next development iteration 2018-01-25 22:17:14 +00:00
Runelite auto updater
bf80d086cc [maven-release-plugin] prepare release runelite-parent-1.2.13 2018-01-25 22:17:10 +00: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
Adam
6e8c48774b Merge pull request #418 from deathbeam/update-lombok
Update Project Lombok version to 1.16.20
2018-01-23 15:37:19 -05:00
Tomas Slusny
1ad129a608 Update Project Lombok version to 1.16.20
Update Project Lombok version to 1.16.20 (from 1.16.18) and specify this
version in runelite-parent instead of having it specified all around the
maven projects.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-23 15:58:02 +01: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
noremac201
13e1fffc12 Standardize xpglobe tooltip width 2018-01-22 11:45:46 -06:00
Adam
9dcde75bdf Merge pull request #403 from SomeoneWithAnInternetConnection/ticktock
Add metronome plugin, and sound-effect playing API
2018-01-22 12:19:19 -05:00
SomeoneWithAnInternetConnection
2f72f5861b Add metronome plugin
It alternately ticks or tocks, each game tick. Disabled by default.
2018-01-22 11:58:05 -05:00
Tomas Slusny
a8765c1e77 Fix idle notifications for animation changes
- Send idle notification only after animation ended and the timeout has
passed, and not start counting the timeout since animation started.
- Change the 1 second schedule to GameTick hook because animations are
changed based on ticks

Fixes #282

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-22 15:36:31 +01:00
Adam
72ed7897d8 Merge pull request #406 from Noremac201/progressBarFix
change Progress Bar Component to round percentage down
2018-01-21 19:49:57 -05:00
Adam
c755f363d8 Merge pull request #397 from UniquePassive/notify-on-15k-tick-idle
Notify before 5 minute idle and 6h logout
2018-01-21 19:40:06 -05:00
Cameron Moberg
3fa6ceffb8 Changed how idle checks in combat
IdleNotifier now saves last opponent to accurately determinte combat status
2018-01-21 19:36:58 -05:00
noremac201
e1ac8f0521 Progress Bar Component to not show 2 decimals percent 2018-01-21 16:10:51 -06:00
Adam
6397b1b4b7 Merge pull request #400 from deathbeam/screenshot-fix
Fix NPE in ScreenShotPlugin
2018-01-20 12:11:44 -05:00
Adam
266502372e Merge pull request #284 from Unmoon/xp-tracker-reset-toggle
XP tracker plugin - Allow hopping/logging out/other GameState changes, Fix login experience drop not being ignored
2018-01-20 12:10:55 -05:00
Adam
0bed534b26 xp tracker: don't reset on logout or hop 2018-01-20 11:58:37 -05:00
Tomas Slusny
46ea18801d Fix NPE in ScreenShotPlugin
Fix NPE that happens when titlebar is not present (not using the custom
window decorations) and plugin is trying to remove the screenshot
button from titlebar.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-20 17:50:00 +01:00
UniquePassive
d1cb80004d runelite-client: add screenshot plugin 2018-01-20 10:55:09 -05:00
UniquePassive
f242e8d047 runelite-client: add client ui loaded event 2018-01-20 10:54:58 -05:00
UniquePassive
709dac68d4 runelite-client: update to substance 8.0.00-dev 2018-01-20 10:54:43 -05:00
Adam
5b8521ddfa Merge pull request #386 from Abextm/panel-state-2
Allow PluginPanels to keep state
2018-01-20 09:19:05 -05:00