Adam
d77134893a
osbuddy client: set UA to RuneLite
2019-08-12 17:05:40 -04:00
Adam
86f0c5ebd2
osbuddy client: update exchange summary location
2019-08-12 17:05:33 -04:00
Tomas Slusny
5d6160e01f
Merge pull request #9605 from Nightfirecat/center-lvl-5-wildy-hot-cold-location
...
hotcold: Center level 5 wilderness location
2019-08-12 10:44:33 +02:00
Dylan Smith
3e277a5039
cluescrolls: Add the new General Hining cryptic clue ( #9613 )
2019-08-12 10:43:47 +02:00
Tomas Slusny
85e53315fc
Merge pull request #9617 from trimbe/west-of-farming-guild
...
hot cold: center 'west of farming guild' location
2019-08-12 10:43:01 +02:00
Adam
bbbac4ac4d
Merge pull request #9614 from abextm/clanmanager-empty-cache
...
ClanManager: handle startup with an empty cache
2019-08-10 18:51:24 -04:00
Adam
06525feb55
Merge pull request #9585 from dekvall/lootracker-order
...
Fix loot tracker order on client reload
2019-08-10 18:00:52 -04:00
Adam
a99f64ba3b
Merge pull request #9629 from abextm/splash
...
Add loading splash screen
2019-08-10 17:51:37 -04:00
Adam
3720fe68d0
Merge pull request #9627 from abextm/runscript-args-external
...
Ensure runScript is invoked with the correct number of arguments
2019-08-10 17:32:05 -04:00
dekvall
1abadb0c9c
loottracker: fix order on client reload
...
The panel is currently rebuilt with the earliest loots at the top.
For the sake of consistency, it should be the other way around.
Closes #9575
2019-08-10 12:28:27 +02:00
dekvall
ef4c628068
loottracker: remove timestamp from LootTrackerRecord
2019-08-10 11:36:45 +02:00
Adam
ac0abbf0ba
Merge pull request #9528 from trimbe/saved-tag-tabs
...
bank tags: properly open saved tab
2019-08-09 20:41:38 -04:00
Max Weber
cdfe2e9306
runelite-client: Add fatal error dialog
2019-08-09 18:28:56 -06:00
Max Weber
944064b1b5
runelite-client: Make RuneLiteProperties fully static
2019-08-09 17:53:55 -06:00
Max Weber
3757c3bae6
runelite-client: Add loading splash screen
2019-08-09 17:53:54 -06:00
Max Weber
56f7d09c92
runelite-client: Call scripts with the correct number of arguments
2019-08-09 09:34:18 -06:00
Adam
6a97d9ff46
Merge pull request #9000 from Hydrox6/clue-challenge
...
Add support for Skill Challenge Clues
2019-08-09 11:00:02 -04:00
Adam
c6e24b832d
http-service: remove inferred destroy method on mongo client bean
...
It is important that the client isn't closed when using the jndi
provided client as it is a singleton and is reused.
2019-08-09 10:43:55 -04:00
Max Weber
4cec794a29
runelite-api: allow runScript to take a plain Object...
2019-08-09 08:40:03 -06:00
Max Weber
a019d39361
runelite-api: Annotate script ids with their argument counts
...
The cache-code updater can update these annotations so we know when
a script we call require changes
2019-08-09 08:40:03 -06:00
Hydrox6
724437480f
clues: remove mis-categorised skill challenge
2019-08-09 14:58:52 +01:00
Hydrox6
09b4517d31
Add support for Challenge Clues
...
Supports both Sherlock tiers and Charlie
2019-08-09 14:58:49 +01:00
Hydrox6
51c73798e4
Add support for named AllRequirementsCollections
2019-08-09 14:50:19 +01:00
Hydrox6
02311b996e
Move Item Requirement code from EmoteClue to its own sub-package
2019-08-09 14:50:19 +01:00
dekvall
e0dcb668da
attack styles: fix hide styles on weapon change
...
Hiding attack styles primarily relies on a subscription to
onWidgetHiddenChanged but when swapping between bludgeon and bow this event
fires before onVarbitChanged which means that when swapping quickly between
the two, the longrange option will not be hidden. Since the plugin uses info about
the weapon to determine in which skill xp will be gained and ultimately, which widgets
should be hidden, we need an extra call to ProcessWidgets after a weapon switch to ensure
expected behavior.
2019-08-09 09:40:48 -04:00
dekvall
688ab50647
attack styles: fix NPE in overlay
2019-08-09 09:40:48 -04:00
Abex
44a000bdc3
Merge pull request #9616 from abextm/cache-code-2019-08-08-rev181
...
Cache code 2019 08 08 rev181
2019-08-09 05:16:53 -06:00
Adam
277a3ccd35
http-service: use jndi provided mongo
2019-08-08 19:29:51 -04:00
Adam
05ca96c3db
cml plugin: fix request throttling
...
Also update xp threshold to 10k xp
2019-08-08 18:33:32 -04:00
Adam
2ef1f29c13
xptracker: support xp gains when offline
...
When xp is gained when offline, the tracker calculates it into the
xp/hr, which can lead to very skewed stats due to the tracker being
generally paused when the player is offline.
This offsets the start xp by the gains when offline to correct for it.
2019-08-08 18:33:32 -04:00
Adam
3b40f945a7
xptracker: move initialization until after login
...
This fixes the xptracker not being properly initialized if it starts up
after the player is already logged in.
2019-08-08 18:33:31 -04:00
Adam
f300c541dc
xptracker: update lastXp after submitting xp gains
...
This prevents continious updates on logout after the threshold has been
reached.
Also initialize lastXp when the plugin starts in the event the player is
already logged in.
2019-08-08 18:33:31 -04:00
Adam
edfd52af23
config service: validate config values
2019-08-08 17:31:12 -04:00
Adam
4286c680f2
config service: add test for parseJsonString
2019-08-08 17:31:12 -04:00
Adam
730ad1c3c6
config service: return status based on whether set/unset were successful
2019-08-08 17:31:11 -04:00
trimbe
e0d1f408cc
hot cold: center 'west of farming guild' location
2019-08-08 13:24:18 -04:00
Maxwell Chow
26855079fe
discord: Fix spelling errors in Discord status locations ( #9615 )
2019-08-08 12:47:00 +02:00
RuneLite Cache-Code Autoupdater
734140063c
Update NPC IDs to 2019-08-08-rev181
2019-08-08 10:33:32 +00:00
RuneLite Cache-Code Autoupdater
aa0249b043
Update Object IDs to 2019-08-08-rev181
2019-08-08 10:33:32 +00:00
RuneLite Cache-Code Autoupdater
e13e018316
Update Item variations to 2019-08-08-rev181
2019-08-08 10:33:31 +00:00
RuneLite Cache-Code Autoupdater
a8a2ab3cf0
Update Item IDs to 2019-08-08-rev181
2019-08-08 10:33:31 +00:00
tortuga69
21a188730b
Add support for Trollweiss Mountain Cave agility shortcut ( #9543 )
2019-08-08 11:20:56 +02:00
David
f71860fc6a
ge: Add item limits for redwood and celastrus seeds/saplings ( #9476 )
2019-08-08 11:16:31 +02:00
Max Weber
3e4f61b406
ClanManager: handle startup with an empty cache
2019-08-08 02:45:15 -06:00
Daniel Bolink
345f07d20f
loot tracker: add Kingdom of Miscellania
2019-08-07 20:11:12 -04:00
Adam
e41e4d32ca
Merge pull request #9557 from deathbeam/snapshot-everything
...
Snapshot all grahics2d properties in safeRender
2019-08-07 19:54:53 -04:00
Adam
d90e4126c7
Merge pull request #9576 from xdesr/divine-pots-item-stats
...
item stats: add divine potions
2019-08-07 19:52:52 -04:00
Adam
39be499432
Merge pull request #9609 from dekvall/null-head
...
Disable inventory grid if the dragged item is removed
2019-08-07 19:50:39 -04:00
dekvall
2f15420a84
Disable inventory grid if the dragged item is removed
2019-08-08 01:40:49 +02:00
Jordan Atwood
1c6333410a
hotcold: Center level 5 wilderness location
...
Ref: runelite/runelite#9601
2019-08-06 21:36:04 -07:00