Commit Graph
5199 Commits
Author SHA1 Message Date
Adam 0ceb29d99a Merge pull request #5429 from Adam-/hiscore-cache
http-service: add caching for hiscore lookups
2018-09-12 08:00:07 -04:00
Adam 8be49e1604 http-api: use https for hiscore urls
These have started to return 302 moved to https now.
2018-09-12 07:50:38 -04:00
Adam 9906f3120d http-service: add caching for hiscore lookups 2018-09-12 07:50:38 -04:00
Tomas Slusny 1db7bae356 Merge pull request #5446 from deathbeam/remove-fish-config
Remove unnecessary fishing spot configuration
2018-09-12 08:29:07 +02:00
Tomas Slusny 18259d9b5c Merge pull request #5456 from MagicfTail/one-person-raid
Don't show party size in raid overlay when solo raiding
2018-09-12 08:20:13 +02:00
Magic fTail d94e6566d5 Don't show party size in overlay when solo raiding 2018-09-12 06:43:07 +02:00
Abex ee3ef2d16b Merge pull request #5454 from Abextm/varcint-setter
runelite-mixins: Add setter for varcint
2018-09-11 22:19:52 -06:00
Max Weber a03b34a2c3 runelite-mixins: Add setter for varcint 2018-09-11 22:10:57 -06:00
Tomas Slusny 0754a7e090 Remove unnecessary fishing spot configuration
As now the fishing spots get hidden automatically and shown
automatically it is no longer necessary to have per-spot configuration.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-12 00:50:45 +02:00
Tomas Slusny 1a14aa295e Merge pull request #5442 from ItsSebas/fishing-darkcrab
fishing plugin: Add Dark Crab fishing spots
2018-09-12 00:42:00 +02:00
Sebastiaan Vanspauwen 5af64d3897 Fishing: Added Dark Crab Overlay 2018-09-11 20:17:15 +02:00
Abex 4c2e94e514 Merge pull request #5409 from Abextm/widget-names-external
runelite-api: Update widget field names
2018-09-11 11:25:53 -06:00
Tomas Slusny 713c39b953 Merge pull request #5427 from deathbeam/simulate-item-container-change
Simulate ItemContainerChange events on plugin startup
2018-09-11 11:18:28 +02:00
johnhamilto a7feea8bbd Add quest name tooltips to the world map (#5410)
Closes #5388
2018-09-11 10:43:08 +02:00
davidyip50 4e37ce517b Add troll stronghold portal icon support to POH (#5404)
Closes #5376
2018-09-11 10:20:44 +02:00
Tomas Slusny a70fced41a Simulate ItemContainerChange events on plugin startup
- Rename RegionTileManager to GameEventManager
- Add simulating of ItemContainerChanged events

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-11 10:15:28 +02:00
Tomas Slusny d6ee7b0672 Merge pull request #5403 from deathbeam/idle-notifier-use-mouse-state
Use mouse press events and not mouse movement events in idle notifier
2018-09-11 10:11:30 +02:00
Mack Bryan e0966a6e07 Remove npc highlights on task completed message. (#5416)
Closes #5414
2018-09-11 08:57:02 +02:00
Tomas Slusny 31007fac40 Merge pull request #5428 from MackBryan/elf-camp-hot-cold-clue-fix
Moved hot-cold dig location 3 tiles east into the correct range.
2018-09-11 08:54:38 +02:00
Tomas Slusny 572139a6f7 Merge pull request #3461 from MagicfTail/Map-Minigame-Tooltip
WorldMapPlugin: Add tooltip to minigame icons
2018-09-10 22:33:23 +02:00
Magic fTail 28d95e0b65 WorldMapPlugin: Add tooltip to minigame icons
Add tooltip showing the name of the minigame on the worldmap
2018-09-10 22:15:08 +02:00
MackBryan ab85309899 Moved hot-cold dig location 3 tiles east into the correct range. 2018-09-10 13:10:23 -07:00
Tomas Slusny 5733848ed2 Merge pull request #5298 from Nightfirecat/home-minigame-teleport-timers
Add home and minigame teleport cooldown timers
2018-09-10 10:00:44 +02:00
Jordan Atwood cacb9e08aa timers plguin: Add teleport cooldown timers
This adds timers for home teleport and minigame teleport cooldowns.

Fixes runelite/runelite#814
Closes runelite/runelite#2153
2018-09-09 13:14:56 -07:00
Jordan Atwood af6a08bd01 Add home teleport widget info 2018-09-09 13:14:56 -07:00
Jordan Atwood 283cb96187 Add minigame teleport button widget info 2018-09-09 13:14:55 -07:00
Jordan Atwood c46b697071 Add home teleport animation and graphic definitions 2018-09-09 13:14:55 -07:00
Jordan Atwood 92d8d95e51 timers plugin: Reset fields on shutdown 2018-09-09 13:14:54 -07:00
Max Weber d159bc63b3 runelite-api: Update widget field names 2018-09-09 11:02:14 -06:00
Tomas Slusny 3218134725 Merge pull request #5408 from ItsSebas/memoirs-teleport
Worldmap: Added Kharedst's Memoirs teleports
2018-09-09 18:48:10 +02:00
Sebastiaan Vanspauwen 6c7941bb1c Worldmap: Added Kharedst's Memoirs teleports 2018-09-09 17:35:12 +02:00
Tomas Slusny 87ad390b94 Merge pull request #5398 from deathbeam/deprecate-queries
Deprecate queries with already existing events
2018-09-09 13:58:36 +02:00
Tomas Slusny b90d37c8ec Use mouse/keyboard idle state properly in IdleNotifier
- Use mouseLastPressedMillis instead of mouseIdleTicks as
only mouse press events indicate that player is idle, and not mouse
movements
- Use also keyboard check when resetting idle when active

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-09 04:38:44 +02:00
Tomas Slusny fc3f657d7c Add mappings for mouse last pressed millis
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-09 04:15:01 +02:00
Tomas Slusny e7d89866d0 Deprecate queries with already existing events
Deprecate all queries that have already existing
spawned/despawned/change events.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-09 00:25:27 +02:00
Tomas Slusny c64cbb313e Merge pull request #5397 from Spencersss/wizard-tower-fairyring
Added fairy ring code to wizard tower clue solutions
2018-09-09 00:07:14 +02:00
Spencer cbde600ac6 Added fairy ring code to wizard tower clue solutions 2018-09-08 16:46:28 -04:00
Tomas Slusny d58ab1e6fc Merge pull request #5365 from deathbeam/make-overlays-be-hidden-only
Make cannon, fishing & kourend overlay use hidden properties instead of overlay manager
2018-09-08 02:55:39 +02:00
Tomas Slusny c460facebc Merge pull request #5370 from deathbeam/reorder-farming-by-priority
Reorder time tracker tabs by priority
2018-09-08 02:49:20 +02:00
Damen 7163c84214 Add Grotesque Guardians instance close timer (#4338)
Add Grotesque Guardians instance close timer
2018-09-07 22:25:04 +02:00
Tomas Slusny 14e3c0bc93 Merge pull request #5358 from MagicfTail/Quest-Screenshot
Add Quest to quest screenshots
2018-09-07 18:19:53 +02:00
Tomas Slusny d11a6c7c00 Merge pull request #5352 from deathbeam/tithe-use-vanilla
Replace Tithe Farm overlay with layoutable widget
2018-09-07 18:09:36 +02:00
Tomas Slusny c70e84d521 Merge pull request #5355 from Nightfirecat/check-clue-item-sets-between-equipped-and-inventory
clue scroll plugin: Check for sets across inventory and equipment
2018-09-07 18:07:00 +02:00
Tomas Slusny 4fb4391cf6 Merge pull request #5371 from ItsSebas/weiss-trollstronghold
Worldmap: Added Weiss and Troll Stronghold teleports and fixed Arceuus Ape Atoll
2018-09-07 18:05:33 +02:00
Tomas Slusny 253858b65d Replace Tithe Farm overlay with layoutable widget
Remove Tithe Farm custom sack overlay with layoutable RS widget.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-07 17:52:47 +02:00
Sebastiaan Vanspauwen 599601d3ad Worldmap: Fixed Ape Atoll Arceuus Location 2018-09-07 17:42:17 +02:00
Sebastiaan Vanspauwen 6657ad3d14 Worldmap: Added Weiss and Troll Stronghold teleports 2018-09-07 16:24:51 +02:00
Tomas Slusny 8488b89f6d Merge pull request #5367 from Abextm/fix-diary-req
diaryreqs: Update scrollbar with new length
2018-09-07 16:17:34 +02:00
Tomas Slusny 323c55f3ae Reorder time tracker tabs by priority
Timers -> Birdhouses -> Herbs -> Trees -> Special (for seaweed) ->
Flowers (because of recent buff) -> Bushes (whiteberries) -> Grapes
(wine of zammy?) -> Hops

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-09-07 14:54:02 +02:00
Max Weber 44c32ff641 diaryreqs: Update scrollbar with new length
This interface was ported to a different widget (in #5346), but that interface has a dynamic length, controlled by cs2 2523, which is called by the server when the interface is filled. Simply call the cs2 again after the next one has ran with our new linecount.
2018-09-07 03:55:54 -06:00