Commit Graph
4323 Commits
Author SHA1 Message Date
DESKTOP-G1DDN84\Denni 62dec90d42 animation smoothing: fix angle bounds for rotation 2018-06-24 21:24:24 -04:00
Adam 309665c8ff modelviewer: add basic animation support 2018-06-24 15:54:55 -04: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 f3f18b610f chat message manager: set default colors for GAME messages 2018-06-24 11:19:02 -04:00
Adam d239a47d98 Add interacting changed event 2018-06-24 11:19:01 -04:00
Adam 00a5845c7e actor mixin: fix getInteracting when index is 65535
There are short times where it is this before being set to -1
2018-06-24 11:19:01 -04:00
Tomas Slusny beb9100c39 Merge pull request #3990 from Shingyx/karamja-stepping-stones-level
agilityShortcutLocation: Fix SE Karamja agility marker
2018-06-24 13:31:54 +02:00
Tomas Slusny 2d01eae2c4 Merge pull request #3963 from Nightfirecat/fix-more-hot-cold-clues
Even more hot-cold clue fixes
2018-06-24 13:30:29 +02: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
James f1f55157fb Show correct text for master clue command (#3989) 2018-06-24 11:57:40 +02:00
Su-Shing Chen 4074eb5cbd agilityShortcutLocation: Fix SE Karamja agility marker
Corrects the level of the South East Karamja stepping stones shortcut
between the Gnome glider and the Shilo Village entrance. Changed from
71 to 30.
2018-06-24 16:05:38 +12:00
Adam 9d8fc7f096 Merge pull request #3984 from jplsek/inventory-viewer
Add inventory viewer plugin
2018-06-23 22:30:38 -04:00
AWPH-I 4bc65805a8 Add inventory viewer plugin 2018-06-23 21:55:15 -04:00
Jordan Atwood 23bf69e5d4 Fix East of Brimhaven fruit tree hot-cold location 2018-06-23 18:53:31 -07:00
Jordan Atwood ab496123c0 Fix "West of Barbarian Village" hot-cold location 2018-06-23 18:52:52 -07:00
Adam 134aa95ea1 Merge pull request #2972 from kulershk/inventory-tagging
Add inventory tagging plugin
2018-06-23 16:28:05 -04:00
Tomas Slusny 49c3f538ef Add inventory tagging plugin
Add plugin that will tag items in inventory with 4 different categories
and draw outlines for tagged items.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-23 14:28:33 -04: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
Adam 315a08051d Merge pull request #3973 from J-Leg/clues_commands
Clue chat commands
2018-06-23 10:44:54 -04:00
JavaLeg c7c715f9ce chat commands: add clues command 2018-06-23 10:31:03 -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 2c1788a6d8 Merge pull request #3966 from Adam-/hook-inject-public
Add interface representing all callbacks the client does, and convert mixins to use it
2018-06-23 09:39:43 -04:00
Adam 5e7a3513c7 hooks: dispose graphics after using 2018-06-23 09:20:13 -04: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
Nathen Sample 1682ba5289 Update prayer plugin encapsulation (#3962) 2018-06-23 04:16:35 +02:00
Tomas Slusny 42341133b7 Merge pull request #3961 from NathenSample/3911-KourendLibrary
Update kourend library plugin encapsulation
2018-06-23 02:33:40 +02:00
Adam fd1211cd8f runescape-api: remove no longer used annotations 2018-06-22 20:10:53 -04:00
Adam aae4e1f1a6 Merge pull request #3901 from deathbeam/more-method-hooks-public
Replace Hook with MethodHook where possible
2018-06-22 20:08:37 -04:00
Tomas Slusny d21cac1449 Add documentation for Hooks
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:36 -04:00
Tomas Slusny ffbc89a801 Move menuActionHook to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:36 -04:00
Tomas Slusny 486c8c985a Move clientMainLoop to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:35 -04:00
Tomas Slusny 7437da1237 Move drawRegion call to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:35 -04:00
Tomas Slusny d948dc05ed Move drawAboveOverheads call to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:34 -04:00
Tomas Slusny bac06e5b3a Move graphicsObjectCreated to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:34 -04:00
Tomas Slusny 517c4c4796 Move addChatMessage to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:33 -04:00
Tomas Slusny 4d6386d846 Move projectileMoved to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:32 -04:00
Tomas Slusny 3835f005f6 Move setMessage to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:32 -04:00
Tomas Slusny 4241e4384f Move postItemComposition to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:31 -04:00
Tomas Slusny eea63dd171 Move focusLost to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:29 -04:00
Tomas Slusny 384bdb1179 Move focusGained to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 19:53:28 -04:00
Nathen dd3fb812cd Update library plugin encapsulation 2018-06-23 00:49:28 +01:00
Tomas Slusny 2944e5b334 Move updateNpcs call to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-23 00:04:44 +02:00
Tomas Slusny 8fb285f928 Move menuOpened to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 23:59:59 +02:00
Tomas Slusny d6e26410c8 Move onActorHitsplat to mixins
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-22 23:59:59 +02:00
Tomas Slusny cea506cff2 Merge pull request #3870 from jplsek/swap-assign
Menu Swapper - Add Age/Assignment Swapping
2018-06-22 21:42:12 +02:00
Adam 31df7feeb2 Merge pull request #3902 from Adam-/outdated-dialog
runelite-client: add outdated dialog
2018-06-22 08:41:59 -04:00
Adam 44a363f73c runelite-client: add outdated dialog 2018-06-21 20:43:56 -04:00
Adam 26fbf78399 Merge pull request #3854 from Abextm/hotkeys
screenshot plugin: Allow hotkey to be changed from insert
2018-06-21 20:31:48 -04:00