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
Adam
6c6f795ef4
account service: fix not setting autoincrement on user id
...
Fixes 82ffa4457c9b63794ce820c02a888f0de655a8db
2018-04-29 13:40:15 -04:00
Adam
23c7701f65
runelite: add --disable-update-check
2018-04-29 13:08:35 -04:00
Adam
c567ca277a
runelite: fix check for client before requesting itemmanager
...
If outdated, this.client is null but client is not null. Invoking get() on the item manager provider will make guice late construct it and it has a dependency on client.
2018-04-29 13:08:35 -04:00
Maiddog
1ad35ff2d1
clues: change npc name check to nameEquals
2018-04-29 12:20:21 -04:00
Adam
320e92ac1c
Merge pull request #2124 from SoyChai/discord-skilling-icons
...
Display skill icons in Discord while training
2018-04-29 12:05:52 -04:00
SoyChai
e22f19ac6e
discord: Display skill icons in Discord while training
2018-04-29 22:48:26 +10:00
Lotto
9b4b42d8ac
Merge pull request #2059 from deathbeam/fix-emote-clue-platelegs-platebody
...
Fix clue requiring platebody, but wanting legs
2018-04-29 14:37:50 +02:00
Maiddog
999f4cc971
clues: fix spotted cape not being detected
2018-04-28 22:21:30 -04:00
Adam
1a02e6f95b
Merge pull request #2066 from Abextm/cm-dots
...
configmanager: Allow multiple delimiters
2018-04-28 22:18:43 -04:00
Adam
8665073d7c
Merge pull request #2081 from Abextm/nbsp
...
Add missing U+00A0 NO-BREAK SPACE character
2018-04-28 18:30:05 -04:00
Adam
e337591eea
Merge pull request #2093 from SoyChai/report-button-timing-fix
...
Report button plugin: Fix the skipping seconds digits
2018-04-28 17:44:59 -04:00
Adam
3aca952f2f
Merge pull request #2020 from WooxSolo/cannonball-fix-2
...
Fix cannonball out of sync
2018-04-28 17:43:30 -04:00
Adam
aa3dd37b7c
Merge pull request #1850 from deathbeam/fix-clue-reset
...
Fix clue resetting
2018-04-28 17:42:56 -04:00
WooxSolo
6641b5cd29
cannon plugin: add granite cannonball to unload check
2018-04-28 17:30:45 -04:00
WooxSolo
17b4475504
cannon plugin: fix cannonball count when loading and firing on the same tick
2018-04-28 17:30:40 -04:00
Adam
7c8db8025e
Revert "Fix cannon cannonball count"
...
This reverts commit 9d215b4b285711e511997157b944a2fb745b873e.
2018-04-28 17:21:20 -04:00
Levi
f8ac1f18b5
Refactor overlay renderer screenshot code into a draw manager
...
This will be required for #1350
2018-04-28 14:26:39 -04:00
Adam
d9e279a489
Merge pull request #1548 from WooxSolo/demonic-gorilla-plugin
...
Add demonic gorilla plugin
2018-04-28 12:08:30 -04:00
WooxSolo
ef9c1ae0c5
Add demonic gorilla plugin
2018-04-28 11:37:06 -04:00
WooxSolo
1966bba3c9
devtools: add line of sight and valid moves
2018-04-28 11:37:02 -04:00
WooxSolo
ea5c1f3032
runelite-api: add WorldArea
2018-04-28 11:36:53 -04:00
WooxSolo
ed658df469
runelite-api: add line of sight algorithm
2018-04-28 11:36:43 -04:00
WooxSolo
4b46be6eac
runelite-api: export collision data
2018-04-28 11:36:40 -04:00
WooxSolo
f845cf26c2
runelite-api: add hitsplat applied event
2018-04-28 11:36:37 -04:00
Tomas Slusny
dc10744c5e
Reset clue on unknown clues
...
If we opened clue but it is uknown simply reset clue overlay
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-28 15:19:22 +02:00
Tomas Slusny
4de74743df
Reset clues based on item ID
...
- Save last item ID on either map clue or when reading regular clue
- If this item is removed from inventory reset clue
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-28 15:19:22 +02:00
Tomas Slusny
3897f2432a
Merge pull request #2091 from DevDennis/fix-prayer-reorder-shutdown
...
Fix prayer reorder shutdown
2018-04-28 14:56:35 +02:00
SoyChai
197c682d05
reportbutton: Double frequency of time updates to avoid skipping seconds
2018-04-28 20:27:05 +10:00
Dennis
8a12e1bfd8
fix prayer reorder shutdown
2018-04-28 11:23:26 +02:00
Tomas Slusny
5737a44190
Merge pull request #2073 from SoyChai/agility-plugin-to-agility
...
Rename agilityplugin package to agility
2018-04-28 11:16:13 +02:00
Max Weber
198002c5e5
Add missing U+00A0 NO-BREAK SPACE character
...
Some system locales use the non-breaking space character as a numeric delimiter, causing the replacement character to be used
2018-04-27 23:58:29 -06:00
SoyChai
21bdf2ca0c
agilityplugin: Rename plugin package to agility
2018-04-28 11:36:43 +10:00
Adam
1decbb6495
Merge pull request #2044 from mheine/screenshot-shortcut
...
Add a shortcut key to take screenshots
2018-04-27 20:50:51 -04:00
Marcus Heine
3de1dc2569
Enable screenshotting with INSERT
2018-04-27 20:14:13 -04:00
Adam
b43ebd82ea
ws service: optimize session storage
...
This also removes tracking sessions with no id
2018-04-27 19:45:17 -04:00
Max Weber
5e479292e0
configmanager: Allow multiple delimiters
2018-04-27 17:19:55 -06:00
Tomas Slusny
00ba685a0e
Remove unused imports in ClientUI ( #2061 )
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-27 22:56:45 +02:00
WooxSolo
a1dac25280
Add ability to lock client to screen
2018-04-27 15:35:16 -04:00
WooxSolo
31e952316b
Remember screen position after closing and reopening
2018-04-27 15:35:15 -04:00
WooxSolo
aa718b1a99
Add rectangle support to config
2018-04-27 15:06:16 -04:00
Tomas Slusny
a502455b02
Fix clue requiring platebody, but wanting legs
...
Signed-off-by: Tomas Slusny <slusnucky@gmail.com >
2018-04-27 20:41:33 +02:00
Tomas Slusny
20fcaf8d81
Add support for hiding the sidebar
2018-04-27 13:53:07 -04:00
Adam
6c699cc54f
item service: move overflow of pending lookups log message to debug
2018-04-27 11:15:45 -04:00
Adam
9de803fb7a
item controller: remove all synchronous fetching
2018-04-27 11:02:35 -04:00
Adam
986147d167
Merge pull request #2013 from Hydrox6/venge-other-indicator
...
Add Vengeance Other Timer, and add order to Timer settings
2018-04-27 10:42:30 -04:00
Hydrox6
c4dac16705
Reorder Timer configuration options
2018-04-27 09:19:51 -04:00
Hydrox6
8b76726114
Add Vengeance Other indicator
2018-04-27 09:19:43 -04:00
Adam
e3de89e670
Merge pull request #2014 from Abextm/object-varname
...
cache: Name ObjectDefiniton's varpID and configID correctly
2018-04-27 08:23:00 -04:00