Commit Graph

15091 Commits

Author SHA1 Message Date
Doron Galambos
83a453b534 clues: Update Ardougne cryptic clue (#12520)
Following the game update which introduced Mahogany Homes, this clue's
text and location have been changed.
2020-09-21 03:51:56 +00:00
Jordan
3c9b9d2772 Merge pull request #11782 from deathbeam/remove-untrabeable
Merge UntradeableItemMapping and ItemMapping
2020-09-20 19:52:40 -07:00
Tomas Slusny
909f68b160 Merge UntradeableItemMapping and ItemMapping
This enum never really made sense when we already have ItemMapping and
its just confusing people.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-09-20 19:42:46 -07:00
Adam
0ae95180fb scene uploader: add stopwatch 2020-09-20 17:26:48 -04:00
Adam
af352c54c5 scene uploader: inline pushFace() into uploadModel()
Inline the body of pushFace() into uploadModel() and perform the loop hoisting
of the locals that this enables. This cuts off 10-20ms of scene load time on my machine.

Co-authored-by: Jonathon Reesor <jonathon.reesor@gmail.com>
2020-09-20 17:26:48 -04:00
Adam
f2498d445f gpu: optimize ensureCapacity()
Prevent unnecessary allocations by updating the ensureCapacity() methods to not
create intermediate buffers, just create a single new buffer with the final
size.

Co-authored-by: Jonathon Reesor <jonathon.reesor@gmail.com>
2020-09-20 17:26:48 -04:00
Adam
2a15cbde8a scene uploder: remove unnecessary reset
Instead we can just check the model scene id is correct and not have to be
concerned about reused Models from previous scenes having positive buffer
offsets

Co-authored-by: Jonathon Reesor <jonathon.reesor@gmail.com>
2020-09-20 17:26:48 -04:00
Adam
62a69b94c5 containableframe: fix parsing Oracle Java 8 version string 2020-09-20 16:46:08 -04:00
Adam
8718a83f10 disassembler: escape string operands 2020-09-19 13:16:06 -04:00
ThatGamerBlue
4668ed6251 Merge pull request #2813 from ThatGamerBlue/aaaaaaaaaaaaaaaaaaaaaaaaaaa
project: merge upstream uwu
2020-09-19 16:53:02 +01: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
f67cdfd405 Merge pull request #2810 from open-osrs/revert-2809-upstream-9-17
revert: client: upstream 9/17/2020
2020-09-19 14:03:49 +01:00
Adam
f7606c7aca ui: fix frame maximized bounds with dpi scaling
Due to JDK-4737788, maximizing an undecorated frame incorrectly covers the
taskbar. Substance attempts to correct this by computing its own maximized
bounds, but it does not account for DPI scaling. Since Substance automatically
calls setMaximizedBounds when the frame is resized to do this we simply
override it and replace the bounds with our own which includes the scaling of
the display.

This also fixes the frame maximizing to the incorrect display on 11.0.8 due to
JDK-8231564, which changes the coordinates setMaximizedBounds() expects to be
relative to the primary display instead of the current display. Previously,
Substance was always setting the bounds x/y to 0 due to this.

Co-authored-by: Runemoro <runemoro1@gmail.com>
2020-09-18 22:28:43 -04:00
ThatGamerBlue
7ceda4d597 Revert "client: upstream 9/17/2020" 2020-09-18 19:08:51 +01:00
Hydrox6
620e42ba80 motherlode: add 3a pickaxe 2020-09-18 11:30:53 +01:00
OpenOSRS
8fe9670181 client: Update NPC stats (#2806) 2020-09-18 10:13:24 +01:00
Jordan
04ae212e8b Merge pull request #12507 from Broooklyn/barb-assault-region
discord: fix Barbarian Assault regions
2020-09-18 00:40:24 -07:00
Tyler Bochard
7530090785 Merge pull request #2809 from open-osrs/upstream-9-17
client: upstream 9/17/2020
2020-09-18 00:12:14 -04:00
Null
1cd6b6a058 client: upstream 9/17/2020 2020-09-17 23:36:09 -04:00
Broooklyn
9dfcdb51d6 discord: fix Barbarian Assault regions 2020-09-17 22:38:01 -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
Adam
4668140df1 Merge remote-tracking branch 'abex/cache-code-2020-09-16-rev191' 2020-09-17 14:04:49 -04:00
Jordan
ba6820fde4 Merge pull request #12377 from Broooklyn/discord-regions 2020-09-16 16:41:30 -07:00
Broooklyn
f7ead24611 discord: add additional mapped regions
This commit also fixes some typos in existing entries and changes some
entries' area types from `CITIES` to `REGIONS` where appropriate.
2020-09-16 16:33:27 -07:00
Broooklyn
5d30ffd813 discord: add Region AreaType 2020-09-16 16:33:17 -07:00
Jordan
ec411bf003 Merge pull request #12498 from spatiag/fix-achievement-diary-quest-requirement
achievementdiary: Fix Western Provinces quest requirement
2020-09-16 11:11:04 -07: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
6750557eba discord: update config names and descriptions 2020-09-16 03:59:55 -04:00
Adam
197c667edf item manager: fix item outlines to more accurately fit model
Not sure where these original arguments come from, but it was
incorrectly noting the items and then attempting to adjust zoom to
account for that, which makes most item outlines slightly off
2020-09-15 19:14:24 -04:00
Sean Patiag
aa2bb76ccc achievementdiary: Fix Western Provinces quest requirement 2020-09-15 04:36:21 -07:00
Jordan
c3fd3beaba Merge pull request #12479 from Broooklyn/quest-updates 2020-09-14 19:29:44 -07:00
data-dependent
49482e3784 mining: Fix gem rock respawn time (#12481) 2020-09-15 02:23:31 +00:00
arthur798
666b94dd11 skillcalculator: Add Hallowed sepulchre floors to agility calculator (#12414) 2020-09-15 02:09:42 +00:00
Jordan
3700063d3b Merge pull request #12336 from MarbleTurtle/TrouverFix 2020-09-14 17:28:59 -07:00
MarbleTurtle
8d65dcb1ea clues: Support items locked with Trouver parchment 2020-09-14 17:17:43 -07:00
Jordan Atwood
e4fe839efe EmoteClue: Fix Infernal max cape item ID
Two infernal max cape items exist: one being the item which players can
use, and another presumably being the item displayed in the dialog shown
when combining a max cape and an infernal cape. `INFERNAL_MAX_CAPE` is
the definition for the latter cape, and `INFERNAL_MAX_CAPE_21285` is the
real item players would have.
2020-09-14 17:17:30 -07:00
OpenOSRS
0d828ca99a gradle: Update gradle dependencies (#2804) 2020-09-14 14:07:56 +01:00
OpenOSRS
4b3891a42c client: Update NPC stats (#2805) 2020-09-14 14:07:45 +01:00
jcwhisman
2c2c013cba timers: Fix inferno timer starting time 2020-09-14 08:07:04 -05:00
OpenOSRS
d7416a01d8 gradle: Update gradle dependencies (#2795) 2020-09-13 19:34:15 +01:00
OpenOSRS
a2998d63b9 client: Update NPC stats (#2789) 2020-09-13 19:33:51 +01:00
Kyle
84cff2848b Merge pull request #2803 from tomcylke/spec-clickbox
runelite-api: add other spec clickbox widget
2020-09-13 19:33:27 +01:00
Kyle
85cdd73cb1 Merge pull request #2797 from Macweese/PlayerManager-high-risk-world
PlayerManager: High risk world mechanics
2020-09-13 19:33:11 +01:00
Thomas Cylke
83cf633dc4 Merge remote-tracking branch 'remotes/client-upstream/master' into spec-clickbox 2020-09-13 14:23:00 -04:00
Thomas Cylke
318cfcfd19 runelite-api: add other spec clickbox widget 2020-09-13 14:21:58 -04:00
ThatGamerBlue
3787d56213 Merge pull request #2801 from open-osrs/zeruth-patch-1
client: remove TimeFormatMode
2020-09-13 19:09:20 +01:00
Kyle
7fb1a0ed62 Merge pull request #2802 from tomcylke/spec-clickbox
runelite-api: add spec clickbox widget
2020-09-13 19:06:45 +01:00