Commit Graph

10412 Commits

Author SHA1 Message Date
Tyler Hill
fe03aa2964 Fix typo in fightcave plugin 2019-08-05 20:38:59 -05:00
GROUNDBOI
8b3760dc87 menuentryswapper: Fix Swaps for Coal Bag (#1270)
* Fix Swaps for Coal Bag

Swaps were not being cleared correctly, needed an extra removePriorityEntry to make it work as intended.

* fixt

ok it works now sorry ty

* BankComparableEntry

sorry :c
2019-08-05 23:41:37 +02:00
Ganom
28c521b14b config: Change slider to white, so its easier to see. (#1262) 2019-08-05 15:50:18 -04:00
Owain van Brakel
45c691f845 Menus: Make comparable entries abstract for more specific .matc… (#1268)
Menus: Make comparable entries abstract for more specific .matches()'s
2019-08-05 19:36:27 +02:00
Owain van Brakel
5b52bbe8d4 theatre: Fix sote projectiles. (#1264)
theatre: Fix sote projectiles.
2019-08-05 19:33:26 +02:00
Owain van Brakel
a23cb15ec6 blackjack: Swap blackjack back to priority system. (#1265)
blackjack: Swap blackjack back to priority system.
2019-08-05 19:32:58 +02:00
Lucwousin
3a59eab33d Menus: Make comparable entries abstract for more specific .matches()'s 2019-08-05 16:12:16 +02:00
Lucwousin
c6542541b2 Menumanager: fixes (#1261)
* menumanager: 'remove' hidden entries on added

* menumanager: keep original index in mind when prio1 == prio2
2019-08-05 16:11:02 +02:00
Ganom
82d15803b3 menuentryswapper: Fix various bugs, set priorities, and more. (#1263)
* menuentryswapper: Fix various bugs, set priorities, and more.

* menuentryswapper: remove debug.
2019-08-05 14:07:00 +02:00
Tyler Bochard
4dd785079f Merge pull request #1266 from runelite-extended/codebase
privateserver: fix local codebase calls
2019-08-05 00:10:00 -04:00
Zeruth
05705b3fa4 privateserver: fix local codebase calls 2019-08-05 00:01:18 -04:00
Ganom
6f8fd0ecd0 blackjack: Swap blackjack back to priority system. 2019-08-04 20:56:47 -04:00
Ganom
b6e9d49a89 theatre: Add sote proj ids to proj api. 2019-08-04 20:11:55 -04:00
Ganom
6a506902de theatre: Fix sote projectiles. 2019-08-04 20:02:03 -04:00
Owain van Brakel
769ed02ba4 config: Fix size issue on sliders (#1253) 2019-08-04 15:08:40 -04:00
Owain van Brakel
3307b8e767 (stoned)loottracker: Added missing bosses, skilling bosses and chests (#1248) 2019-08-04 15:08:11 -04:00
Owain van Brakel
59826b36d2 client: fix and enable tests (#1257)
client: fix and enable tests

Co-authored-by: Owain van Brakel <owain.vanbrakel@gmail.com>
2019-08-04 12:07:58 +02:00
Owain van Brakel
18144af1d2 pluginsorter: pastel colorscheme (#1255)
pluginsorter: pastel colorscheme
2019-08-04 12:07:46 +02:00
Owain van Brakel
0a17bc9574 slayer: Font Fix (#1249)
slayer: Font Fix
2019-08-04 11:48:10 +02:00
Harry
ba1c5cd7e4 re-add world point conversion methods (#1259) 2019-08-04 00:21:59 -04:00
Owain van Brakel
1bc4ab5e52 gradle: Test build cache 2019-08-04 04:16:00 +02:00
Owain van Brakel
891218f94c Merge remote-tracking branch 'upstream/master' into plugin-manager-test 2019-08-04 04:06:15 +02:00
Owain van Brakel
cbbacc6030 travis: gradle cache 2019-08-04 04:05:52 +02:00
Owain van Brakel
64b5c5b3a0 rs-client: Fix project for deob test (#1258)
rs-client: Fix project for deob test
2019-08-04 04:05:15 +02:00
Owain van Brakel
c2b0a6ae56 travis: enable tests 2019-08-04 03:50:56 +02:00
Owain van Brakel
9650b8064b injector-plugin: Fix and run tests 2019-08-04 03:44:15 +02:00
Owain van Brakel
856146d4a5 chatfilterplugin: Fix tests 2019-08-04 03:32:39 +02:00
Owain van Brakel
8243a959d8 client-tets: Remove Ignore annotation 2019-08-04 03:29:46 +02:00
Owain van Brakel
c5494b9aa1 itemskeptondeath: Fix tests 2019-08-04 03:16:02 +02:00
Lucwousin
38fd83a651 deob: print all missing annotations before failing 2019-08-04 01:12:07 +02:00
Lucwousin
dea63ba878 rs-client: add missing exports 2019-08-04 01:12:07 +02:00
Lucwousin
b871ebc8e4 rs-client: more random bits and pieces, last for today i swear 2019-08-04 01:12:07 +02:00
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
Kyleeld
a615444cd4 green 2019-08-03 22:34:19 +01:00
Kyleeld
8c25671c32 pluginsorter: pastel colorscheme
pluginsorter: pastel colorscheme
2019-08-03 22:29:30 +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
GROUNDBOI
1e1b4da4f9 Update SlayerOverlay.java
ok fine I fixed the checkstyle
2019-08-03 15:26:15 -04:00
Thomas Cylke
d0c176ba69 Slayer Font Fix
The font in the slayer plugin gets set to bold by default for some reason, deleted it.
2019-08-03 11:04:33 -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