Commit graph

705 commits

Author SHA1 Message Date
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
Observer KRypt0n_
44d481ee84 Merge branch 'marie/fix-translation' into 'main'
Fix translation not working properly on some areas

See merge request KRypt0n_/an-anime-game-launcher!41
2022-02-10 14:56:22 +00:00
Maroxy
4fd4168f9c
Fix translation not working properly on some areas 2022-02-10 13:22:45 +01:00
Marie
7eff24095a Update notahuman shader to v6 2022-02-10 12:14:22 +00:00
Observer KRypt0n_
f2ae86acbc
Added 2.3.0 to the statistics archive 2022-02-09 19:17:19 +02:00
Observer KRypt0n_
56a6329544 Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher 2022-02-09 19:16:13 +02:00
Observer KRypt0n_
c70b54a10e
Added discord server statistics 2022-02-09 19:16:10 +02:00
Observer KRypt0n_
895bdfbb51 Merge branch 'main' into 'main'
add link to additional flatpak configuration info

See merge request KRypt0n_/an-anime-game-launcher!39
2022-02-09 16:55:22 +00:00
Laurin Neff
b58e48003a
add link to additional flatpak configuration info 2022-02-09 17:49:18 +01:00
Observer KRypt0n_
89b601652b Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher 2022-02-09 17:50:23 +02:00
Observer KRypt0n_
41260f3dfb
(probably) fixed issue with launcher's window not disappearing 2022-02-09 17:50:20 +02:00
Observer KRypt0n_
1e2db59089 Merge branch 'update-locales' into 'main'
Update Hungarian and Italian

See merge request KRypt0n_/an-anime-game-launcher!38
2022-02-08 17:10:00 +00:00
Marie
f3c62c9724 Update Game category title in italian locale 2022-02-08 17:08:52 +00:00
Marie
c4a82f9fc1 Update Hungarian and Italian 2022-02-08 17:02:07 +00:00
Observer KRypt0n_
1dfafd3da4
2.1.3
- updated dependencies

From previous commits:
- added Futex2 option for Wine synchronization settings
- fixed 100% CPU Usage lock on Discord RPC (!36)
- added borderless windows option (!35)
- reworked `enhancements` locales structure;
  added separate "Wine", "Game" and "Launcher" sections
  to the "Enhancements" settings
- added "Use terminal" option to run the wine command in a separate terminal window
- fixed `DXVK.apply()` compatibility with Wine-GE 7.* (b1c96039)
- updated Hungarian and Norwegian
- updated notahuman's shaders to v5 (!37)
- disabled terminal usage in flatpaks
2022-02-06 22:00:36 +02:00
Observer KRypt0n_
81ada46e80 Merge branch 'notahuman-shader-update' into 'main'
NotAHuman v5

See merge request KRypt0n_/an-anime-game-launcher!37
2022-02-06 19:14:58 +00:00
Maroxy
5be0d2c212
Add sed Command for NFAA file 2022-02-05 22:20:46 +01:00
Marie
ae085b858f Test SED 2022-02-05 21:13:01 +00:00
Marie
8a56e597dc Basics of Shader Update 2022-02-05 20:54:08 +00:00