kyle-escobar
dd0a70e7de
Fix checkstyle
2020-04-09 22:22:23 -04:00
kyle-escobar
f38d74c62d
Update upstream 4/9/2020
2020-04-09 21:43:45 -04:00
ThatGamerBlue
a001d1def2
boosts info: fix
2020-04-09 17:07:11 +01:00
Owain van Brakel
3c1e04d147
project: Let CI handle dependencies
2020-04-08 17:11:17 +02:00
stone-wall
4f414b0946
tested wow it works
2020-03-12 13:11:26 -04:00
stone-wall
86bf65612c
OnPrayerIcon changed and OnPlayerSkull changed events.
...
This needs 2 be tested
2020-03-12 07:01:54 -04:00
ThatGamerBlue
e33ad11cdc
detachedcamera: interaction ( #2373 )
...
* detached camera: disallow object interaction
* detached camera: disallow entity interaction
* add option to turn it back on
* cant click anything with that you moron
* forgot this
* kinda "tired and emotional" ngl
2020-02-25 22:50:18 +00:00
Owain van Brakel
e7dac3684b
Merge remote-tracking branch 'runelite/master'
2020-02-21 02:08:47 +01:00
Owain van Brakel
b73235e453
scriptvm: Checkstyle
2020-02-12 01:31:07 +01:00
Owain van Brakel
b523003d0f
scriptvm: Fix cast exception
2020-02-11 23:56:41 +01:00
Owain van Brakel
6f3bf172b9
mixins: ScriptVM events
2020-02-11 20:48:33 +01:00
Owain van Brakel
fa10880673
Merge pull request #2332 from Owain94/merge-1102
...
project: Merge upstream
2020-02-11 20:09:28 +01:00
Owain van Brakel
491a7e76c4
Merge remote-tracking branch 'runelite/master'
2020-02-11 20:01:42 +01:00
Ganom
8c5b28cdf8
client: add getScalingFactor method. ( #2323 )
2020-02-09 15:14:48 -05:00
Owain van Brakel
a7a8eb9eea
Merge remote-tracking branch 'runelite/master'
2020-02-09 02:16:07 +01:00
Owain van Brakel
add4ca8005
chore: rev 188
2020-01-29 14:20:08 +01:00
ThatGamerBlue
db1bfdfb47
project: fix lambda things and add mixins and rename two fields ( #12 )
2020-01-28 17:49:43 +00:00
ThatGamerBlue
014d1f095c
runelite-client: add methods for externals (plugin-hub) ( #2286 )
...
* Merge pull request #/10524 from Trevor159/get-var
Add getVar methods for external plugins
* Add the mixins
* fix dumb yaml error
recommend https://yaml-online-parser.appspot.com/
Co-authored-by: Adam <adam@sigterm.info >
2020-01-26 02:33:46 +00:00
TheRealNull
d8a4196c76
plugins: add sounds service plugin
2020-01-20 23:48:48 -05:00
Ganom
7e1c211005
entityhider: add blacklist for hiding dead npcs. ( #2231 )
2020-01-16 14:01:32 +00:00
xKylee
690a68e3fb
imagine missing the same mixin twice.....
...
imagine missing the same mixin twice.....
2020-01-15 13:57:18 +00:00
Lucwousin
53b7e9bd2e
idk: Move annotations to do with injection to a seperate module for improved modularity ( #2181 )
...
* Move annotations to do with injection to a seperate module for improved modularity
* Remove redundant config in build script, add (c)
2020-01-03 04:57:03 +01:00
Lucwousin
318e3659ca
Fix alpha and nw/se being swapped
2020-01-02 19:25:06 +01:00
Lucwousin
61aea62c11
get triggered by dumb namings
2020-01-02 19:19:55 +01:00
Lucwousin
0783bc0695
Add missed static
2020-01-02 19:19:54 +01:00
Dennis
93e1639ff3
fix minimap and compass for gpu mode
2020-01-02 19:19:53 +01:00
Dennis
e49964ee1e
update hd minimap
2020-01-02 19:19:52 +01:00
Dennis
cac1b15c33
runelite-mixins: add depth to hd minimap
2020-01-02 19:19:50 +01:00
Dennis
2b9277c3c2
runelite-mixins: add bilinear interpolation to minimap
2020-01-02 19:19:49 +01:00
Dennis
2b32d49e53
runelite-api: expose scene tile colors
2020-01-02 19:19:49 +01:00
Dennis
7f362afe63
runelite-mixins: add hd minimap toggle
2020-01-02 19:19:48 +01:00
Owain van Brakel
b637eeac7c
client: LambdaMetaFactory for subscribe annotation, java target… ( #2128 )
...
client: LambdaMetaFactory for subscribe annotation, java target level 11
2019-12-17 18:02:00 +01:00
Lucwousin
8341dc9fa3
Don't check overlay hash for overlays that didn't exist before ( #2136 )
2019-12-16 20:06:17 +00:00
Lucwousin
1117eba620
Change source level to 11, remove reflectutil
2019-12-15 01:16:59 +01:00
Lucwousin
67744f9d17
Make sure cache overlay inputstreams are closed
2019-12-13 21:22:55 +01:00
Siraz
47e8108181
entityhider: Pets entity hider & isFollower ( #2094 )
2019-12-01 18:52:32 -05:00
Ganom
129ccd2de9
playermanager: add. ( #1952 )
...
* playermanager: add.
playerscouter: update to use new player manager.
playerscouter: add minify option.
* playermanager: use concurrent maps over standard hash maps.
* playermanager: add attackStyleChanged event.
* playermanager: add all attacking method.
* prayagainst: completely rework it to use playerManager.
playermanager: add friend/clan methods.
* playermanager: utilize new event rather than gametick.
* playermanager: remove gam tick update.
* playermanager: remove gametick method reference.
* hideunder: use playermanager.
* equipmentinspector: use playermanager.
* events: add new docs.
* playermanager: add combat stats sub-class.
* playermanager: add timeout to updateStats
* playermanager: gamepack update.
* playermanager: remove debugging.
* playerscouter: remove unused import
2019-12-01 01:09:27 -05:00
Ganom
03a88f6c27
Merge pull request #2038 from Owain94/1411-merge
...
project: Merge upstream
2019-11-17 01:18:33 -05:00
Lucwousin
b7bd7c5a08
{} where allowed
2019-11-16 04:51:03 +01:00
Lucwousin
55b0845a18
Optimize imports
2019-11-16 04:51:03 +01:00
Owain van Brakel
07fa478e67
Merge remote-tracking branch 'runelite/master'
2019-11-15 10:09:35 +01:00
Ganom
fd6a0e7f51
client: standardize menuAction namings. ( #2023 )
...
* client: standardize menuAction namings.
* client: use standardized namings in MenuEntry
* client: use skitzos preferred naming scheme
* client: updated invoke naming scheme.
2019-11-13 17:19:11 +01:00
Lucwousin
bfa3b22be6
client: Improve menumanager ( #2026 )
...
* make menumanager work with everything it didn't work with before
* rebuild left click before render instead of on client tick
* Remove useless checks which were breaking when dragging in bank
* Change rsclient line breaks (only 5th fucking time this pr dw)
* Rename arg1 & arg2 getters/fields to be more consistent
2019-11-13 17:13:24 +01:00
Owain van Brakel
7866cc612b
client: make error logging opt out
2019-11-08 04:58:09 +01:00
Owain van Brakel
ce8f3f48c0
project: Update mixins
2019-11-07 01:06:33 +01:00
Ganom
7d993b3892
Merge pull request #1890 from Owain94/0611-merge
...
project: Merge upstream
2019-11-05 19:35:45 -05:00
Owain van Brakel
e880d094ad
Merge remote-tracking branch 'runelite/master'
2019-11-06 00:05:55 +01:00
Owain van Brakel
7caff006da
music: add option to mute other players area sounds
2019-11-05 23:19:23 +01:00
Owain van Brakel
ddae743f48
mixins: checkstyle
2019-11-01 09:10:02 +01:00
Owain van Brakel
169893740f
Merge remote-tracking branch 'upstream/master'
2019-10-31 19:16:03 +01:00