Commit Graph
14182 Commits
Author SHA1 Message Date
Hydrox 248179a82c gpu: fix major visual glitches on linux (#11389)
Putting this if statement behind `localId < size` causes major visual
glitches with the Mesa graphics driver on AMD cards. We think this is a compiler bug as this change shouldn't be affecting anything.
2020-06-09 23:36:00 -04:00
Max Weber 5ac99a54a1 rl-api/Widget: export animation and sprite tiling 2020-06-09 19:33:25 -06:00
github-actions[bot] 4852ad5693 Merge pull request #2675 from open-osrs/NPC-UPDATE-26040d599
Client: Update NPC stats
2020-06-10 00:17:36 +00:00
OpenOSRS 4202f5c3f3 Client: Update NPC stats 2020-06-10 00:10:25 +00:00
ThatGamerBlue 26040d5990 Merge pull request #2672 from ThatGamerBlue/master
aaaaa: dammit op
2020-06-09 21:01:51 +01:00
ThatGamerBlue ad29ee4ef6 dammit op 2020-06-09 20:52:15 +01:00
Nathan Leba 2492857fba worldhopper: Fix unfavorite removing all favorited worlds (#11739) 2020-06-09 19:49:03 +00:00
OP 232bae0242 add warning message 2020-06-09 15:40:57 -04:00
emerald000 db46662b1d worldmap: Fix Asgarnian Ice Dungeon spelling (#11864) 2020-06-09 19:39:49 +00:00
Jordan Atwood 4b4720751c infoboxmanager: Test infoboxes with same plugin and priority
See: 406c2bc7db
2020-06-09 12:51:01 -04:00
Jordan 50ca13f031 Merge pull request #11612 from TheStonedTurtle/sanfew 2020-06-09 00:45:44 -07:00
Adam 66ca5a74eb api: add spawn time to tileitem 2020-06-08 22:25:01 -04:00
github-actions[bot] 1b28ca0734 Merge pull request #2671 from open-osrs/NPC-UPDATE-67b59c09d
Client: Update NPC stats
2020-06-09 00:17:30 +00:00
OpenOSRS d634270f39 Client: Update NPC stats 2020-06-09 00:09:45 +00:00
Broooklyn bd116e99e6 chatnotifications: Add notification for broadcast messages 2020-06-08 18:22:53 -04:00
Broooklyn 3379494a67 util: Add removeFormattingTags text function 2020-06-08 18:22:53 -04:00
Broooklyn 48e62c66ae agility plugin: add reset option to overlay 2020-06-08 18:08:47 -04:00
Broooklyn 221c89c7b2 poh: Add portal icons for Arceuus teleports 2020-06-08 18:07:42 -04:00
melkypieandKoekkruimels db3b32c093 timetracking: add farming contract functionality
Co-authored-by: Koekkruimels <lifeinvader-dev@outlook.com>
2020-06-08 18:02:04 -04:00
Max Weber fb32b5842d cache: emit null npc ids 2020-06-08 18:02:04 -04:00
RuneLite Cache-Code Autoupdater 54cac0f595 runelite-api: add NullNpcID 2020-06-08 18:02:04 -04:00
Adam d7f55bbef6 slayer plugin: fix points and streak being forgotten when restarted with no task 2020-06-08 17:57:41 -04:00
TheStonedTurtle 6c2d823b70 item stats overlay: limit bank widgets to item container 2020-06-08 16:24:27 -04:00
Damen c40db2f812 loot tracker: fix cox loot being double-counted after region load
It is possible to hit region loads in cox after checking the chest once, so additionally check we are no longer in an instance.
2020-06-08 16:23:20 -04:00
Hydrox6 5048058422 menu entry swapper: split hardwood grove into 2 options
The option was the only one that could fit into more than one section
2020-06-08 14:14:41 -04:00
Hydrox6 40f17648b4 add sections to various configs 2020-06-08 14:14:41 -04:00
Hydrox6 30681d8935 config: add support for sections 2020-06-08 14:14:41 -04:00
Adam b453624dd9 pom: set release 8 on jdk9+
This fixes having Java 9+ API dependencies generated by the compiler
when building on JDK9+ despite targeting Java 8 bytecode. This fixes the
gpu plugin linking errors when running on Java 8 after being compiled on
9+.
2020-06-08 11:45:57 -04:00
Adam Blaida 37e8928a1d Update lumbridge guide's position for anagram clue 2020-06-08 13:45:25 +02:00
github-actions[bot] 67b59c09de Merge pull request #2669 from open-osrs/NPC-UPDATE-e9752b0f5
Client: Update NPC stats
2020-06-08 00:17:59 +00:00
OpenOSRS fc294cc5e2 Client: Update NPC stats 2020-06-08 00:09:33 +00:00
github-actions[bot] e9752b0f54 Merge pull request #2668 from open-osrs/NPC-UPDATE-9cb36e475
Client: Update NPC stats
2020-06-07 00:18:31 +00:00
OpenOSRS e61b81a685 Client: Update NPC stats 2020-06-07 00:10:32 +00:00
Jordan 7270f47e13 Merge pull request #11831 from Hydrox6/clues-sherlock-ranging-mix
clues: update ranging mix sherlock master challenge
2020-06-06 10:00:14 -07:00
Max Weber b63466694f IconTextField: fire clear listener after text has been cleared
This would put the ge search panel into an invalid state where it could
no longer be interacted with
2020-06-06 12:42:52 -04:00
Adam a1122ba141 ge: fix computing bought/sold amount
Use the total spent price instead of the delta spent price, as it is
being divided by the total quantity
2020-06-06 10:35:20 -04:00
Hydrox6 04263990cc clues: update ranging mix sherlock master challenge 2020-06-06 12:59:02 +01:00
cyantheum dfce3bd7fc motherlode: Fix vein overlay not displaying on upper level (#11796)
When standing on the tile south of Mercy, the player's height is -498,
just barely under the previous defined height of the upper floor.
2020-06-06 07:02:45 +00:00
Jacob LindelofandJordan cc2ed2311b antidrag: Add option to use CTRL to disable delay
This allows users who enable the plugin to temporarily allow item
dragging to reorganize their inventory without fully toggling the plugin
off and on again.

Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-06-05 19:53:05 -07:00
github-actions[bot] 9cb36e475b Merge pull request #2666 from open-osrs/NPC-UPDATE-5484a99bd
Client: Update NPC stats
2020-06-06 00:18:09 +00:00
OpenOSRS a7e5ec4ace Client: Update NPC stats 2020-06-06 00:09:19 +00:00
Lucwousin 5484a99bd6 api: Add pyramid plunder sarcophagus varbit 2020-06-05 18:20:23 +02:00
Lucwousin 257a3e4010 api: Add pyramid plunder chest open varbit 2020-06-05 17:56:28 +02:00
Kyle 3011477f57 weaponmap: add missing items (#2664)
weaponmap: add missing items
2020-06-05 12:21:36 +01:00
Adam bda66e8da4 npc indicators: add option to highlight dead npc menu entries 2020-06-04 23:15:49 -04:00
Adam af7c833695 npc indicators: rename highlight dead npcs to ignore dead npcs 2020-06-04 22:39:21 -04:00
github-actions[bot] 21b316ce4f Merge pull request #2663 from open-osrs/NPC-UPDATE-fef0acc9f
Client: Update NPC stats
2020-06-05 00:18:02 +00:00
OpenOSRS ac26430eb8 Client: Update NPC stats 2020-06-05 00:09:40 +00:00
Adam e8b464f217 Revert "clanchat: Add player name to kick message (#11555)"
This reverts commit 41a041972a.

This evidently is intentionally left out of vanilla due to concerns over
triggering auto mutes due to kicking players with bad names.
https://twitter.com/JagexAsh/status/1268620095569289226
2020-06-04 19:32:15 -04:00
Adam 473ab8eae2 client: remove unnecessary annotation-providing dependencies from runtime classpath 2020-06-04 14:56:47 -04:00