Commit Graph

14806 Commits

Author SHA1 Message Date
Macweese
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
OpenOSRS
96a428d0b0 client: Update NPC stats (#2824) 2020-10-20 09:47:43 +01:00
OpenOSRS
1d93c636da gradle: Update gradle wrapper (#2827) 2020-10-20 09:47:05 +01:00
Ganom
a377e69131 externalmanager: alert user when they have duplicate plugins. (#2815)
* externalmanager: alert user when they have duplicate plugins.

* externalmanager: log in one line instead of multiples.
2020-10-20 09:46:38 +01:00
Thomas Cylke
58e48279be api: widget things (#2830) 2020-10-20 09:45:06 +01:00
Ganom
9cf237a1f6 config: add documentation for items and sections. (#2829) 2020-10-18 22:45:42 -04:00
Tyler Bochard
b62adaacd9 Merge pull request #2828 from tomcylke/ge-widgets
api: add ge widgets
2020-10-18 18:51:51 -04:00
Thomas Cylke
e387373236 api: add ge widgets 2020-10-18 13:14:37 -04:00
Tyler Bochard
ff5036fa8b Merge pull request #2826 from open-osrs/fix_drag
revert: 9400d1a
2020-10-13 15:44:48 -04:00
therealnull
5986a3c78a Revert "menumanager: restore force left click functionality. (#2819)"
This reverts commit 9400d1a94d.
2020-10-13 15:35:09 -04:00
Ganom
9400d1a94d menumanager: restore force left click functionality. (#2819) 2020-10-12 13:57:55 -04:00
ThatGamerBlue
e38c3ebc61 yes this is a master commit no i dont care fuck you :) 2020-10-05 22:58:05 +01:00
Tyler Bochard
b413f4dc5e Merge pull request #2823 from open-osrs/remove-exports
rs-client: remove Implements/Export annotations
2020-10-04 21:58:26 -04:00
therealnull
9a24c21fc8 rs-client: again... 2020-10-04 21:08:43 -04:00
therealnull
5132683ecf rs-client: also remove Implements 2020-10-04 21:08:08 -04:00
therealnull
e65c98287c rs-client: remove garbage helper 2020-10-04 21:01:52 -04:00
therealnull
19859b66ae rs-client: remove Export annotations 2020-10-04 20:53:17 -04:00
Tyler Bochard
676cfcb753 Merge pull request #2796 from Macweese/WorldLocation
WorldLocation: Major expansion
2020-10-04 19:14:25 -04:00
Tyler Bochard
fb8e79c588 Merge pull request #2821 from open-osrs/zeruth-patch-1
client: fix first time bootup failure
2020-10-04 19:13:28 -04:00
Tyler Bochard
74f628c10c Merge pull request #2808 from open-osrs/GRADLE-DEPS-UPDATE
gradle: Update gradle dependencies
2020-10-04 17:31:13 -04:00
Tyler Bochard
472c387887 Update runelite-client.gradle.kts 2020-10-04 17:21:24 -04:00
Tyler Bochard
2786f665ae Merge pull request #2812 from open-osrs/NPC-UPDATE
client: Update NPC stats
2020-10-04 16:59:22 -04:00
Tyler Bochard
e755a76a49 Update PluginListPanel.java 2020-10-03 20:56:05 -04:00
Tyler Bochard
02198b51f1 client: first first time bootup failure
This fixes a long standing problem.

On first time startup for OPRS, pluginList will return null, and plugins installed during that first bootup will no longer update in the list.
Requiring every single new user to restart the client at least once before using any new plugins.
2020-10-03 20:14:18 -04:00
OpenOSRS
5aed6e61f1 client: Update NPC stats 2020-10-04 00:09:13 +00:00
OpenOSRS
f98b55d474 gradle: Update gradle dependencies 2020-10-04 00:03:54 +00:00
Andrew Terra
d13bc058d5 add verzik purple spawn into ProjectileIDs (#2818) 2020-10-01 17:04:22 +01:00
Kyle
84f09a25b0 Update WeaponMap.java (#2817) 2020-09-29 15:12:37 +01: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
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
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