Commit graph

464 commits

Author SHA1 Message Date
Maroxy
2e9fdec00c
Return launcher icon if in launcher 2022-01-05 00:00:33 +01:00
Observer KRypt0n_
6fb8852ef4
2.0.0 beta 4
- made preparations to make discord rpc settings
- fixed game updating mechanism
- fixed `Patch.getPatchInfo()` method work
- added proper design for patch-related launcher states
- fixed progress bar displaying issues during pre-downloaded game unpacking
2022-01-05 00:52:26 +02:00
Observer KRypt0n_
7ecab2f995 Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino 2022-01-04 22:49:32 +02:00
Observer KRypt0n_
e244bca62b
Processes handling improvements
- added remained .tmp files removing before launcher closes
- improved `Process.run()`, fixed its work with AppImages
  also now it finds the real process id by the `pgrep -P` command
  which is a lot faster and better
2022-01-04 22:49:30 +02:00
Maroxy
5e6786352d
Fix predownload locale in English 2022-01-04 20:26:31 +01:00
Maroxy
e967165487
Add new flags to DXVK hud
DXVK Version
Estimated GPU Load
2022-01-04 20:22:34 +01:00
Maroxy
a740f2d149
Update German locale 2022-01-04 20:19:46 +01:00
Observer KRypt0n_
34a48ed6a9
2.0.0 beta 4
- added Discord RPC feature
- fixed `Cache.get()` hot cache debug output
2022-01-04 18:26:36 +02:00
Observer KRypt0n_
66f852ddea
Improved Launcher.state.update() method performance 2022-01-04 17:07:24 +02:00
Maroxy
ee66769cb1
revert fakeroot as it won't work with the way process.run works 2022-01-04 00:56:38 +01:00
Maroxy
6052977c3c
Replace host removal with fakeroot 2022-01-03 22:55:29 +01:00
Observer KRypt0n_
e6ac5164b3
Updated 2.0.0 release goals 2022-01-03 23:20:37 +02:00
Observer KRypt0n_
d2764d3d34
Fixed game launching, removed excess code 2022-01-03 23:18:00 +02:00
Observer KRypt0n_
8260d1b975
(probably) fixed voice language update button 2022-01-03 19:59:55 +02:00
Observer KRypt0n_
d2de083355
Improved Voice.delete() method work 2022-01-03 19:43:05 +02:00
Observer KRypt0n_
4b41d46505
Fixed game launching when pre-installation available 2022-01-03 19:16:07 +02:00
Observer KRypt0n_
db6c219776
2.0.0 beta 3
- made Discord RPC preparations
  made `discord-rpc` cli utility
  made `DiscordRPC` class to manage it
- changed `'` to `"` in every command execution
- `Voice.current` field changed to `Voice.installed`
- `Voice.selected` field now returns list of selected voice packages
- added `Voice.delete()` method to delete voice package
- `Voice.isUpdatePredownloaded()` method now can check list of voice packages
- fixed ProgressBar's `showTotals` property work
- decreased maximal wine prefix creation log size in progress bar
- improved `Process.run` command which now finds correct process id
- made DropdownCheckboxes component
- made voice packages selection system
2022-01-03 18:51:32 +02:00
Observer KRypt0n_
d90f339eb1
Added fps unlocker 2022-01-02 19:44:12 +02:00
Observer KRypt0n_
9a2666b8b3
Improved Voice.current output 2022-01-02 19:00:32 +02:00
Observer KRypt0n_
21ec639405
Updated project bundling 2022-01-02 17:17:06 +02:00
Observer KRypt0n_
beb2f516a8
Updated bundle command 2022-01-02 15:15:30 +02:00
Observer KRypt0n_
8eb1aa1ed3
Updated statistics 2022-01-02 13:04:02 +02:00
Observer KRypt0n_
9105a6efa1
Several changes
- added env variables support in config file
- fixed `Process.run()` method work with env variables
- changed a bit `Domain.getInfo()` method
2022-01-02 11:57:10 +02:00
Observer KRypt0n_
2587b29b40
Fixed Domain.getInfo() method work 2022-01-02 03:06:01 +02:00
Observer KRypt0n_
becb7db124
Fixed AppImage compatibility 2022-01-02 02:38:42 +02:00
Observer KRypt0n_
cd3f2e5346
Added AppImage bundler 2022-01-02 02:03:18 +02:00
Observer KRypt0n_
4a2250277d
Improved IPC class working 2022-01-01 23:57:50 +02:00
Observer KRypt0n_
e87f3526c0 Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino 2022-01-01 23:40:29 +02:00
Observer KRypt0n_
4b69f9e4d0
API improvements
- made `IPC` class to make custom IPC implementation
  instead of the Neutralino's Storage API
2022-01-01 23:40:26 +02:00
Maroxy
6139c460be
Fix DXVK not applying due to shell file looking for wine 2021-12-31 22:11:38 +01:00
Maroxy
5a00b95d20
Update german 2021-12-31 21:07:45 +01:00
Observer KRypt0n_
1fe18818dc
Added hints for "recommended only" options in settings 2021-12-31 20:40:18 +02:00
Observer KRypt0n_
c2d2d21b8b
Updated runners list 2021-12-31 20:30:41 +02:00
Observer KRypt0n_
d42ad9e04f Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino 2021-12-31 19:23:35 +02:00
Observer KRypt0n_
3faa73dcfd
Minor changes 2021-12-31 19:23:33 +02:00
Maroxy
ca83c20b48
remove hosts editing from patch 2021-12-31 17:27:54 +01:00
Marie
8971ea6384 Update YAML file for notahuman Shader 2021-12-31 16:14:03 +00:00
Marie
07bf5d6053 Update Preset to V3 2021-12-31 16:12:43 +00:00
Observer KRypt0n_
df9d2f8a33
Several changes
- added slashes to the Download Stream curl command
- fixed game pre-installation scripts
2021-12-31 11:21:26 +02:00
Observer KRypt0n_
7088842f53
Fixed prefix creation
- `Prefix.getWinetricks()` now makes `winetricks.sh` executable
- added test patch hint
- fixed `Install` script error with game updating
- fixed `InstallWine` and `InstallDXVK` scripts work
  now they select installed things in config file
2021-12-30 15:04:09 +02:00
Observer KRypt0n_
aa4539cec3
Made better folder creation
- now Archive Stream creates folders recursively before unpacking
- `DXVK.list()` and `Runners.list()` now don't require related to them folders to work
- now launcher automatically creates `constants.paths.launcherDir` directory at the start
2021-12-30 13:55:04 +02:00
Maroxy
ff6f80c9e0
Fix bundling of json, locales, shaders
Add check for if dxvk, runners and launcher directory exist or doesn't exist
2021-12-30 02:02:11 +01:00
Maroxy
54ff1ed95e
Bundle public in release 2021-12-29 21:39:18 +01:00
Observer KRypt0n_
81676f4b7c
Made default runner and dxvk auto-installation
- Wine-GE runners family moved to the top of the runners list
- now installed runner will be automatically selected
- launcher controls were slightly moved down
- fixed double resolved unpack directory logging in AbstractInstaller
- fixed `Prefix.create()` method work
- added `State.update()` method logging
- now settings button will be hidden when user are doing something
- added `InstallWine` and `InstallDXVK` scripts; added related launcher states
2021-12-29 21:34:23 +02:00
Observer KRypt0n_
2a4dcc03e3
API improvements
- now pre-downloaded game will be automatically unpacked
2021-12-29 19:32:09 +02:00
Observer KRypt0n_
77969868e3 Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino 2021-12-29 18:04:33 +02:00
Observer KRypt0n_
d2d690a114
Added game pre-downloading feature
- decreased splash window size
- added `Game.getLatestData()` result caching, so basically every
  `Game` and `Voice` method and field now caches most of the data
- Made `Game.predownloadUpdate()` method
- Made `Game.isUpdatePredownloaded()` method
- Made `Voice.predownloadUpdate()` method
- Made `Voice.isUpdatePredownloaded()` method
- fixed `Cache.get()` method work
- now launcher window hides when you launch the game
- added `pre_download_game` API field type definition
- added game pre-downloading button
2021-12-29 18:04:30 +02:00
Maroxy
19e8f14f2d
Update DE Locale 2021-12-29 15:43:27 +01:00
Maroxy
f51e4d558e
Delete webm 2021-12-29 14:47:38 +01:00
Observer KRypt0n_
7bfb3ab0b5
Some not important changes 2021-12-29 14:59:55 +02:00