Commit graph

744 commits

Author SHA1 Message Date
Observer KRypt0n_
6c1dbb9f0d Merge branch 'add-norwegian' into 'main'
Add Norwegian locale

See merge request KRypt0n_/an-anime-game-launcher!34
2022-02-03 20:57:22 +00:00
Marie
b371baee72 Add Norwegian to I18N 2022-02-03 20:56:04 +00:00
Marie
af81e951c9 Add Norwegian locale 2022-02-03 20:53:48 +00:00
Observer KRypt0n_
791614bdcd
Added Futex2 option for Wine synchronization settings 2022-02-03 22:25:05 +02:00
Observer KRypt0n_
48f67d461a
Updated launcher version in readme 2022-02-03 17:33:26 +02:00
Observer KRypt0n_
7646731470
2.1.2 (2)
- actually fixed the problem with Chinese voice package
2022-02-03 17:23:53 +02:00
Observer KRypt0n_
a4a1d3501e
2.1.2
- added `latest.log` file generation, changed log files naming

From previous commits:
- fixed chinese voice data installation (!33)
- don't attempt to edit /etc/hosts or use pkexec when running as flatpak (!31)

From beta-1:
- fixed compatibility issues with patch repos
2022-02-03 17:12:55 +02:00
Observer KRypt0n_
b30c2276ef Merge branch 'chinese-fix' into 'main'
What's zn-cn? Fix Chinese Voice Pack

See merge request KRypt0n_/an-anime-game-launcher!33
2022-02-03 14:33:08 +00:00
Marie
7fad110680 What's zn-cn 2022-02-03 14:03:26 +00:00
Observer KRypt0n_
a625213652 Merge branch 'fix-sed-command' into 'main'
Fix sed command for Flatpak users

See merge request KRypt0n_/an-anime-game-launcher!32
2022-02-02 21:19:43 +00:00
Marie
e77fb91382 Fix sed command for Flatpak users due to new lines 2022-02-02 21:17:36 +00:00
Observer KRypt0n_
c3dfc6b9bd
Added roadmap goal 2022-02-02 22:55:29 +02:00
Observer KRypt0n_
571143afd8
2.1.2-beta1
Fixed compatibility issues with patch repos
2022-02-02 22:54:10 +02:00
Observer KRypt0n_
b75e389739 Updated installation links in readme 2022-02-02 11:23:35 +00:00
Observer KRypt0n_
d806e82ab3 Merge branch 'main' into 'main'
Don't attempt to edit /etc/hosts or use pkexec when running as flatpak

See merge request KRypt0n_/an-anime-game-launcher!31
2022-02-02 06:41:19 +00:00
Laurin Neff
b6542a6a4b
don't attempt to edit /etc/hosts or use pkexec when running as flatpak 2022-02-01 22:55:51 +01:00
Observer KRypt0n_
58c2b71594 Merge branch 'update-readme' into 'main'
Add Flatpak, Provide link to pacstall's site

See merge request KRypt0n_/an-anime-game-launcher!30
2022-02-01 20:15:49 +00:00
Marie
0aa2f3518f Add Flatpak, Provide link to pacstall's site 2022-02-01 12:38:54 +00:00
Observer KRypt0n_
147aed82df
2.1.1
- fixed patch applying issue
2022-01-31 22:43:36 +02:00
Observer KRypt0n_
2cfc8b51d1
Fixed (?) yes yes input piping in patch applying 2022-01-31 22:16:24 +02:00
Observer KRypt0n_
e319099c1e
Fixed patch applying 2022-01-31 22:09:05 +02:00
Observer KRypt0n_
be569219f3
Changed app title 2022-01-31 10:02:05 +02:00
Observer KRypt0n_
210c995368
Updated readme 2022-01-30 23:01:44 +02:00
Observer KRypt0n_
3083f0f4ce
2.1.0
- changed application id
- implemented !28
- changed a bit config file structure

From previous commits:
- ping command check before telemetry check (!23)
- updated empathize version;
  due to it was removed `Launcher.isPackageAvailable()` method
  which now included in empathize as `Package.exists()`
- `Game.isTelemetryDisabled()` now rejects an Error object
  when `iputils` package (`ping` command) is not installed
- due to the change above was slightly rewritten `Launch.ts` script
- added automatic default language selection
- added `Locales.system()` method to get
  launcher-supported locale based on the `$LANG` env variable
- use polkit/pkexec instead of removing sudo section (!26)
- blured everything that should be blured in the launcher pics
- added blank analytics window
- removed `components.sass` file;
  its content was moved to `settings.sass`
- improved `Button` component
- added `constants.uri.discord` and
  `constants.placeholders.uppercase.company_alterego` fields
- added proper windows centering
- added Hungarian
- added `wine-ge 7.1-1` and `proton-ge 7.1-(1/2)` to the runners list
- `wine-ge 7.1-1` now is the default runner to install during the game's installation
- small conspiracy changes
- fixed actions execution issues in the launcher's core libraries
- added virtual desktop option (!28)
- added ToS violation warning window
- added additional IPC pull purging during the start of the launcher

From 2.1.0-beta1:
- moved launcher on empathize
- added some links to the end of the settings menu
- updated notahuman's shaders to v4
- added localizations for notifications
- fixed possible errors in `Locales.bind()` method
- added `Locales.translate()` method to translate something
- added DXVK 1.9.4 and made it default;
  DXVK 1.8 and 1.8.1 now aren't recommended
- added Indonesian
- added Wine synchronization option in settings
  that can accept None, ESync or FSync
- added `xdelta3` package existing checking before patch applying;
  also added an error notification when patch repos are not available
- `cache.json` file was renamed to `.cache.json`
- `Patch.fetchTimeout` was increased up to 5 seconds from 3 seconds
- fixed *possible* issue with `Locales.default()` method:
  before, if you've been passing there a language to set as default,
  it wasn't returning properly
- added notification when all the patch repos are not available
2022-01-30 22:48:34 +02:00
Observer KRypt0n_
a2b2cbf14d
Small change in splash screen opening timing 2022-01-30 21:35:06 +02:00
Observer KRypt0n_
0868bf13ef
Added ToS violation warning window
- also added additional IPC pull purging during the start of the launcher
2022-01-30 21:33:12 +02:00
Observer KRypt0n_
081a330830
Fixed actions execution issues in the launcher's core libraries 2022-01-30 20:45:38 +02:00
Observer KRypt0n_
6257c7fab4 Merge branch 'marie/add-virtual-desktop' into 'main'
Add Virtual Desktop option

See merge request KRypt0n_/an-anime-game-launcher!28
2022-01-30 18:30:53 +00:00
Maroxy
e6937c49dd
Add VD text to Indonesian locale(Untranslated) 2022-01-30 18:59:58 +01:00
Maroxy
1290d3d632
Italian translation for VD added 2022-01-30 18:59:28 +01:00
Maroxy
554a97b104
Fix misplacement of translation category 2022-01-30 18:39:35 +01:00
Maroxy
b81f83a1b0
Hungarian translations for VD added 2022-01-30 18:34:47 +01:00
Maroxy
0f3097bba7
Spanish translation for VD added 2022-01-30 18:03:58 +01:00
Maroxy
31b5e7b1f9
Make VD disable AMD FSR 2022-01-30 17:40:58 +01:00
Maroxy
0c752de182
Fix checkbox not updating config
if valueChanged was a function Configs.set would not update the config
2022-01-30 17:39:29 +01:00
Maroxy
206221ebac
Russian translation for VD added 2022-01-30 17:20:13 +01:00
Maroxy
7659aa7a1a
French Translation for VD added 2022-01-30 16:59:15 +01:00
Maroxy
6f8344d9d8
Add German and Uwu Translation 2022-01-30 16:51:36 +01:00
Maroxy
cb46dbc8e8
Add Virtual Desktop as an Option 2022-01-30 16:49:01 +01:00
Observer KRypt0n_
45c152a642 Merge branch 'main' of https://gitlab.com/KRypt0n_/an-anime-game-launcher 2022-01-30 16:26:22 +02:00
Observer KRypt0n_
b1356d9fec
Small conspiracy changes 2022-01-30 16:26:20 +02:00
Observer KRypt0n_
721f19174f Merge branch 'Marie/small-changes' into 'main'
Small Changes

See merge request KRypt0n_/an-anime-game-launcher!27
2022-01-30 12:37:13 +00:00
Marie
90320e86f1 Small Changes 2022-01-30 12:37:13 +00:00
Observer KRypt0n_
51e6d19a74
Added wine-ge 7.1-1 and proton-ge 7.1-(1/2) to the runners list
`wine-ge 7.1-1` now is the default runner to install during the game's installation
2022-01-30 14:32:28 +02:00
Observer KRypt0n_
891433fab8
Fixed Hungarian YAML markup 2022-01-30 14:19:40 +02:00
Observer KRypt0n_
acaca2e38c
Changed locales order 2022-01-30 14:10:19 +02:00
Observer KRypt0n_
318733f10e
Updated Hungarian 2022-01-30 14:09:00 +02:00
Observer KRypt0n_
22498401a5
Updated French, added blank Hungarian 2022-01-30 13:10:06 +02:00
Observer KRypt0n_
425c7f4db0
Several changes
- added blank analytics window
- added roadmap goal
- removed `components.sass` file;
  its content was moved to `settings.sass`
- updated Spain and Italian
- made preparations for tos violation warning window
- improved `Button` component
- added `constants.uri.discord` and
  `constants.placeholders.uppercase.company_alterego` fields
- updated empathize version, added proper windows centering
2022-01-30 01:18:41 +02:00
Observer KRypt0n_
ba1350c512
Blured everything that should be blured in the launcher pics 2022-01-29 20:36:45 +02:00