1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00
Commit Graph

76 Commits

Author SHA1 Message Date
7fcf515790 verify and fix config 2024-08-20 13:14:39 +03:00
4339753271 add aliases for FirstJoinSkinProvider 2024-08-20 13:13:32 +03:00
251fdce7ff allow to configure skin provider for first join skin fetching 2024-08-20 12:41:44 +03:00
84da16fae6 use System.currentTimeMillis() instead of Date.getTime() 2024-08-03 23:30:51 +03:00
82baf0b63e use neoforge gradle 2024-08-03 10:41:00 +03:00
6cf7d0c465 use fabric loom in common project 2024-08-01 18:00:45 +03:00
20feec931f formatting 2024-08-01 16:13:23 +03:00
f9aa3f664a add pack.mcmeta 2024-07-31 17:13:14 +03:00
9edbb21128 use multiloader template 2024-07-31 16:30:19 +03:00
7bceb0d5ed log "failed to fetch skin on first join" as warning 2024-07-16 19:53:27 +03:00
65957b61c5 fix concurrent modification 2024-07-16 19:51:45 +03:00
dirtTW
1dc1789fa4 Apply suggestions from code review
Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com>
2024-07-03 17:24:33 +07:00
dirtTW
85a0fa760b Update zh_tw.json 2024-07-03 17:13:57 +07:00
dirtTW
0a00b40655 Added Traditional Chinese (zh_tw.json)
Added Traditional Chinese translations
2024-07-03 17:11:34 +07:00
f98808583d add function to send effects for backporting 2024-07-03 01:48:13 +03:00
3ed9c67faa add timeout and proxy config 2024-07-02 12:14:30 +03:00
b6b10c1e9e move Translation to its own package 2024-07-02 01:26:39 +03:00
399636e1ae add ely.by provider 2024-07-02 01:24:40 +03:00
3e88781186 display error message in case of exception 2024-07-02 01:24:12 +03:00
686d659126 merge if 2024-07-02 00:44:49 +03:00
8f20c6a68a better display invalid provider error 2024-07-02 00:44:01 +03:00
dd3c5ac58d downscale icon 2024-07-02 00:43:36 +03:00
3e8463c4ce fix provider name in exception 2024-07-02 00:02:41 +03:00
ed8e961067 properly handle players with official textures in refresh 2024-07-02 00:01:48 +03:00
1b36f6465c make provider names constants and allow to not save applied skin 2024-07-02 00:01:00 +03:00
b1d2d1de7b rename action to subcommand 2024-07-01 23:06:58 +03:00
f7e486cd24 add refresh subcommand 2024-07-01 23:05:24 +03:00
0294661375 add reset subcommand 2024-07-01 22:44:19 +03:00
a555d61940 add proper minecraft textures parsing to MojangSkinProvider 2024-07-01 22:42:21 +03:00
a14f39a766 do not create skin directory when migrating if not needed 2024-07-01 20:05:21 +03:00
952ec5b669 fix not creating parent directory on file write 2024-07-01 20:05:03 +03:00
d474c7902f store original skin value when setting skin 2024-07-01 20:04:01 +03:00
b3c4340b89 allow to delete skin from disk and remove skin without saving 2024-07-01 18:53:34 +03:00
ca55fe845d use java nio api for files 2024-07-01 18:44:29 +03:00
8280c501cf dont make empty provider context manually 2024-07-01 18:17:18 +03:00
baa9a93386 dont fetch skin on first join for online servers 2024-07-01 18:15:44 +03:00
2389b774e7 update saved skin condition 2024-07-01 18:14:25 +03:00
af72f3eefd fix player unmounted on client side 2024-07-01 18:10:55 +03:00
aa8086c417 fix folder migration 2024-07-01 15:13:46 +03:00
a4b4297af2 use custom type to store skins 2024-07-01 15:13:20 +03:00
a50c6e431c refactor creating player component into function 2024-07-01 11:00:20 +03:00
639901667f add empty skin provider 2024-07-01 10:41:15 +03:00
4969d171b7 implemented SkinProviderRegistry to store providers 2024-06-30 17:04:15 +03:00
299601998d replace single quotes with double quotes in groovy 2024-06-30 14:50:37 +03:00
845c13dca5 add loading and no changes response to command 2024-06-30 14:26:07 +03:00
cd7e8c58c9 do not process directories for skin directory migration 2024-06-30 14:25:00 +03:00
d4746fcc0c add fallback en_us translation 2024-06-30 14:24:23 +03:00
56f05f5a88 add configuration 2024-06-30 11:55:40 +03:00
9b4406d840 use immutable map for translation 2024-06-30 10:41:18 +03:00
45840e0418 load translation from lang files 2024-06-30 09:47:34 +03:00