Commit Graph

6908 Commits

Author SHA1 Message Date
Ganom
5c24dce1b3 xtea: disable until we have our server back up. (#1455) 2019-08-26 00:32:10 +01:00
Ganom
b885b0a3f8 menuentryswapper: add checks to ensure when a hotkey is released, swaps get removed. (#1450)
* menuentryswapper: add checks to ensure when a hotkey is released, swaps get removed.

* menuentryswapper: convert priority entry splitter to a list rather than map.
2019-08-25 16:18:30 -04:00
Kyle
9d591d4265 Worldhopper: pvp hop restriction (#1397)
* Update WorldHopperPlugin.java

remove pvp hop function.

annoying when clanning / singles pking and you cant right/left click hop-to.

WARNING that you're hopping to a PVP world is still active to avoid luring/scamming.

* Update WorldHopperPlugin.java

* Update WorldHopperPlugin.java

* Update WorldHopperConfig.java

* Update WorldHopperPlugin.java
2019-08-25 17:35:01 +01:00
Kyle
caae6a7e3a GroundMarkers: add 4 additional markers (#1418)
* Update GroundMarkerConfig.java

* Update GroundMarkerPlugin.java

* Update GroundMarkerPlugin.java

* Update GroundMarkerOverlay.java

* Update GroundMarkerMinimapOverlay.java

* groundmarkers: Amount of groups
2019-08-25 17:34:40 +01:00
Kyle
53cf50074f inventory tags: add 4 additional tags (#1417)
* Update InventoryTagsConfig.java

* Update InventoryTagsPlugin.java

* config: Add support for multiple values on hide and unhide values

* inventorytags: Amount of groups
2019-08-25 17:34:25 +01:00
Netami1
bc22ee11a4 add guard case (#1446) 2019-08-25 01:25:06 -04:00
Netami1
66f85ccbde add proper config check, expand guard case (#1434) 2019-08-24 18:06:57 -04:00
ST0NEWALL
3bb2d5620b Merge pull request #1443 from Owain94/loottracker-database-truncate
loottracker: Truncating a table doesn't work
2019-08-24 17:01:58 -04:00
Lucwousin
275d3c7144 plugins: Fix menu concurrency issues (#1444)
* Cleanup comparables a bit

* Make shift walker add entries on client tick

* Make climb up + down add entries on clienttick

* remove try catch
2019-08-24 13:54:35 -04:00
Lucwousin
19fcf15420 Add config option to display time left on poison timers as ticks 2019-08-24 16:06:51 +02:00
Lucwousin
5b52ae3667 Remove unused fields from RuneLite class 2019-08-24 16:01:57 +02:00
Owain van Brakel
9ddcf5a826 loottracker: Truncating a table doesn't work 2019-08-24 14:46:48 +02:00
James
adce67416b Bank Plugin: Add option to enlarge bank pin numbers (#1425)
* Bank Plugin: Add option to enlarge bank pin numbers

* Update
2019-08-24 01:57:06 -07:00
Justin
7d3c49873c stonedtracker: changed info to debug
stonedtracker: changed info to debug
2019-08-24 17:32:48 +10:00
lordzuku
d080c631d0 Aoe plugin fixes (#1436)
Aoe plugin fixes
2019-08-23 16:14:00 -07:00
Ganom
ae88b16c94 Merge pull request #1431 from Owain94/2308-merge
project: Merge upstream
2019-08-22 20:45:16 -04:00
Ganom
8abdd56f9e menumanager: true band aid fix (#1430) 2019-08-23 01:42:45 +01:00
Owain van Brakel
c248324fc1 Merge remote-tracking branch 'upstream/master' into 2308-merge 2019-08-23 02:33:08 +02:00
Owain van Brakel
748801d562 Merge remote-tracking branch 'runelite/master' into 2308-merge 2019-08-23 02:31:44 +02:00
Owain van Brakel
0a20ef601d client: Add database (#1424)
* client: Add h2 and jooq

* client: Add database manager

* client: Add a helper to generate JOOQ classes

* client: Add JOOQ classes

* loottracker: Create database tables when they don't exist on startup

* loottracker: Only migrate if datasource exists
2019-08-22 20:27:36 -04:00
Damhan Richardson
6280bcbba3 idlenotifier: adds notification to wildy resource door, resolves #1389 (#1420)
* clanchatplugin: fix issue 1407, UnsupportedOperationException

* Fixed concurrentmodification exception

* Created notification in idle notifications

* idlenotifier: adds notification to wildy resource door, resolves #1389

* Created notification in idle notifications

* idlenotifier: adds notification to wildy resource door, resolves #1389

* Added region check & fetched upstream

* removed unused variable

* removed extra whitespace

* refactor for future wall checks
2019-08-23 01:25:08 +01:00
Lucwousin
b57a682ce7 spellbook: bugfixes/improvements (#1427)
* Add InterfaceTab enum, remove duplicate varbit

* Add widget.containsMouse rs-api method, sort scriptids, add various wids

* Refactor/improve/fix spellbook

I even made everything I could final to please goban

* Fix bugs/cleanup/improvements

* Update SpellbookPlugin.java
2019-08-22 16:54:17 -04:00
Ganom
6e5bebe734 playerscouter: fix value mapping. (#1419) 2019-08-22 14:21:16 +01:00
Damhan Richardson
491c8b12fb clanchatplugin: fix issue 1407, UnsupportedOperationException (#1411)
* clanchatplugin: fix issue 1407, UnsupportedOperationException

* Fixed concurrentmodification exception
2019-08-22 14:21:05 +01:00
Kyle
4b4af0fa2b Playerscouter: add combat bracket (#1413)
* Update PlayerScouter.java

* Update PlayerScouterConfig.java

* Update PlayerScouter.java

* Update PlayerScouter.java

* Update PlayerScouterConfig.java
2019-08-22 12:53:03 +01:00
Jordan Atwood
664ab26de9 slayerplugin: Fix first slayer kill not being registered
Because a user can have 0 slayer experience on a new account, we cannot
rely on 0 as the pre-login value. Prior to this change, a player getting
their first slayer kill in the described scenario would cause it not to
be counted toward the tracked task.
2019-08-21 09:11:00 -04:00
Kyle
e31333eb46 Whale watchers: pneck break warning sound (#1399)
Whale watchers: pneck break warning sound
2019-08-21 09:44:27 +01:00
ThatGamerBlue
345f01645a add null check guard case for chat message manager (#1412) 2019-08-21 09:37:52 +01:00
Kyle
e803fad014 Reminders: added plugin (#1371)
* reminders: add reminders

added hydration reminder and break reminder

* .

* Update RemindersPlugin.java

* Update RemindersPlugin.java

* Update RemindersConfig.java

* Update RemindersPlugin.java

* changes requested by Ganom

changes requested by Ganom

* Update RemindersConfig.java

* Update RemindersPlugin.java

* Update RemindersConfig.java

* Update RemindersPlugin.java
2019-08-21 09:34:08 +01:00
Adam
d8be3b85cf fishingspot: don't expose spots map 2019-08-20 20:55:51 -04:00
Adam
9fc04bf7e2 fishing plugin: don't render the same fishing spot twice 2019-08-20 20:55:51 -04:00
Adam
bd8a31cc0b fishing plugin: deduplicate spot overlay color logic 2019-08-20 20:55:50 -04:00
Adam
b250f9fb2f gpu plugin: require high detail textures
The texture storage buffer is fixed at 128x128 per texture, smaller
textures won't render correctly
2019-08-20 20:54:34 -04:00
Adam
de89277e76 low memory plugin: set low memory mode after startup
Setting low memory mode too early prevents high detail textures from
loading, which breaks the gpu plugin
2019-08-20 20:54:34 -04:00
TheStonedTurtle
65758d54f3 itemskeptondeath: fix avernic defender price 2019-08-20 17:41:53 -04:00
Adam
8374ff169d Merge pull request #9635 from dekvall/npe-branch
Fix NPE in groundmarkerplugin and annotate some methods as nullable
2019-08-20 17:39:53 -04:00
Lucwousin
db705f5dd5 rs-client: refactoring (#1344)
* Rename some things to be more consistent everywhere

* rs-client: refactoring

* MenuAction -> MenuOpcode merge
2019-08-20 22:24:51 +02:00
Adam
6c56880989 slayer plugin: update desert lizards task to lizards 2019-08-20 08:34:27 -04:00
Kyle
6bff3e38f8 Inferno: fix plugin start-up error.
Inferno: fix plugin start-up error.
2019-08-20 01:40:45 +01:00
Alexander
3946471568 inferno: add multiple jad support, prayer indicator, healer indicator (#1392)
* inferno: add multiple jads support, add healer indicators, add new prayer indicators

* inferno: add config entries

* inferno: reformatting

* inferno: refactoring

* inferno: refactoring
2019-08-19 19:57:07 -04:00
Ganom
5cfd968676 menuentryswapper: add "Prioritize Entry" config option. (#1395) 2019-08-19 19:01:44 -04:00
Adam
7d23b16ef4 rs: validate loaded config
If an empty body or error response is received, the client would attempt
to use a null code base and initial jar, which immediately failed
2019-08-19 17:39:38 -04:00
Adam
5fafa6faf1 ui: center fatal error dialog on screen 2019-08-19 17:34:48 -04:00
Justin
5745216fc8 slayermusiq: added song of the elves & miniquests (#1387)
* slayermusiq: added song of the elves

added video link

* slayermusiq: added miniquests

* slayermusiq: checkstyle

* slayermusiq: checkstyle

grr

* Update QuestGuideLinks.java

* Update QuestGuideLinks.java
2019-08-19 21:11:14 +01:00
James
ae08917e77 chatboxperformance: Toggle chatbox gradient (#1396)
* Toggle chatbox gradient

* Toggle chatbox gradient
2019-08-19 12:47:39 -07:00
Ganom
904943440f runecraft: fix pouch strictness (#1398) 2019-08-19 15:46:59 -04:00
Ron Young
07cf27c8fc ChatboxItemSearch: fix null name check 2019-08-19 14:19:52 -04:00
Thomas Cedeno
54bdb8c112 clues: add agility and max capes to graceful set 2019-08-19 14:00:21 -04:00
Adam
5526f9ebb7 Merge pull request #9697 from Hydrox6/clues-skill-outfits
clues: fix names for skilling outfits
2019-08-19 13:48:38 -04:00
Hydrox6
82dd5835b0 clues: fix names for skilling outfits 2019-08-19 18:00:04 +01:00