oplosthee
300fa9c8f6
Incorporate height into the GroundItems overlay
2018-01-24 19:29:19 +01: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
Adam
65f810ef7b
Add maven central to be tried before repo.runelite.net
2018-01-23 12:29:38 -05:00
Adam
5bd1cf4759
Merge pull request #408 from UniquePassive/fix-empty-config-value
...
http-service: fix exception on empty config setKey request body
2018-01-23 10:07:17 -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
Adam
e647e05103
Merge pull request #402 from Sethtroll/addcluebarrows
...
Add Clue Scroll/Barrows to screenshot plugin
2018-01-23 08:54:17 -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
Adam
3a5bdc6d0d
Merge pull request #411 from Dreyri/widget_devtool
...
Additions to the Widget Devtool
2018-01-22 20:55:23 -05:00
Dreyri
3c9e1df49e
dev tools: allow editing widget settings
2018-01-22 20:35:12 -05:00
Adam
3ed0561ff0
Merge pull request #410 from Dreyri/RSWidget
...
Add more methods to modify widgets
2018-01-22 19:57:19 -05:00
Adam
55817b73bd
Merge pull request #407 from SomeoneWithAnInternetConnection/boundingbox
...
Add support for built in runescape bounding/clickbox debug drawing modes to devtools
2018-01-22 19:16:10 -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
SomeoneWithAnInternetConnection
74ae39258e
Expose runescape click/boundingbox display mode
2018-01-22 18:46:47 -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
SomeoneWithAnInternetConnection
cf7f534580
Add collection of named SoundEffect IDs
2018-01-22 11:56:29 -05:00
SomeoneWithAnInternetConnection
560b169e68
Implement sound-playing API
...
There's no playSoundEffect-equivalent method in the actual client code.
Instead, the client just adds some values to the 4 sfx arrays, removes
any old queued sound effects, and then bumps the counter, which is what
I've done as well.
2018-01-22 11:55:27 -05:00
Dreyri
9d96f65ae1
add setter for paddingY
2018-01-22 15:06:47 +01:00
Dreyri
32b31dc3a2
add setter for paddingX
2018-01-22 15:06:46 +01:00
Dreyri
db45f4965b
add getter for paddingY
2018-01-22 15:06:45 +01:00
Dreyri
685b0706f9
add getter for paddingX
2018-01-22 15:06:44 +01:00
Dreyri
9f8cc8e146
add getter/setter for originalY
2018-01-22 15:06:43 +01:00
Dreyri
942e79e6bd
add setter/getter for originalX
2018-01-22 15:06:42 +01:00
Dreyri
0946a48d7e
add getter/setter for scrollY
2018-01-22 15:06:41 +01:00
Dreyri
7f5875cc28
add getter/setter for scrollX
2018-01-22 15:06:40 +01:00
Dreyri
c4c49d1443
add setter for type
2018-01-22 15:06:39 +01:00
Dreyri
ee6dab719e
add setter for contentType
2018-01-22 15:06:37 +01:00
Dreyri
4a20e9ca07
add setter for name
2018-01-22 15:06:22 +01:00
Dreyri
47e2717a75
add setter for height
2018-01-22 15:05:46 +01:00
Dreyri
13d4c9e636
add setter for width
2018-01-22 15:05:08 +01:00
Dreyri
29911e3627
add setter for spriteId
2018-01-22 15:04:31 +01:00
Dreyri
73d5caef2a
add setter for textColor
2018-01-22 10:16:40 +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
UniquePassive
741d42ab49
http-service: fix exception on empty config setKey request body
2018-01-22 01:21:58 +01:00
noremac201
e1ac8f0521
Progress Bar Component to not show 2 decimals percent
2018-01-21 16:10:51 -06:00
Adam
7d5e0ff389
http-service: add beginning of xp tracker
2018-01-20 19:48:07 -05:00
Adam
4d2c02e81c
http-service: split hiscore service from controller
2018-01-20 19:11:28 -05: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
Adam
71fdfcf14a
Merge pull request #395 from UniquePassive/screenshot-plugin
...
Screenshot plugin
2018-01-20 11:32:53 -05: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