Commit Graph
1918 Commits
Author SHA1 Message Date
Hydrox6 d3573edbfe add support for trailblazer tools 2020-11-04 19:22:44 -05:00
dekvall 9b3beffbfc timers: add league home tele 2020-11-04 19:21:43 -05:00
Adam 20dec72416 spriteid: remove duplicated run icon 2020-10-31 15:18:29 -04:00
SirGirion fc9f9faff0 chatcommands: handle league accounts properly 2020-10-30 15:57:27 -04:00
therealunull 35b9ee3ded mixins: checkstyle 2020-10-29 13:30:06 -04:00
therealunull 1eab6b46cd Merge branch 'master' into better-script-info
# Conflicts:
#	runelite-client/src/main/resources/scripts/ChatboxInputWidgetBuilder.rs2asm
#	runelite-client/src/main/resources/scripts/OptionsPanelRebuilder.rs2asm
#	runelite-client/src/main/resources/scripts/SpecbarRedraw.rs2asm
#	runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash
#	runelite-client/src/main/scripts/OptionsPanelRebuilder.hash
#	runelite-client/src/main/scripts/SpecbarRedraw.hash
2020-10-29 13:23:04 -04:00
therealunull de82f4ade2 runelite-client: script update / outdated rework (thanks TomC) 2020-10-29 13:09:29 -04:00
Owain van Brakel 0677ccdda4 Merge remote-tracking branch 'runelite/master' into master 2020-10-29 17:28:59 +01:00
RuneLite Cache-Code Autoupdater ba3aec829b Update NPC IDs to 2020-10-28-rev192 2020-10-28 11:12:44 +00:00
RuneLite Cache-Code Autoupdater 921d657ef2 Update Object IDs to 2020-10-28-rev192 2020-10-28 11:12:44 +00:00
RuneLite Cache-Code Autoupdater c7e120d201 Update Item IDs to 2020-10-28-rev192 2020-10-28 11:12:44 +00:00
Ganom b7b6fa190a client: make appearance comparison opt in. 2020-10-25 17:54:40 -04:00
Adam 8438b42e15 api: move isDead from NPC to Actor 2020-10-24 13:22:52 -04:00
MalfuryentandJordan 643d3a4523 statusbars: Add special & run energy bar types
Co-authored-by: Jordan <nightfirecat@protonmail.com>
2020-10-24 06:08:28 +02:00
Joona 0b221d3121 grounditems: Render ground items tile overlay at correct height (#12586) 2020-10-23 19:15:01 +02:00
Bram91 4dd413bf63 Make Volcanic mine widgets layoutable 2020-10-23 17:10:22 +02:00
winterdaze 66b4d18126 WidgetOverlay: make nightmare pillar health widget moveable 2020-10-23 15:33:15 +02:00
Owain van Brakel 1cf50d54b1 project: Merge upstream 2020-10-21 12:57:38 +02:00
MacweeseandMacweese 4891962789 projectileid: mage arena 2 (#2831)
Addition of MA2 NPCs AoEs and projectile.

Co-authored-by: Macweese <50101641+Macweese@users.noreply.github.com;macweese@pm.me>
2020-10-20 16:53:00 +01:00
Thomas Cylke b0fddd32d1 api: getRSGameState and setRSGameState functions (#2816)
* api: getRSGameState and setRSGameState functions

* api: blue wanted this
2020-10-20 09:48:33 +01:00
Thomas Cylke 58e48279be api: widget things (#2830) 2020-10-20 09:45:06 +01:00
SirGirion 274df60d3c timetracking: add compost bin time trackers (#12619) 2020-10-19 19:46:14 -06:00
sam b4cfb70851 menu entry swapper: add withdraw/deposit swap for chambers of xeric storage 2020-10-18 14:55:54 -04:00
Thomas Cylke e387373236 api: add ge widgets 2020-10-18 13:14:37 -04:00
Andrew Terra d13bc058d5 add verzik purple spawn into ProjectileIDs (#2818) 2020-10-01 17:04:22 +01:00
Adam 475e463692 Merge pull request #12472 from Nightfirecat/fix-experience-tests-location
Move Experience tests to proper test class
2020-09-30 17:18:19 -04:00
RunemoroandAdam 8c00f6da88 gpu: replace toScreen function with a projection matrix
The face sorting still requires the toScreen function to match exactly
the same order that would be computed on CPU, but for the projection for
rendering we can simplify it by replacing it with a projection matrix.

This also drops the requirement of having a geometry shader to remove
faces too close to or behind the camera. Upon closer inspection it looks
like the client can draw faces which have at least one vertex which is
>= 50 from the camera, so this now more accurately reflects the software
renderer.

Co-authored-by: Adam <Adam@sigterm.info>
2020-09-25 12:26:02 -04:00
ImNoOSRS e5a74473fd api: Add support for verbose inventory quantities (#2814)
* -

-

* Add VerboseInventoryQuantitiesMixin with changes.

* Fix checkstyle and add copyright header.

* Remove unused imports

* Checkstyle hotfix

* Checkstyle

* Checkstyle2

* Change Internal name to itemQuantitiesVerbose
2020-09-24 13:41:12 +02:00
ThatGamerBlue f627100932 Merge remote-tracking branch 'runelite/master' into aaaaaaaaaaaaaaaaaaaaaaaaaaa 2020-09-19 16:24:07 +01:00
ThatGamerBlue ae9b0d6015 Merge remote-tracking branch 'runelite/master' into aaaaaaaaaaaaaaaaaaaaaaaaaaa 2020-09-19 14:09:05 +01:00
ThatGamerBlue 7ceda4d597 Revert "client: upstream 9/17/2020" 2020-09-18 19:08:51 +01:00
Null 1cd6b6a058 client: upstream 9/17/2020 2020-09-17 23:36:09 -04:00
Kyle a566c39039 Update Varbits.java 2020-09-18 00:18:37 +01:00
Kyle 52d924dfa3 varbit: add prayer unlockes (#2807)
missing:

Piety
Chivalry
2020-09-18 00:01:27 +01:00
RuneLite Cache-Code Autoupdater 40374c258b Update Object IDs to 2020-09-16-rev191 2020-09-16 10:31:18 +00:00
RuneLite Cache-Code Autoupdater dd64d46a4d Update Item IDs to 2020-09-16-rev191 2020-09-16 10:31:17 +00:00
Thomas Cylke 318cfcfd19 runelite-api: add other spec clickbox widget 2020-09-13 14:21:58 -04:00
Thomas Cylke 587de7c39a runelite-api: add spec clickbox widget 2020-09-13 13:56:02 -04:00
Broooklyn d9178bacb4 quest: add A Porcine of Interest and Daddy's Home to quest enum 2020-09-10 12:41:38 -04:00
RuneLite Cache-Code Autoupdater d2b361dabb Update Widget IDs to 2020-09-10-rev191 2020-09-10 10:32:53 +00:00
RuneLite Cache-Code Autoupdater 4d303fbd52 Update NPC IDs to 2020-09-10-rev191 2020-09-10 10:32:50 +00:00
RuneLite Cache-Code Autoupdater 84110c84f0 Update Object IDs to 2020-09-10-rev191 2020-09-10 10:32:50 +00:00
RuneLite Cache-Code Autoupdater 0e583c378f Update Item IDs to 2020-09-10-rev191 2020-09-10 10:32:49 +00:00
Jordan Atwood a0acbb0f7b Move Experience tests to proper test class 2020-09-08 17:27:52 -07:00
ThatGamerBlue 06006bf7ae Merge remote-tracking branch 'runelite/master' 2020-09-08 18:50:27 +01:00
RuneLite Cache-Code Autoupdater de31b01b46 Update Item IDs to 2020-09-02-rev191 2020-09-02 11:10:15 +00:00
Broooklyn 1f1cbcfc25 slayer: fix Tzhaar SlayerUnlock enum typo 2020-08-28 20:22:38 -04:00
Owain van Brakel 6d342d7abc Merge remote-tracking branch 'runelite/master' into master 2020-08-28 03:17:10 +02:00
RuneLite Cache-Code Autoupdater da43b51479 Update NPC IDs to 2020-08-26-rev191 2020-08-26 10:32:40 +00:00
RuneLite Cache-Code Autoupdater 9bb02da671 Update Object IDs to 2020-08-26-rev191 2020-08-26 10:32:39 +00:00