Commit Graph
17493 Commits
Author SHA1 Message Date
Justin 37e8c13a03 Merge pull request #3144 from JumpIfZero/rl-upstream-160322
project: RL upstream 160322
2022-03-17 09:07:24 +11:00
Justin 4491d2383c project: bump OPRS version 2022-03-17 09:02:21 +11:00
JumpIfZero 4b99e4f5ba project: Bump RL version 2022-03-16 15:23:41 +02:00
JumpIfZero 5442ba7c88 Merge remote-tracking branch 'rl-upstream/master' into rl-upstream-160322 2022-03-16 14:00:41 +02:00
Adam 4f8991dc7e loot tracker: add remember loot option 2022-03-15 18:24:01 -04:00
Adam e953631a08 chat message manager: fix gim rl-format messages
The rl-format messages aren't prepended with |, causing them to be sent to normal clan chat instead.
2022-03-15 15:42:17 -04:00
Adam 310b007409 Revert "gpu: Fix loading gluegen natives on some Windows configurations"
This reverts commit 35949bce22.
2022-03-13 23:35:39 -04:00
Adam d8ba9b13ba loottracker: replace repaint calls with revalidate
This fixes removing panels from the logs container not correctly rebuilding the container to remove the space the box was previously in
2022-03-13 19:59:44 -04:00
Adam 08da9a2d8a loot tracker: add wilderness loot chest 2022-03-13 16:42:46 -04:00
AdamandShawn Shadrix 88933be3df loot tracker: track caught implings
Co-authored-by: Shawn Shadrix <shshadri@ncsu.edu>
2022-03-13 15:55:15 -04:00
AdamandShawn Shadrix a877c58005 loot tracker: support opening multiple imp jars in 1 tick
This tracks the number of removed jars to determine how many were
opened. This only works when opening multiple of the same type of jar.

Co-authored-by: Shawn Shadrix <shshadri@ncsu.edu>
2022-03-13 15:55:15 -04:00
AdamandShawn Shadrix 08359a0df0 loottracker: add imp jars
Co-authored-by: Shawn Shadrix <shshadri@ncsu.edu>
2022-03-13 15:55:15 -04:00
Adam 28d4ceb2b5 loottracker: refactor inv change events
Instead of having logic to set the event type and then pick it up again in the inv change event, store a callback to be called on inv change
2022-03-13 15:55:12 -04:00
Justin cc14702248 Merge pull request #3141 from open-osrs/GRADLE-WRAPPER-UPDATE
gradle: Update gradle wrapper
2022-03-13 17:39:26 +11:00
Jordan eabaa9cab4 Merge pull request #14229 from Nightfirecat/tutorial-island-roof-fix 2022-03-10 01:02:42 +00:00
Jordan Atwood ef20508ccd roof removal: Add Tutorial Island overrides 2022-03-09 16:58:53 -08:00
Jordan 5d1ad3d374 Merge pull request #14357 from Nightfirecat/cabin-fever-ships-roof-fix 2022-03-10 00:58:17 +00:00
Jordan Atwood 3190e3ce2a roof removal: Fix Cabin Fever ships 2022-03-09 16:53:31 -08:00
OpenOSRS f743fa03d0 gradle: Update gradle wrapper 2022-03-10 00:20:01 +00:00
Owain van Brakel 895a5c4b1c Merge pull request #3140 from Owain94/upstream-0903
project: Merge upstream
2022-03-09 23:10:38 +01:00
Owain van Brakel 89a347f28c Merge pull request #3139 from open-osrs/GIM-messages 2022-03-09 22:57:58 +01:00
Owain van Brakel 2fe8585035 loottracker: Remove import loot panel 2022-03-09 22:57:43 +01:00
Owain van Brakel eefd891cb7 project: Bump OpenOSRS version 2022-03-09 22:44:29 +01:00
Owain van Brakel 40e9acfd09 project: Bump RuneLite version 2022-03-09 22:44:05 +01:00
Owain van Brakel 37dea6f94a Merge remote-tracking branch 'runelite/master' 2022-03-09 22:43:12 +01:00
Runelite auto updater 4eb0fb56e3 Bump for 1.8.14-SNAPSHOT 2022-03-09 16:29:02 +00:00
Runelite auto updater c121e65209 Release 1.8.13 2022-03-09 16:28:54 +00:00
Adam de2edb2033 Add barbarian rod anim to fishing and idle notifier 2022-03-09 10:41:31 -05:00
Owain van Brakel 319246ce57 Merge remote-tracking branch 'runelite/master' 2022-03-09 09:03:02 +01:00
Owain van Brakel 4dac0b84fc mixins: Fix messages for GIM 2022-03-09 08:58:53 +01:00
Faycal 65e3670a46 item identification: add rejuvenation potion 2022-03-08 23:38:16 -05:00
David Luong 790f18128f item identification: add goblin and magic ess potions 2022-03-08 23:03:58 -05:00
Owain van Brakel 7ebe91e176 mixins: Add mixins for selected items 2022-03-09 02:34:35 +01:00
Owain van Brakel eabe39df6e configmanager: Whoops forgot to add this 2022-03-09 02:34:15 +01:00
Owain van Brakel 7cab454a0a Merge remote-tracking branch 'runelite/master' 2022-03-09 01:50:40 +01:00
Owain van Brakel 5ab766c256 Merge remote-tracking branch 'runelite/master' 2022-03-09 01:47:04 +01:00
Adam 6aba1e3894 api: add isFollower to NPCComposition 2022-03-08 19:31:42 -05:00
Adam 93d483db7b gpu: don't animate textures when loading 2022-03-08 16:11:23 -05:00
Adam d2fd37e543 config manager: run shutdown hook after plugins 2022-03-07 22:48:29 -05:00
Adam 473a3042fb api: add methods to get selected item 2022-03-06 22:32:55 -05:00
Adam 94691fc870 runelite: disable option parser abbreviations 2022-03-06 19:39:46 -05:00
Adam 64abf450d9 loot tracker: store loot in config
Since loot is now aggregated, the data is little enough to store in
config. This allows loot to persist between sessions even when not
logged in.
2022-03-06 15:12:52 -05:00
Adam f2b43743c3 config manager: post RuneScapeProfileChanged when new profiles are created 2022-03-05 21:39:58 -05:00
Adam d842bacd2c loottracker: hoist box emptyborder from loop 2022-03-05 19:52:27 -05:00
Adam 17f6890b69 loottracker: replace getTotalPrice with stream 2022-03-05 19:51:07 -05:00
Adam 7864a10135 loottracker: split panel construction into methods
This moves the overall and actions panel creation into separate methods
2022-03-05 19:51:05 -05:00
Justin bb07875400 Merge pull request #3136 from JumpIfZero/feature/widget-mixins
mixins: add widget size and pos setters
2022-03-03 08:57:42 +11:00
Adam 5006e959b0 gpu: fix anim array indexes with sparse texture array
Texture 54 doesn't exist and was causing everything after it to have its index off by 1
2022-03-02 14:20:03 -05:00
Adam 2520da4dca gpu: move texture animation to gpu 2022-03-02 10:13:24 -05:00
Adam 3ad8452d41 cache: rename texture animation direction and speed 2022-03-02 10:01:10 -05:00