mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
Updated roadmap goals
This commit is contained in:
parent
35d9e82222
commit
10b910c2ae
2 changed files with 14 additions and 5 deletions
17
README.md
17
README.md
|
@ -150,18 +150,29 @@ This is our current roadmap goals. You can find older ones [here](ROADMAP.md)
|
||||||
* <s>Downloading progress</s>
|
* <s>Downloading progress</s>
|
||||||
* Launcher state functionality
|
* Launcher state functionality
|
||||||
* <s>Game launch available</s>
|
* <s>Game launch available</s>
|
||||||
* Game update (installation) required
|
* <s>Game update (installation) required</s>
|
||||||
* Voice data update (installation) required
|
* <s>Voice data update (installation) required</s>
|
||||||
* Patch unavailable
|
* Patch unavailable
|
||||||
* Test patch available
|
* Test patch available
|
||||||
* Make Svelte components
|
* Make Svelte components
|
||||||
* <s>Checkbox</s>
|
* <s>Checkbox</s>
|
||||||
* <s>Selectbox</s>
|
* <s>Selectbox</s>
|
||||||
* SelectionList
|
* <s>SelectionList</s>
|
||||||
* SelectableCheckbox
|
* SelectableCheckbox
|
||||||
* PropertiesEditor
|
* PropertiesEditor
|
||||||
* Rewrite sass code, provide more flexible theming ability
|
* Rewrite sass code, provide more flexible theming ability
|
||||||
* <s>Add `svelte-i18n`</s>
|
* <s>Add `svelte-i18n`</s>
|
||||||
|
* Game pre-installation
|
||||||
|
* Telemetry checking
|
||||||
|
* Launcher auto-updates
|
||||||
|
* Statistics window
|
||||||
|
* Debugger
|
||||||
|
* Loading screen
|
||||||
|
* Tooltips for some options
|
||||||
|
* Theming system
|
||||||
|
* Chengelog window
|
||||||
|
* Default runner auto-installation
|
||||||
|
* Ability to change the temp directory where the launcher should download some files
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import { _, locale, locales } from 'svelte-i18n';
|
import { _, locale, locales } from 'svelte-i18n';
|
||||||
|
|
||||||
import Shaders from './ts/core/Shaders';
|
|
||||||
|
|
||||||
import Checkbox from './components/Checkbox.svelte';
|
import Checkbox from './components/Checkbox.svelte';
|
||||||
import SelectionBox from './components/SelectionBox.svelte';
|
import SelectionBox from './components/SelectionBox.svelte';
|
||||||
import DXVKSelectionList from './components/DXVKSelectionList.svelte';
|
import DXVKSelectionList from './components/DXVKSelectionList.svelte';
|
||||||
|
|
Loading…
Reference in a new issue