Commit Graph

2512 Commits

Author SHA1 Message Date
Max Weber
f3a2a5e29d Remove old API 2018-03-09 20:59:06 -07:00
Max Weber
b75dddca28 Update almost everything to the new API 2018-03-09 20:59:05 -07:00
Max Weber
cf4d5d8333 Add conversion methods to WorldPoint and LocalPoint 2018-03-09 20:51:43 -07:00
Max Weber
6f9b855520 Rename Point3D to WorldPoint 2018-03-09 15:53:11 -07:00
Adam
5e887ed11c Merge pull request #507 from sethtroll/fixupxptracker
Update Xp tracker UI to make it smaller
2018-03-09 16:29:00 -05:00
Seth
d84627efd6 xp tracker: update xp tracker UI
change the xp tracker ui to make it smaller. Can expand skills to display more information.
2018-03-09 21:55:21 +01:00
Adam
eaed8892d4 Merge pull request #891 from skimboarder/develop
Resolve Issue #860 - Warned attack modes not properly hiding
2018-03-09 15:38:41 -05:00
Seth
634f872516 xp tracker: add format suffix to reduce string size 2018-03-09 21:19:39 +01:00
Connor
ce7bd9c88d Resolving Issue #860 - Warned Attack Styles not properly hiding. Adding automated test coverage for AttackIndicatorPlugin. 2018-03-09 15:08:59 -05:00
Adam
8df7843eef instance map: fix various races between game and event threads 2018-03-09 14:54:27 -05:00
Adam
4c5c3d81f8 item controller: add method for bulk price lookups 2018-03-09 12:28:43 -05:00
Tomas Slusny
aabd37854d Merge pull request #618 from sethtroll/removeviewportcontains
Remove viewport contains from cannon/hunter plugin
2018-03-09 17:59:38 +01:00
Adam
23203343af Merge pull request #638 from Abextm/widget-listeners
Move widget inspector into it's own window
2018-03-08 22:36:42 -05:00
Adam
38467a3859 Merge pull request #876 from deathbeam/minimap-names
Minimap names
2018-03-08 22:27:53 -05:00
Adam
3fd3320218 Merge pull request #624 from Abextm/imp-box-jewellery
Add Imp-in-a-Box to the jewellery count plugin
2018-03-08 21:46:17 -05:00
Max Weber
1211693096 jewellerycount: add imp-in-a-box 2018-03-08 19:43:35 -07:00
Max Weber
38f04a23e0 Move widget inspector into it's own window 2018-03-08 19:39:12 -07:00
Max Weber
1d5a9f7e90 isRSHidden > isSelfHidden 2018-03-08 19:35:03 -07:00
Adam
78f34b2f79 Merge pull request #833 from deathbeam/idle-notifier-more-options
Add idle anim and combat idle toggles to notifier
2018-03-08 21:31:12 -05:00
Adam
c916f547a1 Merge pull request #909 from Abextm/scriptvm-fix
injector: Fix scriptvm not updating currentScript
2018-03-08 21:19:36 -05:00
Adam
60043a43b6 Merge pull request #873 from sethtroll/addlocation
dev tools: add location to dev tools plugin
2018-03-08 21:13:03 -05:00
Max Weber
badc1e9182 injector: Fix scriptvm not updating currentScript 2018-03-08 18:54:05 -07:00
Adam
1ea2c341be widget id: fix viewport child widget
(cherry picked from commit ba88c222b29b31baa5bb6a216b5d23e7c8b62ee4)
2018-03-08 20:34:36 -05:00
Adam
b2d11ce661 session client: fix throwing IllegalArgumentException if deserialization of uuid fails
(cherry picked from commit 267db643d6b9f2375eaa0d44fbd26f7cf2b97d73)
2018-03-08 20:34:32 -05:00
Adam
bcab14bfe4 Bump to 1.3.0-SNAPSHOT 2018-03-08 19:54:10 -05:00
Adam
e51fa5e0eb Merge pull request #903 from jplsek/screenshot-folder-open
Add right click menu to screenshot button
2018-03-08 19:52:02 -05:00
Seth
90eec779c9 Remove viewport contains
Since we have the ability to render behind widgets now, the "check if viewport contains" is not necessary anymore. Instead replace it with distance check to remove it if ran off screen.
2018-03-08 17:36:56 -06:00
Seth
9d7ffa56ae dev tools: add location to dev tools plugin
Adds a panel which will display current tile in relation to world location as well as display the current map regions
2018-03-08 17:36:01 -06:00
Tomas Slusny
081c60f4b3 Merge pull request #853 from Kamielvf/raids-move-points-box
Raids plugin: Reposition the points box to prevent it from overlapping overlays
2018-03-09 00:06:51 +01:00
Jeremy Plsek
3abe6f35df Add right click menu to screenshot button #797
- Add ability to open screenshot folder by right clicking the screenshot
  button. This partially fixes #797
2018-03-08 16:54:35 -05:00
Tomas Slusny
683cef9b09 Merge pull request #895 from Bartvhelvert/master
Remove unneeded drawRegionTile calls
2018-03-08 20:47:44 +01:00
Tomas Slusny
07968fbfcd Merge pull request #898 from Kamielvf/instance-map-fix
Fix instance map "show" option not displaying in right-click menu
2018-03-08 19:21:17 +01:00
Kamiel
47f4729124 Fix instance map "show" option not displaying in right-click menu 2018-03-08 16:11:33 +01:00
Runelite auto updater
f00ef6ae34 [maven-release-plugin] prepare for next development iteration 2018-03-08 14:02:25 +00:00
Runelite auto updater
91c73c5c8c [maven-release-plugin] prepare release runelite-parent-1.2.19 2018-03-08 14:02:21 +00:00
Adam
a8f6a7dcd7 npc mixin: add null checks for composition 2018-03-08 08:53:26 -05:00
Adam
0d2aa71387 script vm mixin: comment more 2018-03-08 08:46:27 -05:00
Adam
938dd969d7 script vm mixin: remove assert for pc
pc appears unused, and is not being set correctly
2018-03-08 08:41:58 -05:00
Adam
2d45f7e217 Update 166 2018-03-08 08:15:36 -05:00
Lotto
e2c0ab08a8 Merge pull request #896 from deathbeam/remove-special-attack
Remove special attack orb plugin
2018-03-08 13:38:33 +01:00
Tomas Slusny
ce69024d31 Remove special attack orb plugin
Because special attack orb has been added to OSRS in latest update, this
plugin is no longer needed. The functionality that shows next change
will need to be readded in future.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-03-08 13:13:38 +01:00
Bart van Helvert
c7fa498f7b Remove unneeded drawRegionTile calls 2018-03-08 12:27:51 +01:00
Adam
8acf1c0030 Merge pull request #888 from Bartvhelvert/master
More accurately draw tiles to canvas
2018-03-07 20:30:58 -05:00
Adam
069e9c44f4 Merge pull request #889 from Adam-/cache-165
cache: update cache to 165
2018-03-07 20:29:53 -05:00
Adam
4a7e95823b cache: update cache to 165 2018-03-07 20:10:45 -05:00
Bart van Helvert
92588c8868 More accurately draw tiles to canvas
Fixes a problem where the coordinates of the bottom right and bottom left corner of a canvas tile would lie on the neighbouring tiles.
2018-03-08 01:40:15 +01:00
Adam
23c448ccd0 Merge pull request #794 from devLotto/clienterrorfilter
Improve printing of the game's stacktraces + don't send RuneLite stacktraces to Jagex
2018-03-07 19:15:54 -05:00
Adam
151f3f00f7 Merge pull request #883 from devLotto/imageio-read-fix
Synchronize usages of ImageIO.read(...)
2018-03-07 17:01:17 -05:00
Kamiel
bcb579344b Raids plugin: Reposition the points box to prevent it from overlapping overlays 2018-03-07 22:58:20 +01:00
Lotto
054dd4852d Synchronize usages of ImageIO.read(...)
ImageIO.read(...) is not really thread-safe, as calling it on several threads at the same time can cause NullPointerExceptions and ConcurrentModificationExceptions, as reported in https://bugs.openjdk.java.net/browse/JDK-8058973 and https://bugs.openjdk.java.net/browse/JDK-6986863.

This commit changes all usages of this method to synchronize on ImageIO.class, so the method is never run asynchronously.
2018-03-07 20:06:16 +01:00