Observer KRypt0n_
50a5c7bdfc
Updated Spain, Chinese and Norwegian
2022-02-21 22:27:46 +02:00
Observer KRypt0n_
29cc12d698
Merge branch 'matteorizzello00-main-patch-37519' into 'main'
...
Update it-it.yaml
See merge request KRypt0n_/an-anime-game-launcher!48
2022-02-21 20:17:11 +00:00
Matteo Rizzello
71449b7c3b
Update it-it.yaml
2022-02-21 18:15:08 +00:00
Observer KRypt0n_
5c96dc5d3c
Removed some useless stuff
2022-02-20 21:14:30 +02:00
Observer KRypt0n_
7929e6fab8
Minor changes
...
- added Chinese socials support for `Launcher.getSocial()`
- updated French
- `constants.api` field now public
2022-02-20 21:06:12 +02:00
Observer KRypt0n_
b1f5e237f8
Changed game integrity checking feature
...
- said button was moved to the settings
- fixed launcher state updating in some cases
2022-02-20 20:48:58 +02:00
Observer KRypt0n_
5d75bd51d6
Fixed(?) logs auto-deletion
2022-02-20 19:17:02 +02:00
Observer KRypt0n_
474364fee1
Removed test telemetry notification before game launching
2022-02-20 19:01:25 +02:00
Observer KRypt0n_
0e127815f9
Updated Spanish and French
2022-02-20 18:33:46 +02:00
Observer KRypt0n_
cbe542e995
Improved integrity checking, added pause/resume button
2022-02-20 18:28:02 +02:00
Observer KRypt0n_
40ed431438
Removed temp button
2022-02-20 16:51:04 +02:00
Observer KRypt0n_
ebe22485e6
Implemented files verification feature ( !45 )
2022-02-20 16:49:03 +02:00
Observer KRypt0n_
f80399bb55
Fixed missing Chinese locale
2022-02-20 15:00:26 +02:00
Observer KRypt0n_
169c03ab47
Updated Chinese
2022-02-20 14:52:11 +02:00
Observer KRypt0n_
0f3693d849
Merge branch 'marie/integrity' into 'main'
...
Add file integrity/verification
See merge request KRypt0n_/an-anime-game-launcher!45
2022-02-20 12:50:00 +00:00
Observer KRypt0n_
01880e8793
Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher
2022-02-20 14:47:02 +02:00
Observer KRypt0n_
d1ebf567b7
Added generic types for Locales.translate()
2022-02-20 14:46:58 +02:00
Maroxy
e1ebc8ff2e
Add Locales for chinese
2022-02-20 13:40:58 +01:00
Maroxy
836faa38ec
Merge branch 'main' into marie/integrity
2022-02-20 13:39:48 +01:00
Maroxy
7327231c04
Add Downloading of mismatched files
...
Add Locales
2022-02-20 13:39:14 +01:00
Observer KRypt0n_
b3e4aee22b
Merge branch 'main' into 'main'
...
add zh-cn translation
See merge request KRypt0n_/an-anime-game-launcher!46
2022-02-20 12:34:02 +00:00
SiHuan
24702074d2
add zh-cn translation
2022-02-20 20:28:59 +08:00
Observer KRypt0n_
2eb2c98637
Fixed defaultSettings.ts
work
2022-02-20 13:33:11 +02:00
Observer KRypt0n_
37a6e16e2c
Updated roadmap goals
2022-02-20 13:31:37 +02:00
Observer KRypt0n_
75f2ad66ed
Added initial Chinese game version support
...
- added `zh-cn` locale
- added `server` field to `config.yaml` file that indicates
currently using game server - `global` or `cn`
its default value is based on the system language
- `constants.paths.gameDataDir` returns path based on `server` config property
- `constants.placeholders.uppercase.full` was changed to an object:
+ global: <global game name>
+ cn: <cn game name>
- in `constants.uri.*` changed second fields:
+ api
+ telemetry
they're following the same format as `full` placeholder
- `constants.versionsUri()` and
`constants.backgroundUri()` are functions now
their output depends on server you're passing as a parameter
- added `Game.server` field (global / cn)
- `PatchInfo` type now contains `server` field
- `Patch.getPatchInfo()` also depends on `Game.server` value
- reworked `Background.get()` method to support cn game api
2022-02-20 13:29:06 +02:00
Maroxy
e47dd445a5
Add Voice Pack checking
2022-02-20 11:14:27 +01:00
Maroxy
6be07994cc
Change handling of Integrity button in State
2022-02-20 11:13:18 +01:00
Maroxy
4cd514457c
Make langs public in Voice
2022-02-20 11:12:35 +01:00
Observer KRypt0n_
800dee183a
Updated uwu and Italian
2022-02-20 10:50:33 +02:00
Observer KRypt0n_
3abd53753d
Small code style changes
2022-02-20 08:26:44 +00:00
Maroxy
ab5cf4e658
Fix accidental state change for predownload
2022-02-20 04:57:47 +01:00
Maroxy
f05d25b021
Add basic file integrity checking
...
- Uses md5sum and awk to get it from command
- Adds button for checking integrity only if launch ready
- Skips UnityPlayer if patched
2022-02-20 04:52:34 +01:00
Observer KRypt0n_
e0a093237d
2.2.0 (pre-release 2)
...
- added analytics window
- reworked `Checkbox`'s `tooltip` property
- added `LeftCheckbox` component
- added `constants.uri.analytics` field
- updated French and Hungarian
2022-02-19 21:24:26 +02:00
Observer KRypt0n_
6d54a53d5e
Updated patch status and usage statistics
2022-02-19 17:26:04 +02:00
Observer KRypt0n_
195220d7e0
2.2.0 (pre-release)
...
* This version will be released after
all the locales will be updated
- added `HDiffPatch` class to work with HDiffPatch (https://github.com/sisong/HDiffPatch )
- added 2 new launcher states
+ game-files-changes-applying-required
+ game-outdated-files-deletion-required
- added `.hdiff` files changes applying
- updated dependencies
From previous commits:
- fixed an issue with log files' name generation
It seems that on some specific file systems(?) `stat -c '%W' <file>`
returns `0` as a file creation timestamp
- updated Italian
2022-02-19 17:06:08 +02:00
Observer KRypt0n_
e49115c936
Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher
2022-02-17 22:21:00 +02:00
Linos Torvolds
6213cd04c0
Update README.md
2022-02-17 22:20:11 +02:00
Observer KRypt0n_
b09748ab81
Merge branch 'matteorizzello00-main-patch-34939' into 'main'
...
Update it-it.yaml
See merge request KRypt0n_/an-anime-game-launcher!44
2022-02-17 17:28:40 +00:00
Matteo Rizzello
c75aac0e7c
Update it-it.yaml
2022-02-17 17:26:22 +00:00
Observer KRypt0n_
18b2fe1d57
apt-get was changed to apt
2022-02-17 18:36:24 +02:00
Observer KRypt0n_
505f8d16b8
Fixed an issue with log files' name generation
...
It seems that on some specific file systems(?) `stat -c '%W' <file>`
returns `0` as a file creation timestamp
2022-02-17 18:29:10 +02:00
Observer KRypt0n_
1c944a3d86
2.1.5
...
- updated pictures and statistics
- removed `constants.getPatchUri()` function
- reworked `Patch/Stream` class to use `git clone` and `git pull` instead of
downloading repository archive
- fixed patch applying issue (!43 )
2022-02-16 15:43:24 +02:00
Observer KRypt0n_
2b7498ce3b
Merge branch 'fix-test-patch' into 'main'
...
Fix test patching
See merge request KRypt0n_/an-anime-game-launcher!43
2022-02-16 12:09:40 +00:00
Marie
1ab7e0f549
Fix test patching
2022-02-16 12:09:40 +00:00
Observer KRypt0n_
f6c3e48bda
Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher
2022-02-16 09:25:10 +02:00
Observer KRypt0n_
086e502f12
2.1.4
...
- updated dependencies, statistics and pictures
- dxvk and runners list now stored in yaml format
- added new wine versions;
made `Wine-GE 7.2-2` the default one
2022-02-16 09:24:28 +02:00
Observer KRypt0n_
80a6c140c0
Merge branch 'main' into 'main'
...
Update Indonesian Translation
See merge request KRypt0n_/an-anime-game-launcher!42
2022-02-14 21:08:14 +00:00
mciicrw
3ea907fa2c
translated title phrases thanks to friend
2022-02-14 12:52:46 +07:00
mciicrw
5416be6d19
update indonesian translation
2022-02-14 12:31:28 +07:00
Observer KRypt0n_
f998cb92d2
Merge branch 'shader-update' into 'main'
...
Update notahuman shader to v6
See merge request KRypt0n_/an-anime-game-launcher!40
2022-02-10 14:56:36 +00:00