Commit Graph

10376 Commits

Author SHA1 Message Date
ThatGamerBlue
fa0a16c2d8 client: fix plugin manager tests
Partially closes #1256
2019-08-03 23:36:09 +01:00
ThatGamerBlue
5b5ee5b5a6 gradle: partially revert #1166 (#1250) 2019-08-03 23:11:59 +01:00
Crystalknoct
b2d57b12f1 menuentryswapperplugin: fixed max cape (#1251)
* menuentryswapperplugin: fixed max cape

Just pring something Ganom helped me with.

* Update MenuEntrySwapperPlugin.java
2019-08-03 16:33:28 -04:00
GROUNDBOI
c538df1dbc Prevent Left Click Configure Shift-Click (#1242)
Prevents left click on the inventory widget from opening the configure shift click menu.
2019-08-03 16:33:08 -04:00
Harry
7c416d79d3 cox helper: small code cleanup (#1244)
* use npc spawned to get olm npc

* remove unused code
2019-08-03 16:32:47 -04:00
Kyleeld
36050a2b3b Gauntlet: various updates (#1246)
* Gauntlet: various updates

* Renamed config options.

* Added config option to turn off projectile overlay.

* added back the prayer infobox.

* added back counter display

* added back the option to display counters over the boss, in the info box, on both or never.

* update

* gauntlet: Unwrap if (can't be null)

* gauntlet: Access can be weaker

* ty 4 help ganom

ty 4 help ganom
2019-08-03 16:32:05 -04:00
Harry
f26154c4bc screenshot: use playerdeath events (#1245)
* add PlayerDeath event

* use LocalPlayerDeath and PlayerDeath events
2019-08-03 12:43:42 +01:00
Owain van Brakel
445b1fb2a5 project: fix upstream merge (#1247)
project: fix upstream merge

Co-authored-by: TheStonedTurtle <mgoodwin559@gmail.com>
Co-authored-by: null <ikada@protonmail.ch>
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: Daniel Bolink <dabolink@uvic.ca>
2019-08-03 13:35:10 +02:00
Owain van Brakel
2358f76b5b raids thieving: update and fix (#1243)
raids thieving: update and fix
2019-08-03 13:34:35 +02:00
Owain van Brakel
990dcca9aa Merge remote-tracking branch 'runelite/master' 2019-08-03 13:20:01 +02:00
HSJ-OSRS
dec35ff5bb update and fix raids thieving plugin 2019-08-03 03:46:58 +01:00
Tyler Bochard
063e1e9672 Merge pull request #1240 from runelite-extended/bootstrapper
bootstrapper: update
2019-08-02 20:46:19 -04:00
Zeruth
134fc5c24a bootstrap: prevent accidental uploads of json 2019-08-02 20:09:37 -04:00
Zeruth
28d013a7f6 Merge branch 'another-bootstrapper-fix' 2019-08-02 20:03:23 -04:00
Zeruth
1d50a7a3bb runeliteplus: enable bootstrap args and run bootstrapper through gradle run --args='-bootstrap' 2019-08-02 20:02:23 -04:00
Tyler Bochard
7d15d9d3ff Merge pull request #1215 from runelite-extended/flexo-peer
flexo: remove peer references
2019-08-02 19:36:41 -04:00
Ganom
656a36b04a Fix flexo not updating when it should. 2019-08-02 18:58:40 -04:00
Tyler Bochard
38f4142d37 Update README.md 2019-08-02 18:04:46 -04:00
Zeruth
7ebcf31e58 flexo: remove unused stuff 2019-08-02 18:01:41 -04:00
Zeruth
0307a692a6 flexo: robotpeer -> robot 2019-08-02 17:40:17 -04:00
Lucwousin
11f3b74687 RS-Client: Refactoring (also gradle compiler args) (#1236)
* gradle: compiler args for mixins/rs-client

* rs-client: yes

* rs-client: no
2019-08-02 21:01:00 +01:00
Owain van Brakel
2057fdfd41 statusorbs: Remove migrate code (#1237) 2019-08-02 21:00:36 +01:00
Owain van Brakel
a62c485570 lootrecordwriter: Fix reading appended objects with new GSON version (#1239)
* lootrecordwriter: Fix reading appended objects with new GSON version

* Add The Gauntlet boss tab

* Remove name from list upon deleting file

* Add hydra heads to boss tab

* Fix loot panel total value calculation
2019-08-02 21:00:12 +01:00
Owain van Brakel
878e6a1fe6 menuentryswapper: move menuentryadded swaps to priority. (#1190)
menuentryswapper: move menuentryadded swaps to priority.

Co-authored-by: Owain van Brakel <owain.vanbrakel@gmail.com>
2019-08-02 14:11:39 +02:00
Owain van Brakel
2b1ad48fb6 Merge remote-tracking branch 'upstream/master' into priority-swaps
Conflicts:
	runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperPlugin.java
2019-08-02 14:02:00 +02:00
ThatGamerBlue
5bcd704bab http api: fix rlp api using the wrong url (#1233) 2019-08-02 12:46:47 +01:00
Owain van Brakel
e2b7d1b9e0 Merge pull request #1214 from Ganom/projectile-update
events: reduce projectilemoved usage as much as possible
2019-08-02 13:46:38 +02:00
Kyleeld
af0d9d76b1 Banked XP: Fix Wyrm bones (#1225)
Banked XP: Fix Wyrm bones
2019-08-02 12:46:20 +01:00
Tyler Bochard
4d2b9f9c17 project: Upstream merge (#1228)
* menuentryswapper - Add volcanic mine entrance to swapQuick

* idle notifier: notify when adding feathers or heads to shafts

* client: cache and reuse Graphics

* client: cache config values
2019-08-02 11:38:02 +01:00
Harry
76068a9f6b cox scouter: fix layout message (#1226)
* fix layout message

* use Text.fromCSV
2019-08-02 11:37:08 +01:00
Crystalknoct
4f7f54bbea item_variations: added sote items (#1229)
Added sote items from runelite
2019-08-02 11:36:23 +01:00
ThatGamerBlue
78654bf545 gradle: add upload task (#1220) 2019-08-02 11:05:46 +01:00
Daniel Bolink
139b97920e achievmentdiary: Update Ardougne Hard diary text (#9551) 2019-08-02 12:01:15 +02:00
Adam
c342f7391a client: cache config values 2019-08-01 20:58:40 -04:00
Adam
3d326a6ee8 client: cache and reuse Graphics 2019-08-01 20:26:13 -04:00
Tomas Slusny
2ef930fda4 Merge pull request #9532 from TheStonedTurtle/volcanic-mine
menuentryswapper - Add volcanic mine entrance
2019-08-01 23:17:49 +02:00
Tomas Slusny
e108422166 Merge pull request #9535 from Hydrox6/idle-fletching
idle notifier: notify when adding feathers or heads to shafts
2019-08-01 23:17:01 +02:00
PKLite
6fb7b1fc43 fix 2
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-08-01 12:54:29 -04:00
PKLite
f8f04366af bootstrapper
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-08-01 12:47:26 -04:00
PKLite
f1dc3640af Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-08-01 16:19:33 -04:00
ST0NEWALL
06b1f9b412 bootstrap: fix extra / added. (#1221)
bootstrap: fix extra / added.
2019-08-01 12:18:55 -04:00
Ganom
9bc8e6e5a6 bootstrap: fix extra \ added. 2019-08-01 12:17:46 -04:00
Owain van Brakel
9f0b678232 linecomponent: Fix items not being positioned correctly (#1219)
* linecomponent: Fix items not being positioned correctly

* Revert "boosts: Separate icons so they aren't stacked (#1211)"

This reverts commit bcc75c1e94.
2019-08-01 17:00:54 +01:00
Owain van Brakel
320862e96f http-api: fix api going down after runelite update (#1218)
http-api: fix api going down after runelite update
2019-08-01 16:02:59 +02:00
ThatGamerBlue
30354c925e http-api: fix api going down after runelite update 2019-08-01 14:56:12 +01:00
PKLite
632c977a3f Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-08-01 09:12:25 -04:00
Owain van Brakel
d44f12a5fd project: merge upstream and fix properties (#1217)
project: merge upstream and fix properties

Co-authored-by: null <ikada@protonmail.ch>
Co-authored-by: Abex <mii7303@gmail.com>
Co-authored-by: Runelite auto updater <runelite@runelite.net>
2019-08-01 15:09:18 +02:00
Owain van Brakel
0b51226f72 project: RL: 1.5.31-SNAPSHOT, RL+: 2.1.2.0 2019-08-01 14:57:13 +02:00
Kyleeld
64af016b99 gauntlet: redesign (#1200)
* gauntlet

* .

* Update GauntletOverlay.java

* Update GauntletUtils.java

* gauntlet: Update, streamline, optimize, and refactor.

* Various Fixes

* Fix player attack incrementing.

* Actually fix player attack incrementing this time. :3head:

* Revert "Actually fix player attack incrementing this time. :3head:"

This reverts commit eaa12234

* Fix double increment bug.

* Various Refactoring and updates.

* Add sound back in

* Update projectile api with proper name

* Format Config, add Widget helper, and cleanup access.

* Update GauntletPlugin.java

* Update GauntletOverlay.java

* Update GauntletOverlay.java

* Update GauntletConfig.java

* Update GauntletPlugin.java

* Update GauntletTimer.java

* Update GauntletTimer.java

* Update GauntletTimer.java

* Update GauntletTimer.java

* Fixup widget helper.

* Use varbits instead of hidden.

* Fixup prayer overlay.

* gauntlet: include tick timers, and various fixes.

* gauntlet: various fixes, and qol changes.

* gauntlet: give each tornado their own ticks, and show true location.

* gauntlet: hunllef spelling fixes

* Update ProjectileID.java
2019-08-01 12:35:23 +01:00
PKLite
e652fe0332 Merge branch 'master' of https://github.com/runelite-extended/runelite 2019-08-01 07:30:52 -04:00