Commit graph

18 commits

Author SHA1 Message Date
Observer KRypt0n_
f0b1b1d3f0
Updated Norwegian 2022-03-09 08:46:34 +02:00
Observer KRypt0n_
8a29d4a5b7
Patch settings changes
- patch section was moved under the general and now is a subsection like
  in wine/launcher settings in enhancements
- updated locales; added related French translations
2022-03-06 13:29:13 +02:00
Observer KRypt0n_
07b32adaae
Added Patch section to the settings menu
- removed excess sass styles
- added `Patch.revert()` method
2022-03-05 23:51:36 +02:00
Potato1682
6c5bcd7677 Add Japanese translation 2022-03-02 12:41:45 +00:00
Observer KRypt0n_
50a5c7bdfc
Updated Spain, Chinese and Norwegian 2022-02-21 22:27:46 +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_
ebe22485e6
Implemented files verification feature (!45) 2022-02-20 16:49:03 +02: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
SiHuan
24702074d2
add zh-cn translation 2022-02-20 20:28:59 +08: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
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_
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_
a97ecec4fe
Updated Hungarian and Norwegian 2022-02-05 18:44:00 +02:00
Observer KRypt0n_
7375c7436a
Several changes
- 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
2022-02-04 20:23:22 +02:00
Observer KRypt0n_
c70ff55093
Updated Norwegian and Russian, changed a bit settings order 2022-02-04 17:47:22 +02:00
Rattlehead15
7b5ac30cbe borderless window setting 2022-02-04 15:20:54 +00:00
Marie
af81e951c9 Add Norwegian locale 2022-02-03 20:53:48 +00:00