Commit Graph
757 Commits
Author SHA1 Message Date
Max Weber 84f7807d1b runelite-api: Update autogenerated ID files to 171-7 2018-07-16 19:24:47 -04:00
Adam 6bca1d39a9 Remove MAZE_GUARDIAN_MOVING npc id
This isn't a real npcid and was erroneously added in b7b8fc85fb
2018-07-16 19:23:42 -04:00
Adam 99c7848294 Remove item layer changed event 2018-07-16 17:53:30 -04:00
Adam 1bac71f840 Add item spawn events 2018-07-16 17:42:17 -04:00
Max Weber d7473bdb07 Rename Region to Scene 2018-07-16 03:45:20 -06:00
Magic fTail 3f8c10d036 chat commands: update boss kc from boss log 2018-07-15 19:25:52 -04:00
AdamandMagic fTail dfa892c2bc screenshot plugin: rename "raids" to "chambers of xeric"
Co-authored-by: Magic fTail <runecnielsen3132@gmail.com>
2018-07-14 15:53:02 -04:00
Magic fTail cbc531a9f8 Update dialog widget ids from game update 2018-07-13 09:53:16 -04:00
Runelite auto updater 1c5f6f7abf [maven-release-plugin] prepare for next development iteration 2018-07-12 10:50:35 +00:00
Runelite auto updater 48a6463856 [maven-release-plugin] prepare release runelite-parent-1.4.7 2018-07-12 10:50:29 +00:00
Adam e2d4ec6893 widgetid: update barrows interface ids 2018-07-11 18:13:44 -04:00
Adam 688c049204 Merge pull request #4193 from Nightfirecat/center-xp-drop-with-hidden-skill-icon
xp drop plugin: Move text to use hidden icon's space
2018-07-10 08:55:04 -04:00
Adam 2aa08231a2 Add getVarpValue and setVarpValue to RSClientMixin and Client 2018-07-09 08:54:50 -04:00
Adam 80fe6d4788 Add killcount command 2018-07-08 16:47:12 -04:00
Tomas Slusny 31d7ed8850 Add api mappings for oculus orb normal speed
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-06 14:06:48 +02:00
Jordan Atwood 817a7dd871 xp drop plugin: Move text to use hidden icon's space
Closes runelite/runelite#2265
2018-07-05 15:57:16 -07:00
Runelite auto updater f6d32bb98e [maven-release-plugin] prepare for next development iteration 2018-07-05 11:11:02 +00:00
Runelite auto updater 667053172f [maven-release-plugin] prepare release runelite-parent-1.4.6 2018-07-05 11:10:56 +00:00
Viktor Horsmanheimo faf4e4e446 Add widget IDs for the varrock museum quiz 2018-07-02 23:42:33 +02:00
Adam 36b68a6254 puzzle solver: add lightbox solver 2018-07-01 10:31:40 -04:00
Adam dbf0f38f28 Revert "Add ironman status and AccountType to API"
This reverts commit 865bae6c2d.
2018-06-29 21:36:46 -04:00
Tomas Slusny 865bae6c2d Add ironman status and AccountType to API
- Add ironman status varbit and account type to API

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-29 12:21:15 +02:00
Jordan Atwood 31082ad85a Add Vengeance Other graphic ID 2018-06-28 23:21:28 -07:00
Jordan Atwood 835b18b819 Update Veng Other / Energy Transfer animation ID
Both the Vengeance Other and Energy Transfer spells use the same
animation.
2018-06-28 23:21:05 -07:00
Adam 799f8b1266 Calculate and store widget parent id and position when the interfaces are rendered
This removes the need to calculate widget bounds and parent on demand by
traversing up the widget tree.
2018-06-28 16:00:38 -04:00
Adam 8ad6f466da runelite-api: make HashTable a generic 2018-06-28 14:07:59 -04:00
Runelite auto updater e35ac926b4 [maven-release-plugin] prepare for next development iteration 2018-06-28 10:57:35 +00:00
Runelite auto updater 02a2334dd7 [maven-release-plugin] prepare release runelite-parent-1.4.5 2018-06-28 10:57:29 +00:00
Adam afa46b6538 queries: replace some isHidden checks with isSelfHidden
The parents are known to be not hidden in these cases
2018-06-25 20:27:44 -04:00
honeyhoney f2c2a2ce4a Added destroy item widgets 2018-06-25 18:35:15 -04:00
Adam 8247163fee animation smoothing: don't interpolate hellhound defence animation 2018-06-25 17:20:00 -04:00
Tomas Slusny 4f36a787de Merge pull request #4002 from HSJ-OSRS/battlestaves-idle
Add battlestaff crafting to idle notifier
2018-06-25 17:21:12 +02:00
Adam 784d39324c devtools: add transform command 2018-06-24 21:24:25 -04:00
HSJ-OSRS 5fd612ae16 Add battlestaff crafting to AnimationID 2018-06-24 23:52:43 +01:00
Adam 5f558657a8 Merge pull request #3988 from Adam-/corp-public
Add corporeal beast plugin
2018-06-24 11:47:14 -04:00
Adam f126dcf041 Add corporeal beast plugin 2018-06-24 11:19:04 -04:00
Adam d239a47d98 Add interacting changed event 2018-06-24 11:19:01 -04:00
Tomas Slusny c8e0f5a3f9 Merge pull request #3976 from deathbeam/add-callback-docs
Update documentation for Callbacks interface
2018-06-24 11:58:16 +02:00
Tomas Slusny af7e76502b Add new toBufferedOutline method to SpritePixels
Add method that returns item image with outline to SpritePixels.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-23 14:20:11 -04:00
Tomas Slusny 3c3e0ef1ae Update documentation for Callbacks interface
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-23 15:46:47 +02:00
Adam f0da475370 Add interface representing all callbacks the client does, and convert mixins to use it
This allows creating and injecting Hooks via guice
2018-06-23 09:20:12 -04:00
Adam ab936a6cdb Add logback-parent to dependency management and use a consistent slf4j version everywhere 2018-06-22 22:43:41 -04:00
Runelite auto updater d60b395d5c [maven-release-plugin] prepare for next development iteration 2018-06-21 11:02:31 +00:00
Runelite auto updater c3229abf84 [maven-release-plugin] prepare release runelite-parent-1.4.4 2018-06-21 11:02:24 +00:00
Jasper Ketelaar b7b8fc85fb runelite-client: add mage training arena plugin 2018-06-20 19:56:25 -04:00
Adam f411e94e2c prayer plugin: add dose indicator 2018-06-17 18:09:10 -04:00
Adam bf2d7501cb Merge pull request #3842 from Abextm/cache-object-id-limit
Update cache-sourced ID files to 171-3
2018-06-17 09:49:05 -04:00
Max Weber 4bdd2e1b18 Update autogenerated ID files 2018-06-16 12:10:38 -06:00
Tomas Slusny 571e4d761a Merge pull request #3762 from Nightfirecat/add-staff-of-the-dead-timer
Add Staff of the Dead timer
2018-06-16 12:32:29 +02:00
AeonLucid abcc733c9e ge plugin: add OSB actively traded price 2018-06-15 17:33:30 -04:00