Commit Graph

7233 Commits

Author SHA1 Message Date
Owain van Brakel
bb088aeb89 profiles: Empty the text field when an incorrect password is entered 2019-09-04 12:39:53 +02:00
Owain van Brakel
af8fc79067 profiles: Check for empty password before redrawing the UI 2019-09-04 12:36:48 +02:00
Owain van Brakel
9aeb02bd46 profiles: Make it possible to use the enter key on the passward field 2019-09-04 12:33:19 +02:00
Lucwousin
a4d1a6593f Wiki plugin: Generate less garbage objects 2019-09-03 22:46:23 +02:00
Lucwousin
86e5658fd8 NPC indicators plugin: Generate less garbage objects, fix highlight (#1531) 2019-09-03 16:42:22 -04:00
Lucwousin
70def0bf93 Bank tags plugin: Generate less garbage objects 2019-09-03 21:01:21 +02:00
Lucwousin
3748965a64 Menu Entry Swapper: Generate less garbage objects 2019-09-03 20:32:24 +02:00
Ganom
0609123f86 hideunder: add LMS support. (#1520) 2019-09-02 14:48:04 -04:00
Ganom
222af40b39 Revert "menumanager: remove click check on menumanager, causing more issues than fixing. (#1492)"
This reverts commit 5f3d8fcc9d.
2019-09-01 19:43:01 -04:00
Ganom
5f3d8fcc9d menumanager: remove click check on menumanager, causing more issues than fixing. (#1492) 2019-09-01 15:59:58 -04:00
Ganom
cc38deb870 Merge pull request #1514 from Owain94/0109-merge
project: Merge upstream
2019-09-01 15:54:07 -04:00
Ganom
1425f7b21c tmorph: anim bug fix and move maps to global vars. (#1495) 2019-09-01 20:41:57 +01:00
Ganom
4716e37bc7 playerindicators: make do while loop actually function. (#1513) 2019-09-01 15:41:03 -04:00
Owain van Brakel
c907fa67c5 Merge remote-tracking branch 'runelite/master' into 0109-merge 2019-09-01 21:25:25 +02:00
Ganom
f768c667b6 playerindicators: add back agility with improved caching. (#1502)
* playerindicators: add back agility with improved caching.

* playerindicators: reduce calls to stringbuilder by using final variable.

* playerindicators: make null object static, and final.
2019-09-01 12:40:05 -04:00
Ganom
5a429b7070 entityhider: Allow hiding of specific players. (#1507) 2019-09-01 12:39:54 -04:00
Owain van Brakel
3e10c06bb1 splashscreen: Show errors on the splashscreen (#1499) 2019-09-01 12:39:45 -04:00
Kyle
217c471a9e Merge pull request #1501 from Crystalknoct/master
questguides: Fix Mourning's End Part I & II links
2019-09-01 00:35:18 +01:00
Owain van Brakel
3de1a37c57 client: Initialize the UI sooner (#1503) 2019-08-31 18:22:32 -04:00
Crystalknoct
172d0fd9c2 questguidelinks.java
fixed mournings end 1 and 2 linking
2019-08-31 12:34:41 -06:00
ST0NEWALL
f790a575f0 playerindicators: add priority checking to Predicate -> Other. (#1496)
playerindicators: add priority checking to Predicate -> Other.
2019-08-31 05:13:12 -04:00
ST0NEWALL
73a502df2d playerindicators: add null check on actor name. (#1494)
playerindicators: add null check on actor name.
2019-08-31 05:12:38 -04:00
Ganom
6c5205be0c playerindicators: add priority checking to Predicate -> Other. 2019-08-31 00:03:01 -04:00
Ganom
b0fd058b21 playerindicators: add null check on actor name. 2019-08-30 21:53:11 -04:00
Ganom
673e70d88c multiindicators: fix npe 2019-08-30 21:52:03 -04:00
Adam Witkowski
4b0740c8f4 chat: add LOGINLOGOUTNOTIFICATIONs recoloring 2019-08-30 15:38:31 +02:00
Quasindro
53b50cbb2d chat: fix private chat username recolouring, improve responsiveness to config settings 2019-08-30 15:34:04 +02:00
Adam
e183feab69 Merge pull request #9692 from adwitkow/worldmap-transportation-snapping
worldmap: add on-click jumping for unambiguous single-target transports
2019-08-29 18:08:11 -04:00
lordzuku
8e18bb6208 dropparty: add (#1433) 2019-08-29 16:10:30 -04:00
Kyle
0c1dd644d8 Merge pull request #1477 from Ganom/grab-poly-for-game-objects
mixins: add method for grabbing game object polys.
2019-08-29 12:55:12 +01:00
PKLite
8d0adb68c8 Merge branch 'master' of https://github.com/runelite/runelite into upstream 2019-08-29 06:58:24 -04:00
PKLite
1e581f8631 Manual merge
Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-08-29 06:42:27 -04:00
PKLite
c1292b847d Merge branch 'master' of https://github.com/runelite/runelite
 Conflicts:
	pom.xml
	runelite-client/src/main/java/net/runelite/client/plugins/boosts/BoostsPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/examine/ExaminePlugin.java
2019-08-29 06:37:00 -04:00
RuneLite Cache-Code Autoupdater
2e402edcbe Update Item variations to 2019-08-29-rev182 2019-08-29 10:33:09 +00:00
Ganom
2ac1d869e9 mixins: add method for grabbing game object polys. 2019-08-29 01:27:53 -04:00
Ganom
e0a94324d8 playerindicators: finalize stuff 2019-08-28 21:04:49 -04:00
Ganom
9bae5a89d8 playerindicators: code conventions 2019-08-28 21:01:27 -04:00
ST0NEWALL
201e86a0e0 Player Indicators: plugin rework (#1437)
* Adds support for multiple select in config panel

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Delete EnumList.java

* Finishes implementation of multi-select config items

*  p

* 2

* wait

Signed-off-by: PKLite <stonewall@pklite.xyz>

* ugh

Signed-off-by: PKLite <stonewall@pklite.xyz>

* added support for menu highlighting

Signed-off-by: PKLite <stonewall@pklite.xyz>

* remove unused imports

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Small ui update and some refactoring

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Delete PlayerIndicationMode.java

* Remove unused imports and fixes the copyright borking intellij decided to do

Signed-off-by: PKLite <stonewall@pklite.xyz>

* re-adds caller highlighting

Signed-off-by: PKLite <stonewall@pklite.xyz>

* re-adds the old caller pile indicating

* bug fix

Signed-off-by: ST0NEWALL <stonewall@pklite.xyz>

* don't count local player as a friend

Signed-off-by: ST0NEWALL <stonewall@pklite.xyz>

* Fix config bug and cleans up the callers config a bit

Signed-off-by: PKLite <stonewall@pklite.xyz>

* bug fixes

Signed-off-by: ST0NEWALL <stonewall@pklite.xyz>

* fix predicate usage

Signed-off-by: PKLite <stonewall@pklite.xyz>

* fix callers bug

Signed-off-by: PKLite <stonewall@pklite.xyz>

* Callers targets fixed

Signed-off-by: PKLite <stonewall@pklite.xyz>

* add uncharged glory indication

Signed-off-by: PKLite <stonewall@pklite.xyz>
2019-08-28 20:49:37 -04:00
chestnut1693
596100fbeb boosts: add config to not display combat boosts 2019-08-28 18:30:24 -04:00
Quasindro
3fdfc433e8 worldmap: add on-click jumping for unambiguous single-target transports 2019-08-28 22:20:36 +02:00
Adam
a93cb5f471 examine plugin: add seed box 2019-08-28 08:59:52 -04:00
Adam
10c5be4487 examine plugin: combine identical widget cases 2019-08-28 08:36:03 -04:00
Adam
db9ba15d6b Merge pull request #9739 from TheStonedTurtle/salve
ItemsKeptOnDeath - Add missing salve (ei) price offset
2019-08-28 08:19:47 -04:00
Adam
ba53ea023f Merge pull request #9749 from Hydrox6/death-indicator-prifddinas
death indicator: add prifddinas
2019-08-28 08:17:40 -04:00
Adam
bae3089436 Merge pull request #9744 from dabolink/UpdateWesternDiary
Update Magic Longbow Western Provinces Diary Step
2019-08-28 08:14:13 -04:00
Owain van Brakel
1747826700 wikiscraper: Don't run by default (#1467)
* wikiscraper: Don't run by default

* client: scrape npc stats
2019-08-27 13:35:59 -04:00
Owain van Brakel
974373ddcf database: Disable execute logging (#1465) 2019-08-27 13:35:49 -04:00
Owain van Brakel
92a4ab3da0 config: add buttons (#1464) 2019-08-27 13:35:37 -04:00
Kyle
ecf1c284a0 Merge pull request #1463 from xKylee/upstream-fix-merge
Upstream merge
2019-08-27 18:29:15 +01:00
Ganom
f9d3dc9f1d tmorph: clean up, beautify, and more! (#1453)
* tmorph: clean up, beautify, and more!

* kittype: added name for mapping.

* tmorph: fix all maps being the same.
2019-08-27 12:30:11 -04:00