Commit Graph
861 Commits
Author SHA1 Message Date
Magic fTail d7356ef07e Fix dense essence idle animation 2018-08-30 20:49:48 +02:00
Runelite auto updater c3b68a56c2 [maven-release-plugin] prepare for next development iteration 2018-08-30 13:41:19 +00:00
Runelite auto updater e30531f095 [maven-release-plugin] prepare release runelite-parent-1.4.15 2018-08-30 13:41:13 +00:00
Adam 678870e63e Adjust interface style widget sprite offsets 2018-08-30 09:25:35 -04:00
Adam 6e80209f95 Update more spriteids
The previous commit had mapped the sprites to the wrong versions
2018-08-30 08:51:04 -04:00
Adam dad86089f0 Update sprite ids and overrides 2018-08-30 08:25:51 -04:00
Adam 0fdfd8a967 Merge pull request #5207 from Abextm/cache-code-2018-08-30-rev174
Cache code 2018 08 30 rev174
2018-08-30 08:17:38 -04:00
Adam 417c19e209 Revert "Merge pull request #4568 from deathbeam/proper-shutdown"
This reverts commit 8d53997685, reversing
changes made to 4f548e835c.

This is crashing on shutdown.
2018-08-30 06:46:26 -04:00
RuneLite Cache-Code Autoupdater e7658d11b5 Update Widget IDs to 2018-08-30-rev174 2018-08-30 04:43:27 -06:00
RuneLite Cache-Code Autoupdater 9530b60a00 Update Object IDs to 2018-08-30-rev174 2018-08-30 04:43:14 -06:00
RuneLite Cache-Code Autoupdater 1162b3a380 Update Item IDs to 2018-08-30-rev174 2018-08-30 04:43:13 -06:00
Tomas Slusny 8d53997685 Merge pull request #4568 from deathbeam/proper-shutdown
Properly shutdown everything on window close
2018-08-29 15:20:28 +02:00
Sean Dewar cc698c98a3 Add run energy plugin 2018-08-27 20:29:04 -04:00
Adam 50b19b2ced widget id: update bottom line stones widget ids 2018-08-26 12:42:49 -04:00
AdamandForsco 692fcfa7d2 runelite-client: add friend list plugin
This adds a count to friend and ignore list titles

Co-authored-by: Forsco <github@forsco.net>
2018-08-24 21:17:27 -04:00
Adam 2b81d30228 Add Ignore API 2018-08-24 21:13:34 -04:00
Adam 962d5d7827 runelite-api: add method for getting number of friends 2018-08-24 21:13:26 -04:00
Adam dce458ea9e Merge pull request #4997 from DannysPVM/add-camera-setters
Add camera setters (X, Y, Z, Pitch, and Yaw).
2018-08-24 20:10:51 -04:00
Runelite auto updater 48be128122 [maven-release-plugin] prepare for next development iteration 2018-08-23 16:15:42 +00:00
Runelite auto updater a59fafd072 [maven-release-plugin] prepare release runelite-parent-1.4.14 2018-08-23 16:15:36 +00:00
Adam 0d40a0a130 Fix friend and ignore widget id changes
Also update interface styles plugin for new sprite ids
2018-08-23 09:29:58 -04:00
Runelite auto updater ad95149dd5 [maven-release-plugin] prepare for next development iteration 2018-08-23 11:19:33 +00:00
Runelite auto updater aa954a4e31 [maven-release-plugin] prepare release runelite-parent-1.4.13 2018-08-23 11:19:26 +00:00
DannysPVM abb28ca5fb Add camera setters to Client.java and RSClient.java. 2018-08-18 18:32:52 -05:00
Adam 1fb5365e7c corp plugin: deprioritize attack option on dark energy core 2018-08-17 22:07:09 -04:00
Adam f7a433f3bc wasd plugin: allow input to world map search when focused 2018-08-16 19:00:57 -04:00
Tomas Slusny b1f2deaede Merge pull request #3954 from Nightfirecat/add-scrollbar-on-left-varbit
Add CHAT_SCROLLBAR_ON_LEFT Varbit
2018-08-17 00:52:25 +02:00
Adam 34b513f433 wasd plugin: allow input to chat dialogs
The chat dialogs use the same key listener as the chatbox
2018-08-16 14:00:59 -04:00
Runelite auto updater 55dba23879 [maven-release-plugin] prepare for next development iteration 2018-08-16 11:14:46 +00:00
Runelite auto updater 11ab1f12a5 [maven-release-plugin] prepare release runelite-parent-1.4.12 2018-08-16 11:14:40 +00:00
Adam 41634c96ab Change world load event to fire at the end of world loading 2018-08-15 15:36:18 -04:00
Adam 5d7a3a0072 runelite-client: add wasd camera plugin 2018-08-15 08:08:10 -04:00
Adam f25eaff16e Add world load event 2018-08-14 10:13:25 -04:00
Adam 4d7d301ee8 Merge pull request #4819 from Abextm/spritepixels-external
Make the second argument of SpriteManager::getSprite work
2018-08-14 08:20:56 -04:00
12da232985 runelite-client: add world hopper plugin
Co-authored-by: Adam <Adam@anope.org>
Co-authored-by: psikoi <ruben.amendoeira@gmail.com>
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-12 09:15:04 -04:00
Lotto 189d54122c runelite-api: add total level api 2018-08-12 08:51:02 -04:00
Lotto 6aa646c7ba runelite-api: make ClanMember extend ChatPlayer 2018-08-12 08:51:01 -04:00
Lotto 716c84c132 runelite-api: expose ChatPlayer.world 2018-08-12 08:51:01 -04:00
Lotto e93ee86a21 mixins: add world hopping mixin 2018-08-12 08:51:00 -04:00
Lotto 791af75396 runelite-api: add world switcher widget info 2018-08-12 08:30:53 -04:00
Max Weber bac90876b0 Make the second argument of SpriteManager::getSprite work
I just blindly assumed that the arguments to net.runelite.cache.SpriteManager worked the same as Jagex's code, which is not true. In reality the second argument to getSprite(s?)asSpritePixels is always zero, and instead you have to decode the entire archive then select a sub image, rather than a subfile.
2018-08-11 01:35:32 -06:00
Runelite auto updater 1bd82ad260 [maven-release-plugin] prepare for next development iteration 2018-08-09 12:49:30 +00:00
Runelite auto updater 62f13c5baf [maven-release-plugin] prepare release runelite-parent-1.4.11 2018-08-09 12:49:23 +00:00
Adam 3406f5043c widgets: update minimap world map id 2018-08-09 08:15:09 -04:00
Adam 19c65d36e2 Merge pull request #4740 from Kamielvf/chatbox-fix
Update chatbox widget IDs
2018-08-07 08:05:52 -04:00
Adam f0925719e5 Merge pull request #4742 from Kamielvf/pestcontrol-widget-fix
Update pest control widget IDs
2018-08-07 08:05:41 -04:00
Tomas Slusny 4a3fcd2f45 Add exports for GameEngine#shutDown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-06 20:14:13 +02:00
Kamiel 0e40832e01 Update nightmare zone widget ID 2018-08-06 18:25:11 +02:00
Kamiel 80855ba8db Update pest control widget IDs 2018-08-06 17:22:11 +02:00
Kamiel a26830e6af Update chatbox widget IDs 2018-08-06 15:52:02 +02:00