Commit Graph

1416 Commits

Author SHA1 Message Date
Adam
f4922169f4 runelite-client: remove now unused configuration from mouse highlight plugin 2017-11-10 13:59:55 -05:00
Adam
4151ef83c8 Merge pull request #201 from l2-/chatcommandsv1
recolor chat command messages when chatbox transparency changes
2017-11-10 13:58:03 -05:00
l2-
7539e7b640 runelite-client: recolor chat command messages when chatbox transparency changes
Support different colors for transparent chat boxes
2017-11-10 13:46:16 -05:00
l2-
ea6a650c1e Export ChatLineMap 2017-11-10 13:41:15 -05:00
l2-
bdbc1a9458 Add hook for varbit and isResized changing 2017-11-10 13:39:46 -05:00
l2-
0d07ecbdfd runelite-client: add runecraft to skill abbreviations 2017-11-10 13:35:43 -05:00
Adam
80bb459fc8 cache: add djb2 test 2017-11-10 11:35:01 -05:00
Adam
7b66528694 cache dao: fix findMostRecent() to sort by revision properly 2017-11-10 11:28:39 -05:00
Adam
8e6b90bc20 Merge pull request #203 from tylerthardy/tooltipUi
Add tooltip system
2017-11-09 21:17:43 -05:00
Tyler Hardy
1fdbdf08f8 runelite-client: Use tooltip system for plugins and infoboxes 2017-11-09 21:05:18 -05:00
Tyler Hardy
89f0b59945 runelite-client: add runelite config with tooltip config 2017-11-09 21:04:40 -05:00
Tyler Hardy
0fd85d65e5 runelite-client: add tooltip system 2017-11-09 21:04:03 -05:00
Runelite auto updater
330f8071c3 [maven-release-plugin] prepare for next development iteration 2017-11-09 17:41:55 +00:00
Runelite auto updater
665f8fedb1 [maven-release-plugin] prepare release runelite-parent-1.2.6 2017-11-09 17:41:50 +00:00
Adam
15c484fdf8 Update 157
Unable to map annotated method Buffer.putShortLength(I)V named
putShortLength
Unable to map annotated method Buffer.putLength(I)V named putLength
Unable to map annotated method Buffer.putLEInt(I)V named putLEInt
Unable to map annotated field static LRSSocket; class15.rssocket2 named
rssocket2
Unable to map annotated field static [I class15.mapRegions named
mapRegions
Unable to map annotated field static [[[B class2.underlayIds named
underlayIds
Unable to map annotated field static [I class2.landRegionFielIds named
landRegionFielIds
Unable to map annotated field static [[I class35.xteaKeys named xteaKeys
Unable to map annotated field static [I class47.blendedSaturation named
blendedSaturation
Unable to map annotated field static [[[B class61.overlayIds named
overlayIds
Unable to map annotated field static [[[B class61.overlayRotations named
overlayRotations
Unable to map annotated field static Ljava/math/BigInteger;
class88.rsaKeyExponent named rsaKeyExponent
Unable to map annotated field static Ljava/math/BigInteger;
class88.rsaKeyModulus named rsaKeyModulus
Unable to map annotated field static LPacketBuffer;
Client.secretPacketBuffer1 named secretPacketBuffer1
Unable to map annotated field static LPacketBuffer;
Client.secretPacketBuffer2 named secretPacketBuffer2
Unable to map annotated field static I Client.packetLength named
packetLength
Unable to map annotated field static I Client.packetType named packetType
Unable to map annotated field static I Client.audioEffectCount named
audioEffectCount
Unable to map annotated field static I Client.lastFrameId named
lastFrameId
Unable to map annotated field static I Client.secondLastFrameId named
secondLastFrameId
Unable to map annotated field static I Client.thridLastFrameId named
thridLastFrameId
Unable to map annotated field static Z Client.isDynamicRegion named
isDynamicRegion
Unable to map annotated method Client.processServerPacket()Z named
processServerPacket
Unable to map annotated field static [I CombatInfoListHolder.blendedHue
named blendedHue
Unable to map annotated field static [[[B Huffman.overlayPaths named
overlayPaths
2017-11-09 08:31:32 -05:00
Adam
6aaace0316 Merge pull request #202 from devinfrench/idlenotifier
Update IdleNotifier plugin
2017-11-08 07:42:13 -05:00
Devin
4be34c51a3 Add low hitpoints and prayer notifications 2017-11-07 17:34:33 -08:00
Devin
d455844bf7 Add additional config options 2017-11-07 17:32:18 -08:00
Devin
dfb467f633 Combine CombatNotifier and IdleNotifier plugins 2017-11-07 17:29:22 -08:00
Devin
46e7a243bf Add cannonball smithing animation 2017-11-07 17:05:59 -08:00
Adam
49d736ac47 scripts: remove old release script 2017-11-07 15:45:41 -05:00
Adam
c003c64c78 runelite-client: fix checkstyle violation 2017-11-05 15:49:46 -05:00
Adam
dbbdd31e2e runelite-client: make item image cache non static 2017-11-05 15:30:16 -05:00
Adam
05f21df9b1 Merge pull request #199 from devinfrench/queries
Remove duplicates from object queries
2017-11-05 10:51:34 -05:00
Devin
17c7ba7d50 Remove duplicates from object queries 2017-11-04 12:37:25 -07:00
Adam
752546b9d0 Merge pull request #194 from tylerthardy/slayer
Slayer plugin
2017-11-03 19:13:36 -04:00
Tyler Hardy
000d3ffdb2 Add slayer plugin 2017-11-03 19:02:05 -04:00
Adam
4b6a4e42bb runelite-client: change chat message event constructor to take chat message type 2017-11-03 19:01:38 -04:00
Adam
7846a543b1 runelite-client: add setRunelite for tests 2017-11-03 19:01:13 -04:00
Adam
424a387ce3 Merge pull request #197 from devinfrench/zulrah
Update Zulrah plugin
2017-11-03 10:48:31 -04:00
Adam
5c850ad548 Merge pull request #198 from UniquePassive/case-sensitivity
Make hidden items case insensitive in GroundItems plugin
2017-11-03 10:38:32 -04:00
Devin
8dfc8c70b3 Update Zulrah plugin 2017-11-03 10:37:14 -04:00
UniquePassive
e977a82882 Make hidden items case insensitive in GroundItems plugin 2017-11-03 15:09:52 +01:00
Devin
8165975ba5 Add getWorldLocation mixin for Actor 2017-11-02 14:21:10 -07:00
Snorflake
408cc96133 Add option to swap sides of mouse highlighting (#168)
* Add option to swap sides of mouse highlighting

* Fix not drawing off of the top of the screen not fully working
2017-10-31 02:14:28 +01:00
Tyler Hardy
f4dbf8d4fb Fix equipItemQuery to remove number after unequip 2017-10-27 23:02:24 -04:00
Adam
84e203c6f3 Merge pull request #192 from devinfrench/combatlevel
Add decimal formatting for precise combat level
2017-10-27 23:01:46 -04:00
Devin
7c6b9989fc Add decimal formatting for precise combat level 2017-10-27 15:21:34 -07:00
Adam
f5e78cec16 Remove rsmv modelviewer [ci skip] 2017-10-26 20:50:20 -04:00
Adam
f1de78451a README: update runelite-api description, add runelite-client description [ci skip] 2017-10-26 20:46:49 -04:00
Adam
91a0dca96d Merge pull request #190 from devinfrench/combatlevel
Add precise combat level plugin
2017-10-25 21:00:06 -04:00
Devin
6fc3b492c1 Add precise combat level plugin 2017-10-25 17:13:13 -07:00
Adam
263153d348 Merge pull request #189 from tylerthardy/spriteManager
Add item image fetching to ItemManager
2017-10-24 20:20:06 -04:00
Tyler Hardy
42570da973 runelite-client: update fishing plugin to use new item image sprites 2017-10-24 20:04:24 -04:00
Tyler Hardy
446430324c runelite-client: add getItemImage to ItemManager to get item sprites 2017-10-24 20:03:13 -04:00
Tyler Hardy
40f93c28c0 runelite-api: expose sprite pixels 2017-10-24 20:02:36 -04:00
Tyler Hardy
258febb037 InfoBox tooltip fixes 2017-10-22 19:16:29 -04:00
Adam
4bfd2ec2f1 Merge pull request #187 from UniquePassive/adjust-panel-size
Remove the black line below the game applet
2017-10-22 19:14:17 -04:00
UniquePassive
741bc66907 Adjust client frame panel size
Removes the black line below the game applet
2017-10-22 20:09:42 +02:00
Adam
ed2a0dc92a Remove old Replace/ObfuscatedOverride 2017-10-22 13:15:06 -04:00