Commit graph

176 commits

Author SHA1 Message Date
Observer KRypt0n_
d7aceb82bf
1.6.1
- fixed mfc140 extraction
2023-06-07 15:36:45 +02:00
Observer KRypt0n_
9e18ba7e24
Several changes
- added `components::mfc140` to install mfc140 in games where it's needed
- renamed `WincompatlibWine` to `UnifiedWine`;
  implemented new traits
- removed `Serialize` & `Deserialize` derives from `LauncherState`-s
- added `Mfc140NotInstalled` and `CorefontsNotInstalled` states for PGR
2023-06-07 14:24:41 +02:00
Observer KRypt0n_
5526e5df93
fix(pgr): fixed game launching command 2023-05-30 21:00:27 +02:00
Observer KRypt0n_
2b360bafed
1.5.2
- implemented  new core library for PGR
2023-05-28 18:42:20 +02:00
Observer KRypt0n_
570961dceb
1.5.0
- added PGR support
2023-05-27 20:11:39 +02:00
Observer KRypt0n_
828fb17a31
1.4.6
- updated core library
2023-05-24 22:51:07 +02:00
Observer KRypt0n_
af03ab65d4
1.4.5
- added option to disable main genshin patch
- updated core library
2023-05-24 21:35:49 +02:00
Observer KRypt0n_
2490641aae
1.4.4
- disabled xlua patch applying by default
2023-05-24 20:44:39 +02:00
Observer KRypt0n_
f95dd8dea6
fix(genshin): updated fps unlocker data 2023-05-24 16:53:51 +02:00
Observer KRypt0n_
62e31155f2
1.4.2
- removed `Fsr::Default`
2023-05-22 22:43:56 +02:00
Observer KRypt0n_
2058196de9
fix: fixed proton builds integration with sandbox 2023-05-22 22:20:14 +02:00
Observer KRypt0n_
09e883c548
fix: fixed compatibility between sessions manager and sandbox 2023-05-21 21:41:20 +02:00
Observer KRypt0n_
f865af791e
feat: implemented use of wine shared libraries settings 2023-05-21 21:00:58 +02:00
Observer KRypt0n_
911af1f635
feat: initial enhancement settings rework
- removed Futex2
- added setting of `LC_ALL` in wine lang setting
- enabled fsr by default
- added support of fsr qualities
- added initial support of wine shared libraries
2023-05-21 20:26:18 +02:00
Observer KRypt0n_
1ecc5ec822
1.4.0
- updated core library, got rid of `GameEdition::current()`
2023-05-21 11:33:07 +02:00
Observer KRypt0n_
72f2c9699b
refactor: reworked f6a142fd1c 2023-05-20 16:04:50 +02:00
Observer KRypt0n_
e1f864c7fb Merge branch 'main' of https://github.com/an-anime-team/anime-launcher-sdk 2023-05-20 15:58:24 +02:00
Observer KRypt0n_
673decfbd3
1.3.0 2023-05-20 15:58:22 +02:00
Observer KRypt0n_
cf78f39156
Merge pull request #3 from fnr1r/main
fix(genshin): make sure dirs exist bef. sandboxing
2023-05-18 19:19:56 +02:00
Observer KRypt0n_
920f55dff3
feat(honkai): disable mfplat patch by default
Game should work fine without this patch with wine 8+
which is recommended to use by default
2023-05-18 14:40:26 +02:00
Observer KRypt0n_
ccfbd5f22a 1.2.3
- apply selected session before launching the game
2023-05-16 12:10:17 +02:00
fnrir
f6a142fd1c fix(genshin): make sure dirs exist bef. sandboxing 2023-05-15 18:44:45 +02:00
Observer KRypt0n_
f2efb2c8bf
1.2.2
- fixed honkers/hsr compatibility
2023-05-06 14:50:34 +02:00
Observer KRypt0n_
f7bddd1d2f
1.2.1
- added automatic current session updating on the game launch
2023-05-05 16:34:42 +02:00
Observer KRypt0n_
7e7db30de4
1.2.0
- added sessions manager
2023-05-05 14:49:37 +02:00
Observer KRypt0n_
7ba4b13c04
refactor: moved game-related stuff into the games folder 2023-05-05 11:41:24 +02:00
Observer KRypt0n_
4169e90225
1.1.6
- partially fixed sandboxed game running
  will require a bit more stuff to do in future to fix
  other compatibility issues
2023-05-04 14:38:50 +02:00
Observer KRypt0n_
fb775feff6
1.1.5
- added patch repositories mirrors
2023-05-04 12:58:44 +02:00
Marie
4144faf0cd
Update discord_rpc.rs 2023-05-02 19:01:40 +02:00
Observer KRypt0n_
b7ee7e6318 Merge branch 'main' of https://github.com/an-anime-team/anime-launcher-sdk 2023-05-01 20:26:50 +02:00
Observer KRypt0n_
258bd9be14
1.1.3
- added hsr's patch repo url
2023-05-01 20:25:18 +02:00
Observer KRypt0n_
3b1bae948d 1.1.3
- added `LAUNCHER_FOLDER` variable support
2023-04-28 16:20:04 +02:00
Observer KRypt0n_
b178f1050a
1.1.2
- fixed wine features parsing
2023-04-25 18:30:02 +02:00
Observer KRypt0n_
b4a03a5cd0
1.1.1
- fixed hsr's launch file name
2023-04-25 17:56:30 +02:00
Observer KRypt0n_
e640dd9c60
feat(star-rail): implemented multi-regional patch support 2023-04-23 11:05:47 +02:00
Observer KRypt0n_
4de34eaa98
refactor: removed excess line 2023-04-23 10:10:45 +02:00
Observer KRypt0n_
d9e1f61ede
feat(star-rail): added multi-edition support 2023-04-23 09:53:30 +02:00
Observer KRypt0n_
f322763197
feat(star-rail): removed unused patch.apply_xlua property 2023-04-23 00:15:34 +02:00
Observer KRypt0n_
ed246f079b
feat(star-rail): added initial HSR support 2023-04-22 23:31:00 +02:00
Observer KRypt0n_
c72815e906
1.0.12
- updated honkers's patch work
2023-04-18 21:42:58 +02:00
Observer KRypt0n_
9858290240
1.0.11
- fixed `Config::get_wine_prefix_path` proton path resolving
2023-04-18 17:28:30 +02:00
Observer KRypt0n_
204369158e
1.0.10
- got rid of `wine.files.winecfg` field
2023-04-18 16:41:35 +02:00
Observer KRypt0n_
ad6825d520
fix: added small workaround for proton wine builds 2023-04-18 16:39:27 +02:00
Observer KRypt0n_
a4c8823bb3
1.0.9
- used `Config::get_wine_prefix_path` in state updates
2023-04-18 15:48:01 +02:00
Observer KRypt0n_
b86ec8eb55
1.0.8
- added `Config::get_wine_prefix_path` method
2023-04-18 15:24:40 +02:00
Observer KRypt0n_
2a8272c1af
1.0.6
- fixed honkers sandbox launching
2023-04-17 15:31:02 +02:00
Observer KRypt0n_
3505a2ef55
feat: added sandbox.args and sandbox.mounts.symlink 2023-04-17 15:27:00 +02:00
Observer KRypt0n_
5d4e541db4
1.0.4
- fixed game running issue if you have spaces in paths
2023-04-17 11:23:19 +02:00
Observer KRypt0n_
fdef611ea9
feat(honkai): added mfplat patch 2023-04-17 00:52:35 +02:00
Observer KRypt0n_
b1255ff965
fix(honkai): fixed launcher pup-up on game launching 2023-04-16 22:31:25 +02:00
Observer KRypt0n_
76a38c5753
feat(genshin): removed patch repo mirror 2023-04-16 21:21:36 +02:00
Observer KRypt0n_
979ca46f5b
1.0.2
- fixed telemetry checking at game launching
2023-04-16 19:41:26 +02:00
Observer KRypt0n_
1d56514b71
1.0.1
- fixed config file parsing
2023-04-16 17:36:39 +02:00
Observer KRypt0n_
dce52f0d0d
style: updated comment 2023-04-16 16:05:35 +02:00
Observer KRypt0n_
6d7080fbde
feat: added mounts to sandboxing 2023-04-16 14:09:53 +02:00
Observer KRypt0n_
921e071763
feat: implemented new telemetry checking 2023-04-16 12:19:38 +02:00
Observer KRypt0n_
680e9a13cf
fix(genshin): returned back telemetry check 2023-04-16 12:05:31 +02:00
Observer KRypt0n_
c254e1966d
feat: added game sandboxing 2023-04-16 12:04:27 +02:00
Observer KRypt0n_
d6434a201c
feat: added sandbox config 2023-04-16 10:20:27 +02:00
Observer KRypt0n_
ef80004f4b
fix(honkai): fixed game launch script name 2023-04-15 18:58:26 +02:00
Observer KRypt0n_
e58b2e2e5c
feat: added patch integration 2023-04-15 16:24:57 +02:00
Observer KRypt0n_
2a643f9639
feat(honkai): fixed honkers compatibility 2023-04-15 12:51:36 +02:00
Observer KRypt0n_
4e835d8e33
feat(genshin): removed use of Fps enum for unlocker options 2023-04-15 12:47:25 +02:00
Observer KRypt0n_
7ed5457174
feat(genshin): improved compatibility 2023-04-15 12:19:39 +02:00
Observer KRypt0n_
4314d30d25
feat(genshin): improved genshin compatibility 2023-04-15 11:59:19 +02:00
Observer KRypt0n_
dc0cf7c722
fix: fixed game.path config value for honkers 2023-04-14 22:10:41 +02:00
Observer KRypt0n_
0671c8aad9
fix: fixed Config::get call 2023-04-14 22:10:20 +02:00
Observer KRypt0n_
3e7f38f210
feat: added game and discord_rpc to honkers feature 2023-04-14 21:13:48 +02:00
Observer KRypt0n_
db0f7238f8
feat: improved overall code flexibility 2023-04-14 19:16:49 +02:00
Observer KRypt0n_
427de5e802
feat: initial honkers support 2023-04-14 00:24:52 +02:00
Observer KRypt0n_
77c8b6d0ff
feat: initial honkers support 2023-04-14 00:24:27 +02:00
Observer KRypt0n_
5b4403956f
0.5.17
- fixed hdif applying errors during base game updating (approved issue 1)
2023-04-12 15:18:25 +02:00
Observer KRypt0n_
5ebd018a5d
0.5.15
- added `FolderMigrationRequired` launcher state,
  prepared stuff for 3.6 voiceovers migration
2023-04-11 20:00:38 +02:00
Observer KRypt0n_
98de4c7d70
0.5.14
- implemented `WineRunExt` to `WincompatlibWine`
2023-04-09 17:57:03 +02:00
Observer KRypt0n_
66a80e5f59
0.5.13
- implemented core 1.5.2
2023-04-08 21:56:04 +02:00
Observer KRypt0n_
cabc16a8d6
style: small change in compact_launch.bat generator 2023-04-08 21:00:10 +02:00
Observer KRypt0n_
06f0f486b9
0.5.12
- split `game.path` config to `game.path.global` and `game.path.china`
2023-04-08 19:42:49 +02:00
Observer KRypt0n_
46547a886f
0.5.11 2023-04-07 21:24:15 +02:00
Observer KRypt0n_
4fb8cf3ce8
feat: added recommended features for wine / dxvk 2023-04-07 19:49:31 +02:00
Observer KRypt0n_
186aa204d6
0.5.10
- added support for dxvk component's title field
2023-04-06 23:13:00 +02:00
Observer KRypt0n_
c38fc3206a
0.5.9
- added environment emulation feature
- updated core library to 1.5.1
2023-04-06 22:06:53 +02:00
Observer KRypt0n_
7aa54126c8
0.5.8
- implemented core 1.5.0
2023-03-31 10:18:02 +02:00
Observer KRypt0n_
0984ea5ef6
feat: made default game.path folder name depend on game edition 2023-03-25 13:33:56 +02:00
Observer KRypt0n_
7fc9b9ddba
style: updated core dependency style 2023-03-25 11:10:55 +02:00
Observer KRypt0n_
f84ad39d86
0.5.7
- removed `launcher.speed_limit` config
2023-03-24 14:46:27 +02:00
Observer KRypt0n_
c64787bf8a
feat(tracing): added tracing::instrument to ComponentsLoader::get_wine_versions 2023-03-24 14:12:10 +02:00
Observer KRypt0n_
e1ec9f7796
refactor: used std::env::temp_dir() instead of std::path::PathBuf::from("/tmp") 2023-03-23 14:27:34 +02:00
Observer KRypt0n_
c977382d27
feat: enabled xlua patch by default 2023-03-22 22:39:42 +02:00
Observer KRypt0n_
26cc05815b
0.5.5 hotfix 2023-03-22 20:22:11 +02:00
Observer KRypt0n_
e492ba69a2
0.5.5
- added `LauncherState::XluaPatchAvailable`
- added `patch.apply_xlua` flag to config
2023-03-22 20:21:18 +02:00
Observer KRypt0n_
78bb708247
0.5.4
- implemented core library 1.4.0
2023-03-22 17:21:32 +02:00
Observer KRypt0n_
f244a20b42
0.5.3
- changed default game/prefix paths
- fixed `LauncherState::WineNotInstalled` getting
2023-03-16 14:23:44 +02:00
Observer KRypt0n_
c5ca8d533c
0.5.2
- updated `wincompatlib` version
- made `LauncherState::get_from_config` use proper prefix path
2023-03-15 23:04:58 +02:00
Observer KRypt0n_
977ba14056
0.5.1
- updated `wincompatlib`, implemented new bundles system
- changed wine versions' features system
2023-03-15 21:38:24 +02:00
Observer KRypt0n_
e47af52646
feat: added experimental compact_launch wine feature 2023-03-09 15:00:36 +02:00
Observer KRypt0n_
ba11109082
0.5.0
- improved wine/dxvk features,
  added command used to run the game
2023-03-08 18:36:01 +02:00
Observer KRypt0n_
d64d15cf27
style: slightly changed GameEdition::default method code style 2023-03-08 14:31:16 +02:00
Observer KRypt0n_
2ff3ad0122
0.4.0
- added `Group::find_in`, `Version::find_in` and `Version::find_group` methods
  to both `wine` and `dxvk` mods
- `get_downloaded` now returns list of groups with downloaded versions
  instead of just a single list
- added `features` property to `Group` structs of `wine` and `dxvk`
- added support of `[group].features.env` variables to `game::run`
- `ComponentsLoader` now caches `get_wine[dxvk]_versions` output
- `Config::try_get_selected_wine[dxvk]_info`
  renamed to `Config::get_selected_wine[dxvk]`
2023-03-08 14:21:23 +02:00
Observer KRypt0n_
f6daddc4bc
0.3.6
- removed `COMMIT_HASH` const
2023-03-07 22:39:33 +02:00
Observer KRypt0n_
e448f7672d
feat(core): changed wine related structures for better compatibility
Before `wine::Files` couldn't work with builds which
don't have `wineboot` script inside which broke
ge-proton compatibility. This change will fix it
(in combination with wincompatlib 0.2.2)
2023-03-07 17:58:22 +02:00