Commit Graph

10135 Commits

Author SHA1 Message Date
Zeruth
26afa95385 gradle: add wrapper 2019-07-24 00:00:45 -04:00
Zeruth
cddb70c8b4 travis: chmod gradlew 2019-07-23 23:56:45 -04:00
Zeruth
c2739cba77 runeliteplus: checkstyle fixes, add support for gradle in travis 2019-07-23 23:54:35 -04:00
Zeruth
85d4ab354d runeliteplus: remove maven configurations 2019-07-23 22:41:16 -04:00
Zeruth
dd9d72ef53 runeliteplus: implement properties in java, fix calls to properties 2019-07-23 22:35:04 -04:00
Adam
29533cd6c7 client: change item layer item uages to TileItem 2019-07-23 22:28:32 -04:00
Adam
2ffe3affbc api: rename Item to TileItem and add Item value class
Item was actually the renderable Item and is being misused for
ItemContainer items
2019-07-23 22:16:31 -04:00
Zeruth
95b9952ccd cache: actually fix script assembly encoding 2019-07-23 22:02:57 -04:00
Adam
3700876cf8 Merge pull request #9417 from Adam-/tooltip-crash
Fix tooltip error handling
2019-07-23 20:39:00 -04:00
Adam
877df92d11 tooltip component: fix exception from malformed tags 2019-07-23 20:30:50 -04:00
Adam
34243f727c tooltip overlay: move tooltip clearing to a finally block
Tooltips must always be cleared after each frame, and the overlay is
responsible for this. This fixes tooltips erroneously stacking up in the
event of an exception in the overlay
2019-07-23 20:30:49 -04:00
Adam
262fa3ba47 ovelay renderer: more gracefully handle exceptions
If an overlay throws an exception it should not prevent other overlays
in the layer from being rendererd.
2019-07-23 20:30:49 -04:00
Adam
b75cb1553d Merge pull request #9429 from abextm/imageio-cache
runelite-client: Don't write all images to disk when loading them
2019-07-23 20:28:59 -04:00
Adam
08c39d36d1 Merge pull request #9425 from abextm/remove-widgetpositioned-external
runelite-api Remove WidgetPositioned
2019-07-23 20:21:39 -04:00
Ron Young
4ab668fc04 TabInterface: add item searching for change icon 2019-07-23 20:18:07 -04:00
Ron Young
bcbbb3182d chatbox: add ChatboxItemSearch 2019-07-23 20:18:07 -04:00
Adam
4aa0cb14b7 api: mark getItemDefinition as nonnull 2019-07-23 20:18:07 -04:00
Ron Young
56d8fb313d api: import itemCount 2019-07-23 20:18:07 -04:00
Ganom
af45df8ac6 Merge pull request #1095 from Owain94/stonedloottracker
stonedloottracker: Update plugin
2019-07-23 18:55:14 -04:00
Owain van Brakel
7afe4f4db3 slayerplugin: Correct Jad and Zuk task tracking 2019-07-24 00:50:01 +02:00
Lucwousin
f7eaeaf426 rs-client: name ClientPacketMarker 2019-07-24 00:11:25 +02:00
Lucwousin
9190e1accb rs-client: rename more things which got lost with update 2019-07-23 23:57:19 +02:00
Lucwousin
21d4fe4a8f rs-client: name FillMode 2019-07-23 23:49:22 +02:00
Tyler Bochard
be27fa5399 Merge pull request #1092 from Owain94/rl-update
project: Merge upstream
2019-07-23 17:39:02 -04:00
Lucwousin
aacb76ab10 antidrag: unregister keylistener on login screen (#1088) 2019-07-23 23:36:56 +02:00
Lucwousin
2f5a53149e rs-client: name Language (#1090) 2019-07-23 22:21:00 +01:00
Owain van Brakel
b5124659bc stonedloottracker: Update plugin
And fix that ugly reset icon in the regular loot tracker
2019-07-23 23:10:35 +02:00
Zeruth
a37fe7d865 bootstrapper: update for gradle / add staging configuration 2019-07-23 16:38:31 -04:00
Zeruth
caa3ecf3b5 gradle: fix index resource loading 2019-07-23 16:15:10 -04:00
Kyleeld
63eafb04bf Update PvpToolsPlugin.java 2019-07-23 20:59:46 +01:00
Kyleeld
967dfeca71 Merge branch 'fallinremove' of https://github.com/Kyleeld/runelite into fallinremove 2019-07-23 20:58:12 +01:00
Owain van Brakel
cb6eecfa29 Merge remote-tracking branch 'runelite/master' into rl-update 2019-07-23 21:52:16 +02:00
Ganom
8422c71e83 Merge pull request #1091 from Owain94/eventbus-errors
eventbus: Print stacktrace
2019-07-23 15:36:53 -04:00
Owain van Brakel
678a45d1ce eventbus: Print stacktrace 2019-07-23 21:22:13 +02:00
Lucwousin
596689a4f7 rs-client: Cleanup (#1087)
* rs-client: name SpriteBuffer

* rs-client: (re)name spritebuffer methods

* rs-client/deob: Add missed @Export's, make updatemappings fix this next time

* rs-client: run intellij redundant else inspection

* rs-client: invert some script interpreter if's

* deob: checkstyle fixes

* rs-client: SpriteBuffer_loadSprite -> SpriteBuffer_bufferFile
2019-07-23 19:43:31 +02:00
Jordan Atwood
6563ddaffe groundmarkers: Use "Unmark" menu option for marked tiles 2019-07-23 08:34:04 -07:00
Jordan Atwood
de449113b5 objectindicators: Use "Unmark" menu option for marked objects 2019-07-23 07:59:21 -07:00
Jordan Atwood
a57954a893 npcindicators: Use "Un-tag" menu option for tagged NPCs
Closes runelite/runelite#1177
2019-07-23 07:59:09 -07:00
Tomas Slusny
7ffea7f41e Merge pull request #9410 from Nightfirecat/groundmarkers-runelite-menu-action
groundmarkerplugin: Use RUNELITE menu action
2019-07-23 13:43:21 +02:00
jdkleuver
1f3c573a58 xp tracker: Change rounding mode so that it rounds down rather than up (#9378) 2019-07-23 13:22:49 +02:00
Zeruth
40331a863b gradle: TODO: properly fix these temp fixes. 2019-07-23 05:29:24 -04:00
Zeruth
2824d17f66 gradle: add support for rs2asm / overlay index 2019-07-23 05:28:46 -04:00
Zeruth
fdeb4a1171 gradle: adds injector functionality 2019-07-23 04:03:47 -04:00
Zeruth
e4f9aa1d6a runeliteplus: adds preliminary Gradle support 2019-07-23 02:07:02 -04:00
PKLite
70f28598f5 remove config options
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-07-22 21:38:27 -04:00
Kyleeld
61b4531a0d chatCommands: fix !gc (#1086)
chatCommands: fix !gc
2019-07-22 18:29:46 -07:00
Kyleeld
41e5d55cfe PvPTools: Remove fallinhelper
PvPTools: Remove fallinhelper

was unused, causing crashes
2019-07-23 00:36:30 +01:00
Sander de Groot
2ca03ece48 interface styles: add sprite override for 2005 friend/ignore list toggle 2019-07-22 19:30:15 -04:00
David
a244ca2264 clue plugin: add locations to emote clues 2019-07-22 18:37:08 -04:00
Zacharias Tyllström
e3266d1fa6 item charges: add ring of forging 2019-07-22 18:26:15 -04:00