Commit graph

1166 commits

Author SHA1 Message Date
Observer KRypt0n_
824da89578
Merge pull request #84 from cybik/xdg-nit
Use open library for xdg
2023-03-05 22:42:32 +02:00
Renaud Lepage
e1e53d4b49 xdg open 2023-03-05 20:31:12 +00:00
Observer KRypt0n_
7c6a559f81
fix(ui): fixed titlebar behavior on some DEs
https://github.com/an-anime-team/an-anime-game-launcher/issues/80
2023-03-05 15:39:44 +02:00
zeGolem
1eff74489a
feat(i18n): Added french translations (#81)
This commit adds the translation and registers the language in the code,
so that french translations show up in the launcher.

This translation, though not perfect should be understandable to most
French speakers :) If you have any comments or suggestion, feel free to
leave them here!
2023-03-05 13:43:52 +01:00
Marie
d259940e95
feat: update de translation 2023-03-05 11:56:59 +01:00
Observer KRypt0n_
f8c457b699 feat(ui): moved integer scaling, fsr and nis into separate group in gamescope settings
FSR, NIS and Integer scaling got separate "upscaling" section in gamescope settings.
As well were added descriptions so users can actually
know what e.g. integer scaling is
2023-03-05 12:52:19 +02:00
Marie
57d9210560
feat: add de translation for repair game function 2023-03-05 10:05:35 +01:00
caem
facc3882c6
chore: Update link to the documentation (#72)
Still pointed to the wiki at the old gtk repository. Also made the sentence a little more concise.
2023-03-05 00:06:56 +01:00
Observer KRypt0n_
3c7eba4d79
feat: added game repairing function 2023-03-05 00:16:17 +02:00
Observer KRypt0n_
e008a97822
feat(i18n): changed default language from en to en-us
More like style change because it anyway is being replaced at app start
2023-03-04 23:28:52 +02:00
Observer KRypt0n_
f109454cb7 fix(i18n): forced format_lang to return regions for language codes
Standard German language code is `de` but game API requires it to be `de-de`.
With this change formatted locales always will have
region so always will fit game requirements
2023-03-04 23:24:39 +02:00
Marie
da7540ba4b
chore(readme): fix flatpak id in install section 2023-03-04 20:50:24 +01:00
Observer KRypt0n_
e475fa9d89
3.0.1 2023-03-04 19:41:27 +02:00
Observer KRypt0n_
e6c99ba59c
feat(ui): temporary hidden repair game button
Marked as planned to be done in 3.1.0
2023-03-04 19:36:50 +02:00
Observer KRypt0n_
3ccd66aa74
fix(ui): fixed background picture updating on "update background" switch disabled 2023-03-04 19:32:56 +02:00
Observer KRypt0n_
714c4758d0
chore(core): updated SDK 2023-03-04 19:19:14 +02:00
Observer KRypt0n_
24c8f7fb7c
feat(core): updated core library & sdk, changed game running mechanism
New core library version contain updated voice packages sizes
for more precise versioning

New SDK version's `game::run()` function freezes thread
so now game launching should work better
2023-03-04 18:48:41 +02:00
Marie
f11b527e8d
add(desktop): Required for flatpak 2023-03-04 15:02:05 +01:00
Observer KRypt0n_
820fb1bfd1
3.0.0 2023-03-04 15:44:28 +02:00
Observer KRypt0n_
391e064c31
chore: changed link from gtk to default 2023-03-04 15:32:38 +02:00
Observer KRypt0n_
12f2876f7f chore: updated repository related stuff 2023-03-04 15:26:49 +02:00
Marie
dd8036db14
upd(buildnup.yml): fixed submodules 2023-03-04 14:06:03 +01:00
Observer KRypt0n_
f3e6b29446
chore(core): updated SDK with new wine versions 2023-03-04 14:37:02 +02:00
Observer KRypt0n_
5075588f6a
fix(ui): changed some icons names to -symbolic variants 2023-03-04 13:54:18 +02:00
Observer KRypt0n_
69f717e880 Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 2023-03-04 12:08:29 +02:00
Observer KRypt0n_
3a51768baa
chore: changed app id
As part of launchers' unification process we decided to get rid of both neutralino and gtk versions
and release Relm4 version as default and only one with its own id
2023-03-04 12:08:27 +02:00
Marie
a200fe0ed5
feat(i18n): translate discord text into de 2023-03-02 22:21:09 +01:00
Observer KRypt0n_
3f6fe2b847
feat(ui): added experimental discord rpc support 2023-03-02 22:31:35 +02:00
Marie
80a2c6eedc
feat(i18n): add de translations for gamescope 2023-03-02 18:08:52 +01:00
Observer KRypt0n_
84683ded86
feat(ui): added gamescope settings support
Added gamescope settings support. As well made gamemode and gamescope switches
non-sensitive if needed packages aren't installed
2023-03-02 15:31:21 +02:00
Observer KRypt0n_
ec30411ef8
feat: added app launch flags
Added `--run-game` and `--just-run-game` flags which can be used to run the game

1st will launch the game if launcher state is `Launch`.
Otherwise launcher window will appear

2nd will launch the game on `Launch` state,
as well as on `PredownloadAvailable` and `PatchAvailable(Patch::NotAvailable)`.

As well process stopping was changed by proper app exiting
by calling `relm4::main_application().quit()`
2023-03-01 23:47:34 +02:00
Observer KRypt0n_
f74d67a5e5 Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 2023-03-01 20:11:42 +02:00
Observer KRypt0n_
38c2532f49
fix: added regions to SUPPORTED_LANGUAGES
This fixes error related to background picture loading
2023-03-01 20:11:41 +02:00
Marie
f87248d5d4
feat(i18n): translate menu items into de 2023-03-01 19:04:13 +01:00
Observer KRypt0n_
f465e2052b
feat(i18n): added menu items translation 2023-03-01 19:58:13 +02:00
Observer KRypt0n_
9d98f2890d
feat(ui): added backgrounds to main window buttons
Before they were transparent and e.g. settings button was nearly invisible
2023-03-01 19:48:02 +02:00
Observer KRypt0n_
6ab0423579 Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 2023-03-01 18:59:02 +02:00
Observer KRypt0n_
5ae39efbac
fix(ui): fixed background picture updating 2023-03-01 18:59:00 +02:00
Marie
9f3288010b
feat: Translate de voice package error 2023-02-28 22:19:28 +01:00
Observer KRypt0n_
7d080fcdf4
fix: fixed mistake in the previous commit
I'm such a clown lol
2023-02-28 23:04:25 +02:00
Observer KRypt0n_
a3aad7a2f4
fix: fixed (?) error on deleting non-installed voice package
I didn't test this but I think it should work lol
2023-02-28 22:52:18 +02:00
Observer KRypt0n_
8935e566d9 Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 2023-02-28 22:42:11 +02:00
Observer KRypt0n_
f5231fe637
feat: added voice packages selection to settings 2023-02-28 22:42:08 +02:00
Marie
138a4e06b9
feat: Add predownload-update translation to de 2023-02-27 22:53:53 +01:00
Observer KRypt0n_
6cc5b26561
fix: added progress bar hiding after update predownloading
As well were added proper sensitivity and css classes depending on downloading status
2023-02-27 23:44:07 +02:00
Observer KRypt0n_
f31e31ef81
feat: added update predownloading support 2023-02-27 23:19:25 +02:00
Observer KRypt0n_
14859e3e59 Merge branch 'main' of https://github.com/an-anime-team/an-anime-game-launcher-relm4 2023-02-27 20:43:38 +02:00
Observer KRypt0n_
08004a892b
feat: added translators credits to about window 2023-02-27 20:43:35 +02:00
Marie
20ab0d648b
feat(i18n): Correct first_run translation for de 2023-02-27 14:34:08 +01:00
Marie
7e184688fa
feat(i18n): Add de translations for environment page 2023-02-27 14:33:22 +01:00