Commit Graph

918 Commits

Author SHA1 Message Date
Adam
fbf746a21a Merge pull request #38 from KronosDesign/pest-control-plugin
Added plugin for Pest Control
2017-04-30 17:12:08 -04:00
Adam
8e767f36c7 Add pest control plugin 2017-04-30 17:11:28 -04:00
Adam
ef1ed4e11f Add WidgetInfo enum and use instead of WidgetID 2017-04-30 16:46:56 -04:00
Kronos
ad2696860c Fixed applet resize and bouncing 2017-04-30 13:23:45 -04:00
Adam
31a781e5f2 cache: set handshake future prior to writing handshake 2017-04-30 10:41:28 -04:00
Adam
9615083da9 Fixup previous commit 2017-04-30 08:57:28 -04:00
Adam
b9bd70d051 Rename widget textureId to spriteId 2017-04-29 19:58:33 -04:00
Adam
cb3b9a653c mousehighlight: don't show overlay if menu is open 2017-04-29 18:39:24 -04:00
Adam
a46f96784f travis: don't deploy releases 2017-04-28 19:30:58 -04:00
Snorflake
1cbb314edd Add MouseHighlight plugin 2017-04-28 18:00:19 -04:00
Adam
a8c82348f9 runelite-client: fix not being able to add system tray icon 2017-04-28 13:23:41 -04:00
Adam
99bbb16ee6 Merge pull request #35 from KronosDesign/dev-tools
Updated DevTools plugin to contain a Widget tree
2017-04-28 08:00:51 -04:00
Kronos
b5cc159fa3 Updated DevTools plugin to contain a Widget tree 2017-04-28 13:56:53 +10:00
Runelite auto updater
0ba4dc0b13 [maven-release-plugin] prepare for next development iteration 2017-04-27 14:43:30 +00:00
Runelite auto updater
5ba4ad1503 [maven-release-plugin] prepare release runelite-parent-1.1.26 2017-04-27 14:43:25 +00:00
Runelite auto updater
12dd83a49a Update 140 2017-04-27 14:39:34 +00:00
Adam
5df4ce526f Merge pull request #33 from kylestev/enhancement/add-opcode-1301
cache: Add mapping for opcode 1301
2017-04-26 20:57:30 -04:00
Adam
40efa6a110 Merge pull request #32 from kylestev/refactor/Widget-parent-field
runescape-client: Rename parent field in Widget
2017-04-26 20:57:10 -04:00
Kyle Stevenson
f7afd31502 cache: Add mapping for opcode 1301
This adds a mapping for opcode 1301 for setting the
dragParent on a Widget.
2017-04-26 17:08:01 -07:00
Kyle Stevenson
580fc0a213 runescape-client: Rename parent field in Widget 2017-04-26 16:24:27 -07:00
Adam
464fd4077a Merge pull request #31 from kylestev/fix/ItemLayer-null-check
runelite-api: Add check for tile being null before creating wrapper
2017-04-25 17:37:50 -04:00
Kyle Stevenson
3e256f319b runelite-api: Add check for tile being null before creating wrapper 2017-04-25 14:08:11 -07:00
Adam
529a4ff68e runelite-client: don't render non visible widgets 2017-04-23 16:00:58 -04:00
Adam
db2a86d75d api: fix finding widget parents and make isHidden check parent 2017-04-23 16:00:44 -04:00
Adam
ee137229b0 Merge pull request #29 from kylestev/enhancement/update-xteas
Update xteas
2017-04-23 12:16:54 -04:00
Kyle Stevenson
941d718b04 Update xteas 2017-04-23 08:47:20 -07:00
Adam
74f23300bc Add runelite-proxy with some work on the login packet sequence 2017-04-22 20:54:07 -04:00
Adam
9024417b77 cache: document more handshake responses 2017-04-22 20:50:00 -04:00
Adam
56330ebe63 runelite-client: fix unregistering plugins from eventbus 2017-04-21 22:38:56 -04:00
Adam
23dabe982c runelite-client: use guava service manager for plugins
Seems more robust and the whole client doesn't break if one plugin fails
2017-04-21 22:37:02 -04:00
Adam
345d197171 Fix a couple npes if the client isnt' loaded 2017-04-21 22:35:31 -04:00
Adam
b8b962ec20 runescape-client: add runecraft plugin for pouch overlays 2017-04-21 18:31:10 -04:00
Adam
63e1ba6a26 runelite-api: add api method for reading varbits 2017-04-21 13:43:52 -04:00
Adam
512d0f5ff1 cache: add varbit definition and loader 2017-04-21 11:00:00 -04:00
Adam
b288b81cea runelite-api: fix getInteracting logic 2017-04-20 19:55:31 -04:00
Adam
79bd48f2ce runelite-client: some work on widget overlays
can't figure out how to only render whats on screen and some positions are off, when others aren't
2017-04-20 19:44:37 -04:00
Adam
57d93b5801 runelite-client: catch exceptions from overlay renderer 2017-04-20 19:37:05 -04:00
Adam
ea9e17a472 http-service: fix test. irritatingly can't make slf4j-simple the only slf4j implementation during tests 2017-04-20 15:02:31 -04:00
Adam
7c9560cbcf http service: log to application log 2017-04-20 13:02:34 -04:00
Adam
19daaae739 http-service: use guice for dependency injection 2017-04-20 12:23:13 -04:00
Adam
913e430047 Add update-check http api call to see if client is outdated 2017-04-19 20:40:36 -04:00
Adam
8e24e6a81f Merge pull request #26 from KronosDesign/render-updates
Updated 2D rendering methods to use anti-aliasing for smoother overlays
2017-04-19 19:21:39 -04:00
Kronos
1fd4d11866 Updated 2D rendering methods to use anti-aliasing for smoother overlays
Also added a centralised function in Renderer for setting anti-aliasing
2017-04-20 08:47:31 +10:00
Kronos
b60300928b Updated README.md to contain links to the RuneLite Wiki and Discord (#27) 2017-04-19 17:25:11 -04:00
Adam
1c807151f9 Make rs version a project property 2017-04-19 15:58:36 -04:00
Adam
e7c6a5e11e Get rid of the separate versioning scheme for the rs projects - it is just confusing 2017-04-19 14:12:52 -04:00
Adam
470c747568 runelite-client: try to fix switching between plugins 2017-04-18 17:56:55 -04:00
Kronos
0d0a938499 Updated DevTools Plugin (#25)
Updated DevTools and consolidated developer plugins
2017-04-18 17:39:38 -04:00
RobinWeymans
53f97ed90e Hiscore plugin: lookup menu item (#22)
Hiscore plugin: lookup menu item
2017-04-17 20:22:51 -04:00
Adam
b0b1bfc780 runelite-client: add maven-jarsigner-plugin configuration 2017-04-17 17:23:14 -04:00