Commit Graph
6556 Commits
Author SHA1 Message Date
Tomas SlusnyandAdam- 3fb537a9f5 Add party-related websocket messages
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Adam- <adam@sigterm.info>
2019-01-31 19:47:55 -05:00
Tomas Slusny b676985e3b Make WebsocketGsonFactory more extensible
- Expose methods for creating gson adapters from pre-defined factory
messages + user-specified messages
- Expose methods for creating Gson object from adapter factory

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-31 19:47:55 -05:00
Max Weber f17633daf9 http-api: Include commit hash in User-Agent 2019-01-31 19:47:49 -05:00
Adam 9ab9437936 xp trackers: fix not correctly fetching start xp 2019-01-31 19:47:49 -05:00
Adam 5a6dd8987c travis: encrypt irc notification
This prevents forks from sending notifications
2019-01-31 14:46:21 -05:00
Runelite auto updater 3d85d378fb [maven-release-plugin] prepare for next development iteration 2019-01-31 12:21:54 +00:00
Runelite auto updater 84bfc2c45a [maven-release-plugin] prepare release runelite-parent-1.5.10 2019-01-31 12:21:46 +00:00
Tomas Slusny 4e4bd3f359 Merge pull request #7039 from raiyni/pr-6414
Add custom RuneLite Color picker
2019-01-30 21:14:37 +00:00
Tomas Slusny ea834563db Merge pull request #7627 from Lucwousin/fix-clue-chat-colour
Add normal colour to the !clues command
2019-01-30 13:37:19 +00:00
Lucas 3a84c5f4f8 Add normal colour to the !clues command 2019-01-30 12:50:14 +01:00
4444N e5503efd1a Remove tags from chat notifications (#7608)
- Remove tags from chat notifications matcher
- Remove tags from chat notifications notifier

Resolves #7596 
Resolves #7371
2019-01-30 08:35:10 +00:00
daiya7 53a1a9bb7f Update slayer points in tooltip while in rewards screen (#7620)
Slayer points are updated while in the rewards menu, including before
and after a purchase. Previously, the points variable was updated on
each tick to whatever was displayed in the "Slayer points: "
widget, but that change was never reflected in the tooltip until the
next tooltip update. The tooltip now updates whenever a change in
slayer points is detected while in the rewards menu.

Closes #7611
2019-01-30 08:32:23 +00:00
Tomas Slusny 32f683cd71 Merge pull request #7621 from deathbeam/dots-are-lame
Remove anymatch regex from chat commands plugin patterns
2019-01-30 08:30:55 +00:00
Tomas Slusny 1d50c70d41 Merge pull request #7616 from RyBo/hot-cold-clues
Change location of clue scroll coordinates in Feldip Hills
2019-01-30 08:30:29 +00:00
Jordan Atwood b559fd859b chat commands: Add test case for PB without trailing period 2019-01-30 09:13:26 +01:00
Tomas Slusny 14cd865d07 Remove anymatch regex from chat commands plugin patterns
To avoid breaking existing plugins instead of properly escaping anymatch
(dot) just remove it as it do not changes the functionality.

Fixes #7615

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-30 09:13:26 +01:00
Ryan Bohannon 0c1a81e44a Change location of clue scroll coordinates in Feldip Hills 2019-01-29 11:52:20 -07:00
Zakru fe9409b9f3 Add option to screenshot duel wins and losses (#7576)
Fixes #7573
2019-01-29 09:28:29 +00:00
Tomas Slusny 5c0d3f073c Merge pull request #7606 from deathbeam/show-xp-target-only-if-larget
Show xp globe goal only if goal > current xp
2019-01-29 07:24:02 +00:00
Adam 5c9aeb8f9a Merge pull request #7536 from deathbeam/require-shift
Add option to require shift for overlay menus
2019-01-28 18:09:09 -05:00
Adam a79c741769 Merge pull request #7555 from deathbeam/limit-only-non-snap
Limit only overlays that are not snapped
2019-01-28 18:03:36 -05:00
Adam a37321bc50 Merge pull request #7574 from Abextm/fix-overlay-menus
Force RUNELITE_OVERLAY menuops to not be left click
2019-01-28 18:00:50 -05:00
Adam 5152be586f gpu: fix priority renderer face cull checking
The face_visible check is not accounting for camera position, which causes
culled faces to erroneously be included (or not) into the priority renderer
distance calculations when placing 10 and 11 priority faces.

This was introduced in fd6b67fae2
2019-01-28 17:48:22 -05:00
Tomas Slusny 91f34d74d9 Show xp globe goal only if goal > current xp
Closes #7066

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-28 22:34:27 +01:00
Tomas Slusny 7b8676d6f9 Merge pull request #7564 from deathbeam/remove-description-from-discord
Remove activity prefix from Discord plugin
2019-01-28 20:57:43 +00:00
Ron Young 925005bbf0 plugins: Add alpha notation to configs 2019-01-28 09:10:20 -06:00
Ron Youngandpsikoi 5140f481cc Screen Markers: use new color picker
Co-authored-by: psikoi <ruben.amendoeira@gmail.com>
2019-01-28 09:10:20 -06:00
Ron Youngandpsikoi 2a76a23548 Add RuneliteColorPicker
Co-authored-by: psikoi <ruben.amendoeira@gmail.com>
2019-01-28 09:10:19 -06:00
Ron Young cbb14b7e1a ColorUtil: add color to/from methods 2019-01-28 09:10:19 -06:00
Ron Young 6815b0cec5 Config: add Alpha annotation 2019-01-28 09:10:19 -06:00
Max Weber 001ac540e7 mixins: Don't clobber left click forced menuops 2019-01-28 05:06:53 -07:00
Abex 233de55863 Merge pull request #7597 from Abextm/cache-getters
cache: use lombok Data for all definitions
2019-01-28 03:38:30 -07:00
Max Weber 527be68a81 cache: Include id in StructDefinition 2019-01-28 03:29:34 -07:00
Max Weber 3253de9466 cache: use lombok Data for all definitions 2019-01-28 03:22:44 -07:00
winterdaze 2975365cac Swap pick with pick-lots in CoX (#7563)
Fixes #1756
Closes #2845
2019-01-28 07:52:49 +00:00
winterdaze 180dcd3f48 Use better task icons for revs and ents (#7562)
Closes #7535
2019-01-28 07:51:15 +00:00
Tomas Slusny 5dd2006301 Merge pull request #7543 from deathbeam/infobox-poison-stuff
Add anti-poison timers to anti-venom potions
2019-01-28 06:50:58 +00:00
Adam c3f9ba3daa statusbars: avoid looking up item status unless the widget is the inventory 2019-01-27 19:47:25 -05:00
Adam e97c5ba517 stausbars: don't assume menu is always populated 2019-01-27 19:47:24 -05:00
Adam d228add898 http api: fix GameItem to have a no arg constructor
This was broken with the lombok update from 1.16 to 1.18 and breaks
deserializing of loot tracker requests.
2019-01-27 18:33:10 -05:00
Adam b671b4cd4e Merge pull request #7561 from Adam-/pb
Add !pb chat command
2019-01-26 16:09:04 -05:00
Adam f95ce29cbb chat commands: capitalize boss names 2019-01-26 15:58:36 -05:00
Adam 9d5dad5cad Add !pb chat command 2019-01-26 15:58:35 -05:00
Adam 9c4df28f2b chat controller: fix method name of getQp 2019-01-26 15:58:18 -05:00
Magic fTail 0674537c33 Change menu manager to not modify npc composition
This fixes issues with NPCs despawning while their menu has been modified keeping the menu permanently on, and also not being able to tag NPCs with all menu options taken.
2019-01-26 12:10:58 -05:00
Tomas Slusny 180d8d91a6 barrows plugin: don't draw dots for npcs which are hidden on the minimap
Check the isMinimapVisable variable before drawing NPC dot on minimap in
barrows plugin.

Fixes #6672

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-01-26 11:58:27 -05:00
Adam 5bab019ba2 Merge pull request #7477 from Abextm/farming-conservative
farming: Give a more conservative estimate of when patches are done
2019-01-26 11:55:45 -05:00
Adam c1a680dc82 Merge pull request #7383 from SirGirion/feature/motherlode-ore-tracker
Add ore tracker to MLM plugin
2019-01-26 11:52:40 -05:00
Max Weber 5b9c3cf511 mousehighlight: Don't show tooltips for right click only menuops 2019-01-26 07:58:01 -07:00
Max Weber 935ce60791 mixins: Force RUNELITE_OVERLAY menuops to not be left click
This is similar to how you cannot left click the remove placeholder button
2019-01-26 07:57:59 -07:00