12503 Commits
Author SHA1 Message Date
TheStonedTurtle ff0e2a5245 loot tracker: Fix "Show each kill separately" view 2020-05-11 11:14:32 -04:00
OpenOSRS e52da10cb6 Client: Update NPC stats 2020-05-11 00:09:16 +00:00
Benjamin Stepp 3a8c9bafb0 itemmappings: adds nightmare staves 2020-05-10 12:07:35 -05:00
jesse1412 e1309636c0 tileindicators: Add server side current tile indicator 2020-05-10 14:29:27 +02:00
MarbleTurtle d021ed35e5 chathistory: Fix copy to clipboard not appearing on friend messages (#11527) 2020-05-10 14:18:43 +02:00
ThePharros 9a22a375df item stats: Add Dragonfruit Pie 2020-05-10 06:09:56 +02:00
OpenOSRS df700ee1e9 Client: Update NPC stats 2020-05-10 00:09:51 +00:00
Runelite auto updater b35ab9aecd Bump for 1.6.15-SNAPSHOT 2020-05-09 16:15:32 +00:00
Runelite auto updater 3865e838e5 Release 1.6.14 2020-05-09 16:15:23 +00:00
dekvall 628857b274 emojis: add acorn emoji
The emoji uses the trigger is `<D~`
2020-05-09 10:55:55 -04:00
Max Weber 632f2c079d runelite-client: support warning field on external plugins 2020-05-09 10:46:58 -04:00
Max Weber d2a9d43a80 runelite-client: Make RuneScape Bold actually Bold
This changes the font name and family for runescape.ttf to just
`RuneScape`, and the family of runescape_bold.ttf to `RuneScape`, with
the name `RuneScape Bold`. It also sets OS/2 weight and style to Bold.

This allows swing's HTML viewer to switch between these fonts naturally
with just a font-weight style, or a <strong> element
2020-05-09 10:46:58 -04:00
Tyler Bochard 8a1c51caf3 Merge pull request #2564 from open-osrs/remove-sounds-collection
plugins: remove sounds collector
2020-05-08 20:47:29 -04:00
Tyler Bochard 76866d1c3c Merge pull request #2562 from open-osrs/GRADLE-DEPS-UPDATE-6c6338f02
project: Update gradle dependencies
2020-05-08 20:46:41 -04:00
zeruth ea5f8e84d6 plugins: remove sounds collector 2020-05-08 20:36:41 -04:00
zeruth 681157b498 mirror: prevent 50 garbage objs per second 2020-05-08 20:20:43 -04:00
ben 593c8102f6 coordinateclue: Add missing Lithkren clue step (#11490) 2020-05-08 21:53:05 +00:00
Trevor b29e4ea554 raids plugin: make scouter scout unknown rooms on new area loaded 2020-05-07 21:56:34 -04:00
Tomas Slusny ca66881da0 Merge pull request #10035 from Nightfirecat/add-player-kill-value-chat-message
loottracker: Show chat message after NPC and PVP kills
2020-05-08 03:44:12 +02:00
OpenOSRS ff552fb0a9 project: Update gradle dependencies 2020-05-08 00:03:57 +00:00
Jordan Atwood 9c77948f80 loottracker: Show chat message after NPC and PVP kills
This commit adds configs to display chat messages with the name and
value of NPC and/or PVP kills.
2020-05-07 14:30:10 -07:00
Nicholas Kimball ec69939020 coordinateclue: Add information to hardwood grove clue (#11489)
This commit adds a note to the clue's description indicating the trading
stick cost to enter the hardwood grove.
2020-05-07 20:55:40 +00:00
Tomas Slusny 19f1b7f556 Merge pull request #11436 from melkypie/worldmap-agilitycourse
Add agility course tooltips and indicate rooftop courses in worldmap
2020-05-07 22:04:41 +02:00
OpenOSRS cd48f4c4c5 Client: Update NPC stats 2020-05-07 00:08:51 +00:00
Omar Khan 24c7855172 grandexchange: Improve geSearchMode description (#11474) 2020-05-06 19:56:28 +00:00
zeruth 3c81f9c380 runelite: add DrawFinished event 2020-05-06 07:51:56 -04:00
melkypie 0e5829c97b worldmap: add the ability to indicate rooftop courses 2020-05-06 09:03:47 +03:00
melkypie fa615a07f2 worldmap: add tooltips to agility courses 2020-05-06 09:03:47 +03:00
Jordan 3847276416 Merge pull request #11441 from melkypie/worldmap-fishingspot 2020-05-05 22:43:57 -07:00
BKOSRS a0fa178783 agility: highlight ending door of penguin agility course (#11478) 2020-05-06 04:46:04 +00:00
Jordan 5632f83e35 Merge pull request #11477 from BKOSRS/barbarianfishing 2020-05-05 21:32:55 -07:00
gfidder 96b1130d2e worldmap: Fix Hosidius farming patch location 2020-05-06 03:40:51 +00:00
OpenOSRS 810a01063a Client: Update NPC stats 2020-05-06 00:08:54 +00:00
BKOSRS fefcec39e8 skill calc: add barbarian fishing to agility skill calculator 2020-05-05 20:03:19 -04:00
melkypie 12994e63c2 worldmap: add fishing spot tooltips 2020-05-05 22:58:08 +03:00
Owain van Brakel d0d7a7f3dc client: Remove GPU dependencies 2020-05-05 20:18:50 +02:00
Owain van Brakel 0a6326acbc Merge remote-tracking branch 'runelite/master' 2020-05-05 20:16:49 +02:00
ThatGamerBlue 1f3239d326 config: add buttons 2020-05-05 16:11:03 +01:00
Adam 26ffd1be33 key remapper: consume key typed events for remapped keys
Since all of the keys we remap to (f/arrow/escape keys) do not have
associated characters, consume key typed events for the characters
associated to the original key press event.

This fixes entering bank pins with fkey remapping on both entering your
pin and changing your inventory tab, due to the client processing the
tab change on key press (which is remapped) and the bank plugin
processing the pin input on key typed.
2020-05-04 23:21:39 -04:00
Adam c7a155d09c loot tracker: cleanup clue scroll stacking and test
Most of this test was superfluous and continiously retesting the same
logic
2020-05-04 23:20:57 -04:00
melkypie d9cd3dfd45 fishing: add unmapped fishing spots 2020-05-04 21:50:05 +03:00
melkypie 33c98d1e2e client: move FishingSpot to net.runelite.client.game 2020-05-04 21:50:04 +03:00
Rangvaldr 8eb57c5a92 discord: Add missing Iorwerth Dungeon region (#11451) 2020-05-04 18:20:24 +00:00
ivanfeli a791223fb4 item stats: Fix Castle Wars bracelet bandage heal amount
The amount a bandage heals while wearing a castle wars bracelet is
increased by 50%, not the amount of a player's health. Hence, the actual
amount healed is 15%.
2020-05-04 18:13:09 +00:00
melkypie 0a249a0ba3 worldmap: add hunter area tooltips 2020-05-04 20:54:16 +03:00
OpenOSRS a8b6929479 Client: Update NPC stats 2020-05-04 00:11:15 +00:00
Tomas Slusny 57d93e4ffa Merge pull request #11336 from deathbeam/add-copy-to-clipboard
Add option to copy chat message contents to clipboard
2020-05-03 22:38:31 +02:00
Tomas Slusny c2d855de65 Merge pull request #11420 from while-loop/loottracker-clue-scroll
loot-tracker: make clue scroll drops stackable
2020-05-03 10:24:26 +02:00
Sam Rosenthal 1da967ff42 ItemMapping: Add Blade of Saeldor (c) 2020-05-03 02:50:37 +00:00
Sam Rosenthal 04dedfd1c3 clues: Add Viggora cryptic clue item requirement description 2020-05-03 02:35:53 +00:00