Commit Graph

3406 Commits

Author SHA1 Message Date
Adam
dc1125a49c Merge pull request #2191 from NotFoxtrot/fix-elite-clue-cryptic-father-aereck
Fix cryptic elite clue: Father Aereck
2018-04-30 16:01:44 -04:00
Adam
1bf50fe194 Merge pull request #2143 from Nightfirecat/fix-shayzien-command-tent-emote-clue
Fix Shayzien command tent emote clue
2018-04-30 15:58:49 -04:00
NotFoxtrot
d1d394a259 Fix cryptic elite clue: Father Aereck 2018-04-30 20:37:31 +02:00
Rprrr
31c27292e0 screenshot plugin: fix exception when taking screenshots on login 2018-04-30 12:48:51 -04:00
Adam
c8b5a3a3a3 Merge pull request #2167 from bkase/fix-stomp-emote-clue
Adjust stomp dragon-axe clue location
2018-04-30 12:41:08 -04:00
Adam
c0ea5d0dd0 Merge pull request #2169 from bkase/fix-wildy-cryptic
Add missing comma to hard cryptic
2018-04-30 12:37:30 -04:00
Adam
d4ef4ec78f Merge pull request #2170 from Nightfirecat/fix-hard-cryptic-clue
Fix hard cryptic clue
2018-04-30 12:27:51 -04:00
Adam
bb880396a5 Merge pull request #2176 from devLotto/tai-bwo-wannai-duel
cluescrolls: support any type of ring of dueling in emote clues
2018-04-30 11:22:41 -04:00
Adam
2d7adb248a http-service: fix sql2o statement leak
commit() will call closeJdbcConnection() which does not clean up statements and causes the later close() to noop
2018-04-30 10:33:59 -04:00
Lotto
b23880d273 cluescrolls: support any type of ring of dueling in emote clues 2018-04-30 12:43:27 +02:00
Tomas Slusny
73c54db006 Merge pull request #2022 from sethtroll/addhintarrowtoggle
clue scroll: Add toggle for hint arrows
2018-04-30 11:49:18 +02:00
Tomas Slusny
5fdfaa28e9 Merge pull request #2137 from sethtroll/resetprogresscolor
farming panel: reset progress bar background
2018-04-30 11:47:59 +02:00
Jordan Atwood
d36bcf879e Fix hard cryptic clue
Fixed clue string, punctuation in instructions.
Ref: https://user-images.githubusercontent.com/2199511/39418034-7f2b38a4-4c47-11e8-9691-9cf384bf4d7f.png
2018-04-30 00:24:39 -07:00
Brandon Kase
8a7f90f016 Add missing comma to hard cryptic 2018-04-30 00:10:31 -07:00
Brandon Kase
aadfa35bf6 Adjust stomp dragon-axe clue location 2018-04-29 22:36:13 -07:00
Adam
ff89cac97e demonic gorilla plugin: use headicon api 2018-04-29 19:42:54 -04:00
Adam
18dc60db60 runelite-api: add headicon enum 2018-04-29 19:42:21 -04:00
Jordan Atwood
36805b4883 Fix Shayzien command tent emote clue
Fixes punctuation (no oxford comma)
Ref: https://user-images.githubusercontent.com/2199511/39410263-0c98ddbc-4be5-11e8-94b0-f7d4d5527e08.png
2018-04-29 12:42:49 -07:00
Adam
b93ef7362f Merge pull request #2042 from jpabeem/XpGlobe-stays-on-screen-while-hovered-over-it
Fix XpGlobe: now stays on screen while hovered over it
2018-04-29 15:10:09 -04:00
Adam
af92b647e9 Merge pull request #2071 from SoyChai/typos
Minor typo corrections
2018-04-29 15:00:59 -04:00
Seth
28b50e3f30 farming panel: reset progress bar background
fixes progress bar background not resetting when state = null
2018-04-29 13:33:18 -05:00
Adam
23db84deb6 Merge pull request #2126 from deathbeam/cerberus-ghosts
Add Cerberus plugin
2018-04-29 14:29:24 -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
Seth
6b3ddac948 clue scroll: fix easy clue 2018-04-29 13:00:29 -05:00
Seth
ef01b3c3db clue scroll: add toggle for hint arrows 2018-04-29 13:00:29 -05:00
Adam
6c6f795ef4 account service: fix not setting autoincrement on user id
Fixes 82ffa4457c9b63794ce820c02a888f0de655a8db
2018-04-29 13:40:15 -04:00
Tomas Slusny
ed32646b52 Add Cerberus plugin
Add Cerberus plugin that will show order of ghosts in bottom right
corner.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-29 19:34:02 +02: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