Commit Graph
1363 Commits
Author SHA1 Message Date
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
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
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
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
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
RuneLite Cache-Code Autoupdater c8db5a9b48 Update Item IDs to 2020-08-26-rev191 2020-08-26 10:32:39 +00:00
HexagonandAdam d104c9a3e7 client: add zalcano plugin
Co-authored-by: Adam <Adam@sigterm.info>
2020-08-11 18:20:29 -04:00
Adam d595cde390 api: add GraphicsObject finished()
Also update some of the javadoc
2020-08-11 16:58:26 -04:00
RuneLite Cache-Code Autoupdater ba065ac529 Update Widget IDs to 2020-08-06-rev190 2020-08-06 05:04:04 -06:00
RuneLite Cache-Code Autoupdater 22af685f84 Update Object IDs to 2020-08-06-rev190 2020-08-06 10:32:41 +00:00
RuneLite Cache-Code Autoupdater e4a29e7d69 Update Item IDs to 2020-08-06-rev190 2020-08-06 10:32:40 +00:00
kjartantr 24c621177a SlayerUnlock: Update varbits enum (#12214) 2020-07-26 03:58:14 +00:00
Adam 340530daf6 tagtabs: show tab separators in tag tabs
This changes tag tabs to actually put the bank in search mode, still
without providing any search input, so that the bank tab builder will
draw tab separators (both the separator line and tab text label)
2020-07-24 15:24:47 -04:00
Adam e4b43d98f2 tagtabs: split tag search from bank search
This fixes a lot of edge cases which required us to re-search for things
after input was re-used when a tag tab was open, and removes the
requirement of having the bank search text be in sync with the
currently selected tab.

This also no longer parses the tag tab out of the title during times
when the input is being re-used (like Withdraw-x) which was broken
earlier from the bank plugin changing the title to include the value of
searches.

A new tag tab title is being set now on all tag tab views so the old tag
tab tab title event can be removed.
2020-07-23 18:19:04 -04:00
RuneLite Cache-Code Autoupdater b5244801a4 Update Widget IDs to 2020-07-23-rev190 2020-07-23 10:31:40 +00:00
RuneLite Cache-Code Autoupdater be7932322b Update NPC IDs to 2020-07-23-rev190 2020-07-23 10:31:36 +00:00
RuneLite Cache-Code Autoupdater f3b0518121 Update Object IDs to 2020-07-23-rev190 2020-07-23 10:31:36 +00:00
RuneLite Cache-Code Autoupdater 7ff5516ea4 Update Item IDs to 2020-07-23-rev190 2020-07-23 10:31:35 +00:00
Sean Dewar e62866d391 WidgetOverlay: Make hallowed sepulchre timer moveable (#12200) 2020-07-23 00:41:06 +00:00
Adam 5d0adf38da api: add size() to itemcontainer 2020-07-22 16:51:17 -04:00
Alowan 97a356a596 SpriteID: Fix UNKNOWN_STANCE_ICON_2 ID (#12202) 2020-07-22 03:37:59 +00:00
Jordan 35a539be4d Merge pull request #6819 from trimbe/remove-tag-tab-separator 2020-07-21 16:31:34 -07:00
trimbe e8d4ff38cb banktags: Remove tab separators from tag tabs 2020-07-20 23:43:45 -07:00
Adam 82a99a2b2b inventoryid: add trade inventories 2020-07-15 14:51:31 -04:00
Paulo Cabral Sanz a2118a57d8 Add Nullable decorator to widget getter api 2020-07-10 16:06:12 -04:00
Adam 9fd36a600c xpdrop plugin: use script events instead of widget hidden
This also uses the default color enum to assign default xpdrop colors
instead of using our hardcoded enum.
2020-07-09 13:20:33 -04:00
Adam 11cd19c2ce player composition: add isFemale 2020-07-05 17:34:04 -04:00
CopyPastaOSRS c2a33e2b97 WidgetOverlay: Make encounter health bar moveable (#11938) 2020-07-03 22:50:35 +00:00
Max Weber 33992efac7 runelite-client: remove removed scripts 2020-07-02 04:44:21 -06:00
RuneLite Cache-Code Autoupdater 07cee70709 Update Object IDs to 2020-07-02-rev190 2020-07-02 10:32:38 +00:00
RuneLite Cache-Code Autoupdater 2240d55581 Update Item IDs to 2020-07-02-rev190 2020-07-02 10:32:37 +00:00
Adam 8f320cb9ed api: add ActorDeath event, remove PlayerDeath 2020-07-01 15:52:00 -04:00
Adam 62bbf35baf api: add VarbitComposition, config index, and index fileids 2020-06-29 12:39:41 -04:00
Adam 5ab04030b8 api: add high alch price to item composition 2020-06-27 13:41:48 -04:00
Adam 1533929191 api: add isKeyPressed 2020-06-26 12:14:27 -04:00
Jordan Atwood 7a500ebf1e widgets: Fix resizable minimap container ID
This also removes some unused and possibly outdated WidgetInfo entries
relating to resizable minimaps.
2020-06-25 10:10:52 -07:00
RuneLite Cache-Code Autoupdater 51b609095e Update Widget IDs to 2020-06-25-rev190
Lost widget 4.17
Lost widget 4.23
Lost widget 4.29
Lost widget 4.30
Lost widget 4.31
2020-06-25 05:26:35 -06:00
RuneLite Cache-Code Autoupdater c85bbf8080 Update NPC IDs to 2020-06-25-rev190 2020-06-25 11:14:31 +00:00
RuneLite Cache-Code Autoupdater e180f44add Update Script arguments to 2020-06-25-rev190 2020-06-25 11:14:30 +00:00
RuneLite Cache-Code Autoupdater 3dfe391787 Update Object IDs to 2020-06-25-rev190 2020-06-25 11:14:30 +00:00
RuneLite Cache-Code Autoupdater 003bda8745 Update Item IDs to 2020-06-25-rev190 2020-06-25 11:14:30 +00:00