Commit Graph

1005 Commits

Author SHA1 Message Date
Adam
ba4ff2edd2 cache: couple of newFile -> newFolder 2017-05-20 18:13:11 -04:00
Adam
6ea98a73e0 runelite-proxy: hexdump packets 2017-05-20 16:33:18 -04:00
Adam
b8242eeed1 runelite-client: load vanilla client if an update has occured 2017-05-20 15:42:01 -04:00
Adam
39430395ef runelite-client: check saved session validity 2017-05-20 11:49:24 -04:00
Adam
f92da7b9b1 http-service: add session check call to check session validity 2017-05-20 11:37:49 -04:00
Adam
edebf40162 runelite-client: fix invocation handler to return config 2017-05-20 11:29:05 -04:00
Adam
9e8bf482cb runelite-client: set default config by default 2017-05-20 10:58:38 -04:00
Adam
ade6a2ae97 runelite-proxy: c2s uses different packet opcodes than s2c, so we can't packetcopy it 2017-05-19 19:13:10 -04:00
Adam
0e6d408aee runelite-client: add config plugin 2017-05-19 12:20:28 -04:00
Adam
fcbb405449 runelite-client: destroy session on logout 2017-05-17 13:54:40 -04:00
Adam
79a10cc2d2 runelite-client: add logout feature to account plugin 2017-05-16 20:30:08 -04:00
Adam
7e0cc60097 http-api: fix building config requests 2017-05-16 19:24:00 -04:00
Adam
c32782a233 http-api: catch and rethrown json exceptions as ioexceptions - we don't check return code from the http response.. 2017-05-16 19:23:48 -04:00
Adam
45640a34be http-service: add config service 2017-05-16 16:24:50 -04:00
Adam
e213d7e888 Merge branch 'master' of github.com:runelite/runelite 2017-05-16 16:20:19 -04:00
Adam
08fa07cf06 http-service: use open() not beginTransaction() in accountservice init 2017-05-15 20:46:04 -04:00
Adam
5250c4f1c3 http-service: remove old servicerunner test - does not anymore due to guice+JNDI 2017-05-15 20:45:47 -04:00
Adam
1171aed331 http-service: add ServletContextLogger.LEVEL context-param 2017-05-15 20:45:16 -04:00
Adam
58292794f3 http-api: share a common gson instance 2017-05-15 19:36:57 -04:00
Adam
38823d1afa http-api: share a common http client 2017-05-15 19:07:56 -04:00
Adam
e53d984874 Merge pull request #64 from Noremac201/hitotal
Added total level to highscores plugin
2017-05-15 18:33:48 -04:00
Adam
566a785ebf travis: only deploy commits on the master branch 2017-05-15 17:25:36 -04:00
Adam
a10b565f2e runelite-client: fix npe in websocket close 2017-05-15 08:30:06 -04:00
Adam
e90e6ea2ab runelite-client: create session file directory if it doesn't exist 2017-05-14 19:52:28 -04:00
Adam
7af13c6d99 runelite-client: reconnect if connection is closed. 2017-05-14 19:51:38 -04:00
Adam
cf4e9fab1d Add account plugin, and support for acquiring a session with the account webservice 2017-05-14 19:23:44 -04:00
Adam
aebeba06ad runelite-client: load plugins on the main thread 2017-05-14 18:52:40 -04:00
Adam
c49fe33cf9 runelite-client: fix npe from --no-rs in zulrah plugin 2017-05-14 18:39:16 -04:00
Adam
cb0417cc9f http-api: Remove unused exception thrown from hiscore client 2017-05-14 18:36:52 -04:00
Adam
1ce044c308 runelite-client: add --no-rs option 2017-05-14 18:35:38 -04:00
Adam
cb71a096a0 runelite-client: add runnable exception logger and use it in the zulrah plugin 2017-05-14 18:34:51 -04:00
Adam
c36df36433 clan chat: fix code style 2017-05-14 18:34:20 -04:00
noremac201
e54f9e4c8a added total level to highscores/skill enum 2017-05-13 10:27:21 -05:00
Abel Briggs
769166ced0 Reformatted skill order on hiscore lookup 2017-05-13 09:32:11 -04:00
Adam
ee5c681cea Merge pull request #62 from Noremac201/poison
Add more varbits/constructor
2017-05-12 20:57:05 -04:00
noremac201
be42942c1f added varbits poison and spec along with another varbits constructor 2017-05-12 18:58:57 -05:00
Kronos
c04e896ff4 Updated DevTools for viewing widget components 2017-05-12 16:57:06 -04:00
Adam
5596462b01 runelite-api: optimize getInteracting 2017-05-11 17:30:35 -04:00
Adam
c24f6b5eb9 model-viewer: fix some of the orientation issues 2017-05-11 17:09:48 -04:00
Adam
cce60dddab travis: update discord webhook 2017-05-11 12:20:17 -04:00
Adam
4023e3b2ed Merge pull request #59 from kfricilone/proxy/updates
runelite-proxy: updated constants and fixed packet copying
2017-05-11 09:25:30 -04:00
Adam
cac6432a55 model viewer: fix rendering models if faceRenderTypes is null 2017-05-11 09:19:03 -04:00
Kyle Fricilone
bcfbe38303 runelite-proxy: updated constants and fixed packet copying 2017-05-10 20:15:12 -05:00
Adam
64f99a909a runelite-api: add Experience class for xpForLevel and levelForXp 2017-05-10 16:15:07 -04:00
Snorflake
fe13b29fa4 Add top right rendering padding (#53)
* Add top right rendering padding

* Removed todo
2017-05-10 12:36:14 -04:00
Adam
745e293575 Merge pull request #57 from kfricilone/plugins/xtea
runelite-client: close xtea response, add debug message
2017-05-09 21:01:56 -04:00
Kyle Fricilone
3e4a435da4 runelite-client: close xtea response, add debug message 2017-05-09 19:56:10 -05:00
Adam
fe7e4ed515 Merge pull request #54 from devinfrench/develop
Remove colour text from option in MouseHighlight plugin
2017-05-08 20:15:33 -04:00
Adam
4769728aca Add websocket server and client, for use later 2017-05-08 19:29:00 -04:00
Adam
3068fee671 zulrah: don't update when not logged in 2017-05-08 19:27:12 -04:00