Commit Graph

1966 Commits

Author SHA1 Message Date
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
Adam
550a079093 cache: allow carriage returns in newlines in scripts 2018-01-28 22:14:58 -05:00
Adam
c2a828b496 Merge pull request #480 from deathbeam/fix-shade
Preserve guava classes in the shaded jar
2018-01-28 15:24:09 -05:00
Adam
90b6cd30a4 ground items: REGION_SIZE - 1 since this is inclusive now 2018-01-28 12:07:20 -05:00
Adam
986c99be5d ground items: only loop tiles which are within distance 2018-01-28 11:58:04 -05:00
Tomas Slusny
469fef2e87 Preserve guava classes in the shaded jar
Because currently Hashing.java is using only in mixins, it gets removed
by maven-shade-plugin from the shaded jar. So tell the plugin to keep
these classes.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-28 17:51:04 +01:00
Adam
04b65f9ef1 mlm plugin: disable until it can be rewritten without scene scans every frame 2018-01-28 11:18:37 -05:00
Seth
782e75725a timers plugin: add raids potions 2018-01-28 10:55:15 -05:00
Seth
92f5d7443e timers plugin: check config before checking message 2018-01-28 10:54:39 -05:00