Commit Graph

934 Commits

Author SHA1 Message Date
Kronos
757e9850c1 Switched travis-ci.php host to fix blocking issues 2017-05-06 02:31:01 +10:00
Devin French
939ce237a1 Add ClanChat plugin 2017-05-04 07:22:27 -04:00
Adam
a22b8384f9 hiscore plugin: replace nbsp with space in player names, run lookup on another thread 2017-05-03 19:59:41 -04:00
Adam
747af7cb24 runelite-api: change getBoosted/RealSkillLevel to take a Skill 2017-05-03 19:23:58 -04:00
Adam
685771ea6b runelite-api: add beginning of prayers 2017-05-03 19:11:10 -04:00
Adam
6f8d000351 dev tools: add simple settings tracker 2017-05-03 18:52:31 -04:00
Adam
29280179f7 Merge pull request #43 from KronosDesign/api-updates
Hooked paddingX/Y in Widget
2017-05-03 16:57:55 -04:00
Kronos
593051977c Renamed paddingX/Y in Cache 2017-05-04 06:10:05 +10:00
Kronos
7314988f81 Hooked paddingX/Y in Widget 2017-05-04 05:57:14 +10:00
Adam
042fb54099 Merge pull request #42 from KronosDesign/patch-1
Added Discord webhook support to Travis-CI
2017-05-02 11:06:11 -04:00
Adam
b0135776f8 http service: close response body 2017-05-02 08:12:12 -04:00
Kronos
848ddee330 Added Discord webhook support to Travis-CI 2017-05-02 12:54:26 +10:00
Adam
1ffb146474 http api/service: switch to okhttp
okhttp has websocket support and http/2 support
2017-05-01 19:30:56 -04:00
Adam
9e1ad9362f cache: update script loading for newer cache 2017-04-30 19:38:21 -04:00
Adam
d038cc1ef4 cache: also copy index255 2017-04-30 19:37:33 -04:00
Adam
791854ed23 cache: remove old cache from test resources, instead pull in as a dependnecy via maven
This also updates the cache the tests use to 140
2017-04-30 19:13:21 -04:00
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