Commit Graph

1975 Commits

Author SHA1 Message Date
SomeoneWithAnInternetConnection
69fce20e96 Add events for Decorative and Ground TileObjects
For the agility plugin:
* Some tightropes are GroundObjects
* The last "obstacle" (a gate) in the penguin course is a WallObject
2018-02-01 19:36:31 -05:00
SomeoneWithAnInternetConnection
9eb5dfbf73 Add method to get the clickable area of a TileObject
getClickbox returns an AWT Area object which corresponds to theclickable area of a GameObject, GroundObject, DecorativeObject or WallObject.

getClickbox for ItemLayers isn't implemented, since I haven't looked into how clickabilty works for items on the ground in the client.
2018-02-01 19:36:29 -05:00
SomeoneWithAnInternetConnection
f2cc543dc7 Move orientation incantation into Vertex.rotate
Everywhere that Vertex#rotate was called, the orientation was rotated by 180 degrees first.
2018-02-01 19:24:11 -05:00
SomeoneWithAnInternetConnection
e396f37926 Simplify Triangle and Vertex with lombok 2018-02-01 19:24:03 -05:00
Adam
f78b73f46c Merge pull request #473 from Unmoon/idle-focus-alert-default
Idle Notifier - Change wording and default value of "Alert When Focused"
2018-02-01 17:52:48 -05:00
Adam
f3a2747c77 Merge pull request #506 from SomeoneWithAnInternetConnection/quieter-build-logs
Decrease the injector plugin's verbosity
2018-02-01 17:52:10 -05:00
Adam
01a3ed82f8 Revert "runelite-client: remove teamcape plugin"
We believe the teamcape plugin has equivalents in both OSBuddy and
Konduit, and so are readding it on the principle that rules should not
be selectively enforced on clients.
2018-02-01 17:48:12 -05:00
Runelite auto updater
836109f5a2 [maven-release-plugin] prepare for next development iteration 2018-02-01 19:54:08 +00:00
Runelite auto updater
dfb2d8e1d2 [maven-release-plugin] prepare release runelite-parent-1.2.14 2018-02-01 19:54:02 +00:00
Adam
00ef622144 Update API for 162 2018-02-01 14:36:00 -05:00
Adam
0325150267 runescape-client: refactor for 162 2018-02-01 13:08:19 -05:00
Adam
e0364f791a runescape-client: update 162 2018-02-01 09:40:12 -05:00
Adam
766ead4eb5 Merge pull request #502 from UniquePassive/screenshot-resleak
screenshot plugin: fix okhttp resource leak on imgur upload
2018-01-31 18:08:22 -05:00
Adam
e23b096473 Add raid varbit check to remove timers 2018-01-30 21:30:22 -05:00
Seth
00b799ab4d Add raid varbit check to remove timers 2018-01-30 18:34:27 -06:00
Seth
1fa13eb60e Fix spelling error on timer 2018-01-30 17:57:27 -06:00
Adam
0e634653f1 Merge remote-tracking branch 'adam/tile-events' 2018-01-30 17:45:29 -05:00
Adam
0400d4ad63 Merge pull request #419 from deathbeam/cleanup
Cleanup net.runelite.client.account
2018-01-30 17:45:11 -05:00
Tomas Slusny
7ee2c9d4b6 Fix access levels of WSClient
- Change some public access modifiers to private
- Remove getSession and change it to checkSession that simply returns
boolean that checks if other session is equal with current and update
SessionManager according to that
- Fix naming of gson const (change it to GSON)

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-30 16:49:16 -05:00
Tomas Slusny
8d81e82177 Change AccountSession to use lombok features
- Change AccountSession to use lombok @Data annotation
- Make UUID and created final

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-30 16:49:16 -05:00
C Gibson
b1f03c2bbd Disable screenshots on login screen 2018-01-30 15:46:47 -05:00
UniquePassive
ad90e932c6 screenshot plugin: fix okhttp resource leak on imgur upload 2018-01-30 18:45:57 +01:00
Adam
c157c0df75 Merge pull request #496 from SomeoneWithAnInternetConnection/eachprice
Include unit prices in examine messages
2018-01-30 10:57:41 -05:00
Adam
9505da573d mlm plugin: default to enabled once again 2018-01-30 10:48:31 -05:00
Adam
8a4fc564c2 mlm plugin: rewrite to use events 2018-01-30 10:48:31 -05:00
Adam
90f7da166a hunter plugin: update for event change 2018-01-30 10:24:31 -05:00
Adam
94afeeda40 cannon plugin: update for event change 2018-01-30 10:24:30 -05:00
Adam
789221490e runelite-api: add game object and wall object spawn/change/despawn events 2018-01-30 09:52:41 -05:00
SomeoneWithAnInternetConnection
21348414b6 Include unit prices in examine messages
Fixes #495
2018-01-29 18:22:32 -05:00
Adam
872e7c429f Merge pull request #462 from Sethtroll/addcustomcolors
Add custom colors to ground items
2018-01-29 17:48:01 -05:00
Adam
7ba1ef2dae Merge pull request #489 from oplosthee/diary-fix
Fix Karamja Diary Status Indicator and add green color for completed diaries
2018-01-29 17:46:03 -05:00
Adam
69c4ced2db xp tracker plugin: update on logout 2018-01-29 17:33:58 -05:00
Adam
3577d58679 xp tracker: don't add duplicate entries if nothing changes 2018-01-29 17:33:02 -05:00
Adam
eba950c931 runelite-client: fix exception from --no-rs 2018-01-29 17:31:37 -05:00
oplosthee
6354d02375 Remove modification of original diary entry colors
This will make sure the diaries show up as green when completed and white when hovered over.
2018-01-29 22:26:09 +01:00
oplosthee
3becf865bf Fix Karamja diary displaying incorrect progress 2018-01-29 22:25:57 +01:00
SomeoneWithAnInternetConnection
8e7e37812e Remove unused import 2018-01-29 15:48:57 -05:00
Adam
b0865c09be Merge pull request #461 from Sethtroll/addraidstimers
Add Raid potions to timer plugin
2018-01-29 14:22:42 -05:00
Adam
1e472cb1cd slayer plugin: fix getting -1 count left on tasks
Don't readd a new infobox for each kill due to config update triggers
2018-01-29 14:18:59 -05:00
Adam
4eb96e0b99 config manager: thread config flushes to disk too 2018-01-29 14:15:49 -05:00
Adam
1a97d56ef0 item manager: fix trying to cache null in getItemPrice 2018-01-29 13:54:05 -05:00
Adam
06fc579ef2 Remove even more unused imports 2018-01-29 09:16:20 -05:00
Adam
7a0e74c6bb Remove unused imports 2018-01-29 08:53:54 -05:00
Adam
721e2a58ca Merge pull request #486 from Abextm/fix-ground-items
runescape-api: remove RSCacheableNode::getNext() and getPrevious().
2018-01-29 08:52:31 -05:00
Max Weber
b66cb70751 runescape-api: remove RSCacheableNode::getNext() and getPrevious().
They are different than RSNode's next and previous, but have the same signature so they can get called instead. This caused the ground overlay to only show 1 item because it was iterating the cache, not the item list.
2018-01-29 06:40:43 -07:00
Adam
eebf3eee03 mixins: fix getProjectiles queue iteration logic 2018-01-29 08:16:44 -05:00
Adam
f31bc0d794 Remote projectile target and length tracking
Continuation of 4c293e612cd4b08fc7230a5e6722c8acc74e5a9e
2018-01-29 08:10:46 -05:00
Tomas Slusny
d19c9c1e62 Merge pull request #479 from Abextm/config-warning
Add config warnings for non-immediate options
2018-01-29 11:48:59 +01:00
Tomas Slusny
27a0c54399 Merge pull request #483 from Abextm/fix-statrestore
Fix SuperRestore and friends
2018-01-29 11:24:57 +01:00
Max Weber
c6925bf3ae itemstats: Fix SuperRestore and friends 2018-01-28 21:22:16 -07:00