Commit Graph

3472 Commits

Author SHA1 Message Date
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
Morgan Lewis
c955afc158 runescape-api: import world map methods 2018-05-03 19:37:26 -06:00
Adam
666bf9b211 Merge pull request #2237 from jpabeem/fix-rellekka-fishing-spot-overlay
Show missing fishing spots in Rellekka in overlay.
2018-05-03 12:48:43 -04:00
Adam
f8ec8b354e Merge pull request #2271 from LeviSchuck/xp-negative
Fix negative total XP calculation when skill starts
2018-05-03 12:28:41 -04: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
d28ef5aed8 Merge pull request #2289 from Rheon-D/zoomfix
Script repair
2018-05-03 08:32:11 -04:00
Adam
32a0dff962 scripts: apply command callback to command script 2018-05-03 08:31:23 -04:00
Adam
02bbde2307 scripts: apply zoom limits to options panel rebuilder 2018-05-03 08:31:23 -04:00
Adam
907b5df0ad scripts: update options panel rebuilder from live 2018-05-03 08:13:52 -04:00
Adam
d5e5f5b677 scripts: update comand script from live 2018-05-03 08:13:30 -04:00
Tomas Slusny
ed64689a3a Merge pull request #2242 from Nightfirecat/coordinate-clue-wording-fix
Allow "degree" and "minute" in coordinate clues
2018-05-03 10:09:08 +02:00
Tomas Slusny
61792707a1 Merge pull request #2263 from Juzzed/clue-fix
Fix master fire cape emote clue
2018-05-03 10:08:47 +02:00
Jordan
5a69819754 Add Zeah Altar elite map clue (#2283)
Add new elite clue near Zeah Altar
2018-05-03 10:08:24 +02:00
Adam
b4923b3f76 Merge pull request #2270 from deathbeam/fix-cerb-plugin
Use only southermost ghost wave for cerb plugin
2018-05-02 21:37:03 -04:00
Adam
8da3109520 Use only southermost ghost wave for cerb plugin
Closes #2252
2018-05-02 19:54:59 -04:00
Levi Schuck
b52025ae72 Fix negative total XP calculation when skill starts
Closes #1734

Summary:
If you start a skill like fishing lobster after logging in,
you will have the xpGained value as `90`.
But, since you just started the skill, it will divide by `0`.
This results in the max integer value of `2147483647`.

If you did fletching before fishing, and had a XP per hour of `40000`.
Then when you add the fishing XP per hour of `2147483647`, the
result overflows and you get a negative number as the total XP per hour.

Solution:
Don't divide by zero, instead suppose that the skill has been active
for **at least** 60 seconds. This will result in a fair estimate that
improves as the skill continues to be used, rather than the ridiculous
estimate of 2 Billion one second and 200K the next second.

60 seconds is chosen over 1 or 5 or 10 seconds as the result is more
conservative and closer matches my hourly XP experiences.
2018-05-02 17:42:46 -05:00
Adam
8714544223 Merge pull request #2266 from deathbeam/verify-minum-size
Verify game's minimum size
2018-05-02 18:28:25 -04:00
Tomas Slusny
5a95a340cc Verify game's minimum size
Due to some race condition, we can't really rely on applet's minimum
size, so add verification for minimum size when size is changed.

Fixes: #2261

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-05-02 22:00:45 +02:00
Tomas Slusny
7e8772dd7d Merge pull request #2101 from sethtroll/removeoppinfopadding
opponent info: reduce padding size
2018-05-02 20:37:50 +02:00
Mantautas Jurksa
eac09dbec9 Fix master fire cape emote clue 2018-05-02 19:50:16 +02:00
Adam
692443f7b3 Merge pull request #2244 from Nightfirecat/british-floor-numbering
Use British floor numbering in clue scroll hints
2018-05-02 13:11:02 -04:00
Jordan Atwood
9f1b6a6621 Use British floor numbering in clue scroll hints
Fixes runelite/runelite#2232
2018-05-01 19:04:14 -07: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
Adam
3f0782e83a Merge remote-tracking branch 'db/ground-item-only-right-click' into next 2018-05-01 21:24:28 -04:00
Adam
b87b0f3591 Merge remote-tracking branch 'abex/cli-args' into next 2018-05-01 21:24:05 -04:00
Adam
91b15deb4b Merge remote-tracking branch 'db/notification-mode' into next 2018-05-01 21:23:40 -04:00
Tomas Slusny
5904f3d924 Add 2 new notifications modes (message, flash)
- Change the notification mode selection to be dropdown
- Add chat message notification mode that will send game message on
notificiation
- Add screen flash notification that will flash screen for few ticks

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-05-01 21:07:05 -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
Adam
e9d1d7e75f devtools: post xp changed event too 2018-05-01 20:43:09 -04:00
Jordan Atwood
2e51181bc0 Allow "degree" and "minute" in coordinate clues
Fixes runelite/runelite#2233
2018-05-01 17:25:35 -07:00
Levi
443cc7569f xp tracker: rewrite tracking datastructures
Fix showing inaccurate "actions left" number #1735 
Fix tracker confusing switching accounts with xp gain #1273
2018-05-01 20:00:52 -04:00
Kamiel
a66c3fc6e7 Add 3rd Age Axe and 3rd Age Pickaxe animations to Idle Notifier 2018-05-01 19:38:01 -04:00
Adam
c3d59508f9 Merge pull request #2227 from Kamielvf/command-additions
Add anim, gfx and logger command to devtools
2018-05-01 19:37:23 -04:00
Kamiel
62deed7730 Add missing overhead icons to API 2018-05-01 19:32:57 -04:00
Kamiel
a7cbda46d8 Add logger command to change the logger level 2018-05-01 19:16:18 -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
acfba42295 Add anim command to developer tools
It is required to set the action frame to 0 else the animation will not play from the beginning
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
Adam
55dbb706d8 Merge pull request #2190 from Berry-95/percentage-in-hiscores
Adds skill progress bar to hiscore panel
2018-05-01 18:34:10 -04:00
Jeroen
98ba85c92a Show missing fishing spots in Rellekka in overlay. 2018-05-02 00:08:28 +02:00
Samuel Beresford
a557fc7f25 Adds skill progress bar to hiscore panel
Matches existing progress bar (look&feel) as xp tracker
2018-05-01 18:00:53 -04:00
Adam
e5f010d75c Merge pull request #2189 from Rprrr/brothertranq
Brother Tranquility 'talk-to' & ''transport' option swap
2018-05-01 13:04:13 -04:00
Adam
2082010420 Merge pull request #2196 from NotFoxtrot/fix-master-clue-emote-entrana-church
Fix master clue emote: Entrana church
2018-05-01 12:17:04 -04:00
Adam
808260ecc8 Merge pull request #2206 from FatalWaffles/patch-1
Fix Beckon in Digsite clue location
2018-05-01 12:07:55 -04:00
Adam
63ec836dbf Merge pull request #2201 from Abextm/farm-tele
farmingtracker: Prevent saving when teleporting
2018-05-01 08:29:01 -04:00