an-anime-game-launcher/src/ts/core
Observer KRypt0n_ d1474f643a
API improvements
- made `promisify()` function to run some code asynchronously
- added some default configs setting at start
- now settings are stored in yaml format
- fixed `Configs.defaults()` null values overwriting
- added launcher state system
- added `Runners.current` field to get the current selected runner
  according to the config file
- `Configs.get()` method was renamed to `Configs.list()`
- added `Configs.get()` method to get a `Runner` object
  by the specified runner name
- added `Process` class to have a better experience of working with processes
- updated readme
2021-12-24 14:23:45 +02:00
..
AbstractInstaller.ts Several changes 2021-12-23 20:07:48 +02:00
Archive.ts Proper TS 2021-12-23 18:06:52 +01:00
Cache.ts Several changes 2021-12-23 16:07:35 +02:00
Downloader.ts Proper TS 2021-12-23 18:06:52 +01:00
DXVK.ts Proper TS 2021-12-23 18:06:52 +01:00
Fetch.ts Proper TS 2021-12-23 18:06:52 +01:00
promisify.ts API improvements 2021-12-24 14:23:45 +02:00
Runners.ts API improvements 2021-12-24 14:23:45 +02:00