Commit Graph

17417 Commits

Author SHA1 Message Date
Adam
bb43d232bb gpu: fix stretched mode scaling issues on macos
This fixes the following issues:

1) resize events for the client not being propagated to the listener on
   the canvas
2) resizing the client in fixed mode not triggering a resetSize due to
   the underlying canvas size not changing
3) maximizing the client calling restSize too soon causing it to have no
   effect
2021-12-27 15:11:18 -05:00
Adam
faf5ce7a7d checkstyle: remove suppressions
These are not used anymore
2021-12-25 14:12:38 -05:00
Adam
055f5c2d2b Remove http-api and http-service
These are being split into a separate repository at https://github.com/runelite/api.runelite.net
2021-12-24 13:19:45 -05:00
Adam
0a501429e6 Move okhttp client from http-api
The client has been recreated with a new builder off of the http-api
client for awhile anyway since runelite-client has multiple other
requirements (caching, tls, etc). This fully moves creation of the
okhttp client into both http-service and runelite-client separately.

I've kept the CLIENT field in http-api for now since a few external
plugins depend on it currently.
2021-12-23 12:36:05 -05:00
Adam
37d538f0db Move http-api clients to rl-client 2021-12-23 11:30:55 -05:00
Owain van Brakel
45d0cce7c2 Merge pull request #3101 from open-osrs/GRADLE-WRAPPER-UPDATE 2021-12-23 05:12:13 +01:00
Owain van Brakel
111ea9ed8c Merge pull request #3102 from open-osrs/upstream-2312 2021-12-23 04:50:48 +01:00
Owain van Brakel
cae4bdbb0b Merge remote-tracking branch 'runelite/master' 2021-12-23 04:44:04 +01:00
Owain van Brakel
8710ed3ca4 project: catch game crash 2021-12-23 04:38:58 +01:00
Owain van Brakel
7403d9ca5c project: ????????? 2021-12-23 04:38:37 +01:00
Owain van Brakel
5aa031c8cc project: copy 2021-12-23 04:37:58 +01:00
Owain van Brakel
9914ca8058 project: checkstyle 2021-12-23 04:37:11 +01:00
Owain van Brakel
cc32ba3112 project: Mixins fix RL MenuAction types 2021-12-23 03:22:21 +01:00
OpenOSRS
1b868752b7 gradle: Update gradle wrapper 2021-12-23 00:17:31 +00:00
Adam
ab07c09d76 http-api: lombokize a few classes 2021-12-22 15:49:43 -05:00
Adam
9349ea84bb cache: remove http-api dependency
This was only for the xtea client, which we don't use anymore anyway. Instead allow XteaKeyManager to read from an input stream.
2021-12-22 15:46:28 -05:00
Adam
b6e17cd15e http-service: move several hardcoded urls to config
Also make an OkHttpClient bean and use it everywhere
2021-12-22 15:29:51 -05:00
Owain van Brakel
f560ec6386 project: RuneLiteMenuEntry overritde toString 2021-12-22 15:09:56 +01:00
Owain van Brakel
18050c604c project: set GameDrawingMode 2021-12-22 15:09:19 +01:00
Owain van Brakel
7ad3563097 Merge remote-tracking branch 'runelite/master' 2021-12-22 15:08:16 +01:00
Jordan
cc3ba2d633 Merge pull request #14497 from wayne-li2/clue-hot-code-delete-leagues 2021-12-22 05:31:50 +00:00
Adam
ae5614ce6a api: remove set/get game drawing mode
This is being moved internally
2021-12-21 23:25:23 -05:00
Adam
438b4004e7 config manager: remove migrateConfig 2021-12-21 23:11:32 -05:00
Adam
c1aa0c4898 client: move jagexcache into .runelite 2021-12-21 23:04:24 -05:00
Adam
50a2d2f73f config manager: increase sendConfig delay to 5 minutes 2021-12-21 23:01:34 -05:00
Wayne Li
6901adc2ff HotColdClue: Delete Twisted Leagues code 2021-12-21 18:35:13 -08:00
Owain van Brakel
0a952a9b05 Merge pull request #3100 from open-osrs/upstream-2112 2021-12-21 20:18:25 +01:00
Owain van Brakel
3209a6ad10 Merge pull request #3099 from open-osrs/EvictingDualNodeHashTable 2021-12-21 20:06:20 +01:00
Owain van Brakel
25d04dad75 Merge remote-tracking branch 'runelite/master' 2021-12-21 20:04:23 +01:00
Owain van Brakel
2b0f14427b project: resize EvictingDualNodeHashTable 2021-12-21 20:00:11 +01:00
Adam
171d9bb7cf scripts: remove scripts
These aren't used anymore
2021-12-20 18:33:03 -05:00
Adam
7dd504fdf5 http-service: remove cache controller
This has never been used and just encourages misuse due to how expensive the requests are
2021-12-20 18:28:18 -05:00
Adam
39b8b84aaf chat message manager: fix recoloring gim messages
gim messages must always start with | and can't have a leading col tag
2021-12-20 17:31:28 -05:00
testing-ongithub
fab6e46786 Add option to disable system tray icon 2021-12-18 23:29:15 -05:00
Adam
0db23d4d7a ci: use adoptopenjdk 2021-12-18 15:17:28 -05:00
Adam
46bb6f81bb Update logback to 1.2.9
logback-parent isn't really a bom but instead includes other unrelated
depenedncies like mockito and jodatime, and so I am just adding the
individual logback and slf4j dependencies themselves. Also add
slf4j-simple in dependencyManagement for the various test dependencies
we have on it.
2021-12-18 15:16:24 -05:00
Owain van Brakel
7ad37fe8cb Merge pull request #3098 from Sundar-Gandu/master 2021-12-18 19:31:24 +01:00
Sundar-Gandu
245e77c0df Merge remote-tracking branch 'origin/master' 2021-12-18 13:27:11 -05:00
Sundar-Gandu
7595ef059e fix opcode and identifier for mdofied MenuEntryAdded events 2021-12-18 13:26:53 -05:00
Sundar-Gandu
ceda54af2e Merge remote-tracking branch 'origin/master' 2021-12-18 13:25:40 -05:00
Sundar-Gandu
da4e851de2 fix opcode and identifier for mdofied MenuEntryAdded events 2021-12-18 13:22:06 -05:00
Adam
0f52e3ff18 menu swapper: fix built in swaps overriding custom swaps
If a swap is configured for the item, never enter into the built in swapping logic. Even if the swap was not applied for this entry, assume either it has already been applied or will be later.

Co-authored-by: sam <dasistkeinnamen@gmail.com>
2021-12-18 11:21:42 -05:00
Adam
8fa819d035 menu swapper: don't show default action if one isn't configured
Currently it is ambiguous if the configured action is the default action or there is no configured action because either way it prepends a * to the default op.

Co-authored-by: sam <dasistkeinnamen@gmail.com>
2021-12-18 11:21:38 -05:00
Adam
406ce7bd6b menu swapper: use menu callback for swap config
Co-authored-by: sam <dasistkeinnamen@gmail.com>
2021-12-18 11:21:29 -05:00
Owain van Brakel
d5a84f4a27 Merge pull request #3097 from Sundar-Gandu/master 2021-12-18 10:52:16 +01:00
Sundar-Gandu
4141f33bd6 Merge branch 'open-osrs:master' into master 2021-12-18 03:31:40 -05:00
Sundar-Gandu
288b644a14 modify menu entry after posting MenuEntryAdded event 2021-12-18 03:29:50 -05:00
Wayne Li
ffaa1cce1d clues: Fix some anagrams (#14486)
Fixed spellings and wordings are confirmed from wiki crowdsourced data.
2021-12-18 04:43:41 +00:00
ThatGamerBlue
bdd1e311c5 Merge pull request #3096 from JumpIfZero/rl-upstream-1812
project: upstream and API bump
2021-12-17 22:58:16 +00:00
JumpIfZero
50562bf611 project: bump versions 2021-12-18 00:41:53 +02:00