Runelite auto updater
509c9e61dc
[maven-release-plugin] prepare for next development iteration
2018-05-18 23:31:11 +00:00
Runelite auto updater
7c389bb712
[maven-release-plugin] prepare release runelite-parent-1.3.9
2018-05-18 23:31:04 +00:00
Max Weber
669b0a0ab9
Revert #2530 "Make VarbitChanged only fire once..."
...
This broke the speccounter plugin, and is moderately incorrect because client scripts can update varbits before a tick has happened, and the event should reflect that.
2018-05-15 03:36:16 -06:00
Max Weber
220add92fd
runelite-api: Update ID files
2018-05-14 03:26:21 -06:00
Adam
bc2c959e7a
runelite-api: add getWorldType()
2018-05-12 18:25:30 -04:00
Adam
a184f8d900
Merge pull request #2596 from Abextm/perspective-nonnull
...
runelite-api: Annotate Perspective methods with `@Nonnull`
2018-05-11 17:35:44 -04:00
Adam
6d7c3ef45b
Merge pull request #2550 from deathbeam/fix-world-map-widget-check
...
Fix World Map widget check in Hooks.java
2018-05-11 14:28:56 -04:00
Adam
782e426f52
Merge pull request #2528 from pettenge/hiscore-autocomplete
...
Autocomplete name when looking up player on HiScores
2018-05-11 14:08:55 -04:00
Adam
0ac809fae2
runelite-api: expose friends
2018-05-11 13:28:12 -04:00
Max Weber
3e21453d7a
runelite-api: Annotate Perspective methods with @Nonnull
...
This is in an effort to make NPEs in render methods happen slightly less
2018-05-11 00:46:23 -06:00
Max Weber
c9d0abc1c3
Make VarbitChanged only fire once, after everything has settled
2018-05-10 21:01:04 -06:00
Dennis
035ea6af41
runelite-client: add anti drag plugin
2018-05-10 16:02:06 -04:00
Tomas Slusny
6a493c4ebd
Fix World Map widget check in Hooks.java
...
- Correctly check for world map view widget and not for the option
widget
- Name option widget properly
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-05-10 17:35:06 +02:00
Runelite auto updater
cb6e1ae5fb
[maven-release-plugin] prepare for next development iteration
2018-05-10 13:32:19 +00:00
Runelite auto updater
2b44683ed9
[maven-release-plugin] prepare release runelite-parent-1.3.8
2018-05-10 13:32:14 +00:00
Adam
4d9c58750a
Remove bounding boxes
2018-05-10 08:54:43 -04:00
Adam
b805f786a8
Update mixins/api for 170
2018-05-10 08:54:43 -04:00
Alex Kolpa
6f66b6790d
Ensure tile spawns on all planes are simulated ( #2495 )
...
Instead of using just the current plane, simulate them for all 4 planes.
2018-05-09 10:22:46 +02:00
Adam
ef10bb5d6c
Merge pull request #2425 from Abextm/async-sprite
...
Add SpriteManager to get sprites from the cache
2018-05-08 17:35:35 -04:00
Max Weber
5da9d697da
Add SpriteManager to get sprites from the cache.
2018-05-08 17:23:53 -04:00
Adam
e74dfcf13d
Add removed friend event
2018-05-08 16:36:44 -04:00
Adam
8106d99f83
runelite-api: add nameable name change event
2018-05-08 16:36:44 -04:00
Adam
863522afa9
runelite-api: expose Friend
2018-05-08 16:36:41 -04:00
WooxSolo
348cba59de
Change WorldPoint::distanceTo to use chebyshev distance instead of euclidean distance
2018-05-08 08:58:13 -04:00
Adam
ccef1dddd0
runelite-client: add tick counter
2018-05-07 09:43:31 -04:00
trimbe
5b13698079
barrows plugin: add barrows chest price evaluator
2018-05-05 19:24:35 -04:00
Morgan Lewis
23445ff29a
WorldMapOverlay: Add check for current plane
2018-05-04 10:16:17 -06:00
WooxSolo
c2d2615e97
Add graphics object created event
2018-05-04 10:54:34 -04:00
WooxSolo
2f1445859b
Add graphics object API
2018-05-04 10:54:31 -04:00
Morgan Lewis
36114c4fd6
runelite-client: add world map overlay renderer
2018-05-03 20:10:15 -06:00
Morgan Lewis
12104758cc
Add world map api and mixin
2018-05-03 19:37:30 -06:00
Adam
0be4059b4a
Merge remote-tracking branch 'github/next'
2018-05-03 10:00:49 -04:00
Runelite auto updater
a95b5faa9d
[maven-release-plugin] prepare for next development iteration
2018-05-03 12:45:39 +00:00
Runelite auto updater
a6067fed2d
[maven-release-plugin] prepare release runelite-parent-1.3.7
2018-05-03 12:45:33 +00:00
Adam
4a8eef023d
Merge remote-tracking branch 'joshua/feat/accounttype' into next
2018-05-01 21:24:58 -04:00
Adam
24865f050f
Merge remote-tracking branch 'kamiel/overhead-api-additions' into next
2018-05-01 21:24:44 -04:00
Joshua Filby
b594c83ab6
feat: add a way to get AccountType
...
This adds a way to get the logged in players account type.
2018-05-01 21:00:54 -04:00
Kamiel
a66c3fc6e7
Add 3rd Age Axe and 3rd Age Pickaxe animations to Idle Notifier
2018-05-01 19:38:01 -04:00
Kamiel
62deed7730
Add missing overhead icons to API
2018-05-01 19:32:57 -04:00
Kamiel
e98304b536
Add gfx command to developer tools
...
Setting the spotAnimFrame to 0 is required to play the graphic from the start
2018-05-01 19:16:18 -04:00
Kamiel
084f8dcb64
Expose Actor graphic and spotAnimFrame to API
2018-05-01 19:16:17 -04:00
Kamiel
f5ce1084d0
Expose Actor animation and actionFrame to API
2018-05-01 19:16:16 -04:00
Max Weber
7f190f2534
Merge Varcs into Client::getVar
2018-04-30 16:17:04 -06:00
Max Weber
33d6b9bdb7
Rename Setting to VarPlayer
2018-04-30 16:03:49 -06:00
Adam
18dc60db60
runelite-api: add headicon enum
2018-04-29 19:42:21 -04:00
Adam
af92b647e9
Merge pull request #2071 from SoyChai/typos
...
Minor typo corrections
2018-04-29 15:00:59 -04:00
Adam
87da5aed68
devtools: add addxp
2018-04-29 14:21:53 -04:00
Adam
17c988b8a9
runelite-api: add VisibleForDevtools annotation for methods only visible for use in devtools
2018-04-29 14:21:30 -04:00
WooxSolo
ef9c1ae0c5
Add demonic gorilla plugin
2018-04-28 11:37:06 -04:00
WooxSolo
ea5c1f3032
runelite-api: add WorldArea
2018-04-28 11:36:53 -04:00