Commit Graph

6276 Commits

Author SHA1 Message Date
Adam
9301eed3f0 cml: only send update if at least 1k exp has been gained 2019-01-04 16:47:42 -05:00
Adam
0246e04b83 cml: set runelite user agent header 2019-01-04 16:47:42 -05:00
steffenhauge
72cce77784 Add puzzle solver for monkey madness 1 puzzle box (#6545)
* Add puzzle solver for monkey madness 1 puzzle box
2019-01-04 21:44:00 +01:00
Jake Wilson
1af2dac241 worldhopper: change header color to yellow with active filter (#7035)
Closes #7022
2019-01-04 06:32:58 +01:00
Tomas Slusny
88cbd32a46 Merge pull request #7158 from Nightfirecat/item-prices-add-tooltips-plugin-tag
itemprices: Add "tooltips" plugin tag
2019-01-04 06:27:40 +01:00
Tomas Slusny
eefc98d982 Merge pull request #7159 from Nightfirecat/add-date-report-button-format
reportbutton: Add date time format
2019-01-04 06:27:25 +01:00
Tomas Slusny
2ba6978f0e Merge pull request #7160 from Nightfirecat/correct-exp-drop-highlighting
experiencedrop: Highlight only correct exp drops for prayer
2019-01-04 06:26:26 +01:00
Adam
8e5da844b6 client: copy screenshot image in draw manager callback
The image backed by the client buffer which will change on the next
frame, however the screenshot plugin uses both executor thread and EDT
thread to paint the full screenshot, and so it requires the image will
not change. Note the gpu plugin already returns a new image because it
has to pull it out of the GL.
2019-01-03 20:25:03 -05:00
Adam
4ec50046c7 object markers: determine tile from menu parameters 2019-01-03 20:21:23 -05:00
Spedwards
57d2ec5317 Split Valuable and Untradeable screenshot options (#7167) 2019-01-03 23:12:24 +01:00
Reasel
8dc049e9a5 Add Moonlight Mead to ItemStatsPlugin (#7172)
Its a beer but it has no downsides whatsoever.
2019-01-03 23:10:59 +01:00
Runelite auto updater
60a3fad2c3 [maven-release-plugin] prepare for next development iteration 2019-01-03 13:51:10 +00:00
Runelite auto updater
0310515b06 [maven-release-plugin] prepare release runelite-parent-1.5.6 2019-01-03 13:51:04 +00:00
Jordan Atwood
4f18a54c23 experiencedrop: Highlight only correct exp drops for prayer
Prior to this commit, hitpoints exp drops (and combined exp drops
containing hitpoints) would be highlighted for any combat prayer. This
commit corrects this behavior so combined drops will only be highlighted
when containing the proper combat style prayer, and split exp drops will
only highlight hitpoints when the correct prayer type was active for the
experience drops which precede it.

Fixes runelite/runelite#1697
2019-01-02 19:03:42 -08:00
Jordan Atwood
f8c445a085 reportbutton: Add date time format
This matches the screenshot plugin's date formatter.

Closes runelite/runelite#1228
2019-01-02 17:16:41 -08:00
Jordan Atwood
e8ee7478a0 reportbutton: Make time formatting methods static where possible 2019-01-02 17:16:16 -08:00
Jordan Atwood
414981372e itemprices: Add "tooltips" plugin tag 2019-01-02 16:38:10 -08:00
Adam
487ec5fad3 screenshot plugin: fix to paint client ui from EDT
Fix deadlock between the game thread and the EDT
2019-01-02 15:53:16 -05:00
Adam
2a77d7db39 Merge pull request #7145 from Abextm/premul-stretch
gpu: Fix stretched mode with global premul alpha
2019-01-02 15:34:59 -05:00
Tomas Slusny
b40f1880da Merge pull request #7122 from Nightfirecat/xp-drop-highlight-persist-per-tick
experiencedrop: Maintain active prayer per tick
2019-01-02 17:20:32 +01:00
Adam
b6dcb611b4 clue scroll plugin: correct usage of getImpostor 2019-01-02 11:07:20 -05:00
Tomas Slusny
e367507626 Merge pull request #7023 from Hydrox6/flax-and-bonemeal
Add Flax and Bonemeal to Daily Task plugin
2019-01-02 16:26:38 +01:00
Tomas Slusny
3f042289b0 Merge pull request #7060 from rbbi/reset-search-skill-calc
Clear search bar when switching between skill calculators
2019-01-02 15:10:41 +01:00
William
5352827aa8 Add missing sanfew serums to the prayer dose indicator. (#7131) 2019-01-02 15:07:36 +01:00
Abex
46af56d465 Merge pull request #7146 from Abextm/loottracker-startup
loottracker: Don't build the panel 1000 times when downloading loot
2019-01-01 15:29:00 -07:00
Max Weber
17a55221ce loottracker: Don't build the panel 1000 times when downloading loot 2019-01-01 15:08:29 -07:00
Max Weber
7a166990b7 gpu: Fix stretched mode with global premul alpha 2019-01-01 14:44:46 -07:00
Adam
553a690d23 discord service: prevent event handlers from being gc'd 2019-01-01 10:24:47 -05:00
Adam
758f95c517 Merge pull request #7090 from Abextm/premul-alpha-external
gpu: Use premultiplied alpha
2018-12-31 22:41:20 -05:00
Robin Withes
8a152a922d Add weiss agilility obstacles (#7123) 2018-12-31 20:03:42 +01:00
Jordan Atwood
665d7130c6 experiencedrop: Maintain active prayer per tick
This commit fixes the occasional issue of xp drops not being highlighted
while flicking prayer from the prayer menu; that is, before this commit
it was possible to select or deselect a prayer between xp drop widgets
being spawned, causing different highlighting for them. This commit
saves the active prayer at the beginning of each tick and uses that
tick's prayer for all widgets unhidden during that tick.

Fixes runelite/runelite#1280
Closes runelite/runelite#6679
2018-12-31 08:53:24 -08:00
DannysPVM
4f57f51b76 Add null-check for target tile in ObjectIndicatorsPlugin (#7115)
Sometimes there is no target tile (e.g climb-down ladders).
2018-12-31 01:31:25 +01:00
DannysPVM
5a7f1786a4 Add null-check for target tile in GroundMarkersPlugin (#7112)
Sometimes there is no target tile (e.g for climb-down ladders).
2018-12-31 01:29:39 +01:00
TorkelV
92556d168a Add farming patch type to tooltips on world map (#7105)
Closes #7091
2018-12-30 16:40:20 +01:00
jakespeare
96feb0c8a6 Split pause/unpause all to separate options in XpTrackerPlugin (#7076)
Closes #6994
2018-12-30 16:32:35 +01:00
Henry Darnell
b3eaba9517 Add Chaos Altar to Prayer calculator (700% xp) (#7098) 2018-12-30 16:28:53 +01:00
Adam
c3360640b3 account service: publish login responses to redis too 2018-12-29 17:56:33 -05:00
Honestidade
39f386e6fd Add wilderness cannon spots to cannon plugin (#7026)
Update cannon spots to add the Wilderness slayer spots as outlined in the Oblivion Wilderness Slayer Points guide.
2018-12-29 19:59:16 +01:00
tanlines
392cdfd4f7 Add barbarian mix timers to Timers plugin (#7088)
Closes #7079
2018-12-29 19:39:45 +01:00
Adam
a86bbde9da Merge pull request #5985 from deathbeam/object-markers
Add object indicators plugin
2018-12-29 12:59:12 -05:00
Tomas Slusny
7762963424 Add object marker plugin
Add plugin that can mark any named GameObject when holding shift.

Closes #4497
Closes #3792

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
2018-12-29 12:27:27 -05:00
Adam
bec538d9a5 api: add constant for map region size 2018-12-28 22:05:34 -05:00
Adam
bff1bb6f70 model data mixin: move lighting model log message to trace level 2018-12-28 22:05:13 -05:00
Adam
0941b25957 Merge pull request #7068 from TheStonedTurtle/LTGetData
Display persistent data inside Loot Tracker UI
2018-12-28 19:10:09 -05:00
Adam
1d53e4e64c loot tracker plugin: support saving loot tracker data across restart
Co-authored-by: TheStonedTurtle <TheStonedTurtle@users.noreply.github.com>
2018-12-28 18:18:40 -05:00
Adam
fdf308a694 loot tracker client: add get and delete methods 2018-12-28 18:18:40 -05:00
Adam
1af1601b3e loot tracker service: remove type argument from delete
The client does not track type and eventId so it cannot use it
2018-12-28 18:18:37 -05:00
Adam
15985db678 loot tracker service: expose method to delete loot records 2018-12-27 20:57:48 -05:00
Max Weber
b1bfe1c47f gpu: Use premultiplied alpha 2018-12-27 13:32:07 -07:00
Tomas Slusny
e3360c4496 Merge pull request #7086 from deathbeam/fix-discord-state-details
Flip state and details in Discord status
2018-12-27 07:00:51 +01:00