Commit graph

257 commits

Author SHA1 Message Date
Observer KRypt0n_
255810a7d2
Updated French 2022-01-07 18:59:19 +02:00
Observer KRypt0n_
3d3bb5cb40
Reworked log files deletion system
- removed `purge_dxvk_logs` config
- added `purge_logs.game` and `purge_logs.launcher` configs
- now launcher can delete its own old log files
2022-01-07 18:52:15 +02:00
Observer KRypt0n_
3fa259ec64
Several changes
- `Patch/Stream`'s `patchFinish()` callback now have `result: boolean` argument
  which indicates whether the patch was successfully applied
- `Patch/Stream` now also logs patch script output
- if the patch wasn't successfully applied - then `ApplyPatch` script
  will show user a notification about it
- also was fixed notification icon in telemetry checking
2022-01-07 15:22:32 +02:00
Observer KRypt0n_
a0e38c825b
Fixed typo in notahuman's shaders 2022-01-07 14:18:58 +02:00
Observer KRypt0n_
b22dd2aa44
2.0.0 beta 8
- added Italian
- added `Locales.supported()` and `Locales.fallback()` methods
  now launcher can have locales unsupported by the game

From previous commits:
- fixed shaders work
- made `Tray` class to manage tray features
- added tray icon
- added `folders` field in config file
  and now you can specify some pathes
- added `constants.paths.tempDir` field
- Discord RPC icons were moved to `src/assets/images/discord` folder
  and highly optimized
- added templates for `fr-fr`, `es-es` and `vi-vn` translations
- added Discord RPC icons selection
- added windows centering;
  also added `Window.current.center()` method
- added custom shaders option in settings menu
- fixed `applied` patch info field caching
- decreased splash screen timings
2022-01-06 22:39:29 +02:00
Observer KRypt0n_
853e5ca975 Merge branch 'neutralino' of https://gitlab.com/KRypt0n_/an-anime-game-launcher into neutralino 2022-01-06 18:50:56 +02:00
Observer KRypt0n_
3c2e6af8c1
Updated French locale 2022-01-06 18:50:54 +02:00
Maroxy
2f55b0feb2
Update locales 2022-01-06 17:46:34 +01:00
Observer KRypt0n_
4c5d08ba13
Several changes
- Discord RPC icons were moved to `src/assets/images/discord` folder
  and highly optimized
- added templates for `fr-fr`, `es-es` and `vi-vn` translations
- added Discord RPC icons selection
- added windows centering;
  also added `Window.current.center()` method
2022-01-06 15:03:59 +02:00
Observer KRypt0n_
c404cc486e
Added custom shaders option in settings menu 2022-01-06 12:56:35 +02: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
Maroxy
5e6786352d
Fix predownload locale in English 2022-01-04 20:26:31 +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_
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
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
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_
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
Maroxy
19e8f14f2d
Update DE Locale 2021-12-29 15:43:27 +01:00
Maroxy
e9a208352e
Update locale Comments 2021-12-29 13:36:15 +01:00
Maroxy
14b594f8fe
Add German 2021-12-29 13:33:42 +01:00
Observer KRypt0n_
faee9c4a35
Several changes
- added splash screen
- added `Process.kill()` static method
2021-12-29 14:02:12 +02:00
Observer KRypt0n_
fca10371b8
Added settings tooltips
- added `tooltip` property for the `Checkbox` and `SelectionBox` components
- changed text selection cursor to default
- added tooltips for some options in the settings menu
2021-12-28 14:16:54 +02:00
Observer KRypt0n_
0c1a9e68ca
Added telemetry checking
- updated vite version
- made `Game.isTelemetryDisabled()` method to check whether game's telemetry is disabled
- made `Domain` class and `Domain.getInfo()` method
  to get information about some domain
- made `Notifications` class to manage system notifications
- added telemetry checking before game launching
2021-12-28 13:27:29 +02:00
Observer KRypt0n_
35d9e82222
Several changes
- changed shaders config file format
- added shaders selection menu section template
- made `Shaders` class to manage shaders
2021-12-27 23:17:02 +02:00
Observer KRypt0n_
bc8dfc0394
Several changes
- some `Wine-GE` things recommended now
- added loading gif during dxvk (runner) applying / something deleting
- added dxvk installation, deletion and applying
- `DXVK.current` field was reworked as a `DXVK.current()` method
- added `DXVK.delete()` method
- added `DXVK.apply()` method
2021-12-27 20:33:49 +02:00
Observer KRypt0n_
082b596421
Several changes
- fixed `runners.json` `Wine-6.16-GE-1` URI
- added recommendable only checkboxes for DXVK and runners lists
- fixed empty config property creation
- added runners installation, deletion and selection abilities
- `Runners.current` field was reworked as a `Runners.current()` method to be able
  to change selected runner according to the config file
2021-12-27 18:39:40 +02:00
Observer KRypt0n_
71d6505fd7
Several changes
- added dnf requirements installation command from the main branch
- added Runners settings section
  and `RunnersSelectionList` to manage them
2021-12-27 16:31:32 +02:00
Observer KRypt0n_
7f4f14d76b
Severl changes
- disabled neutralino window hot reloading
- fixed `Game.current` version gathering from the game files
- fixed `Patch.getPatchInfo()` method working, so now this function and
  the `Patch.current` field will return correct information whether
  the patch was applied or not
- `Patch.install()` method now can return null if the patch state is "preparation"
- added `Voice.selected` field that will represent the `lang.voice` config
- fixed `Voice.getDiff()` method errors
- improved `Archive`'s stream unpacked files listing
- made `Prefix` class, some `Runners` methods from the previous update were moved there
- fixed `ProgressBar.init()` method work which also fixes ETA calculation
- added bunch of new launcher states and events for them
- added `State.update()` method to automatically update launcher's state
- `Process` object now can get the output of the process that was started
  by the `Process.run()` method and can be accesed
  by the `output` event
- also was removed `input` field for the `Process.run()` method options
2021-12-27 16:08:06 +02:00
Observer KRypt0n_
342eeadbfd
Settings menu improvements
- added voice selection
- added theme selection
- added discrod rpc toggle
- added hud selection
- added gamemode, fps unlocker and dxvk logs auto-deletion options
- default settings were moved to a separate file
- dxvk list now shows installed and active dxvk
- added `DXVK.current` field
2021-12-26 22:32:01 +02:00
Observer KRypt0n_
8937a8eba9
Added svelte components
- made `SelectionBox` component
- made `DXVKSelectionList` component
- updated locales files
- added locale selection based on `SelectionBox` component
2021-12-26 19:50:24 +02:00
Observer KRypt0n_
210157a5a8
Several changes
- made selectbox component
- added language selection box
- renamed languages
2021-12-25 22:03:01 +02:00
Observer KRypt0n_
c2b8623718
Several changes
- added components system
- made settings template settings
- added `vue-i18n`, made template locales
- made `Checkbox` component
2021-12-25 17:44:27 +02:00
Observer KRypt0n_
0684774ea8
Several changes
- added `vue-i18n`
- made `Locales` class to get launcher locales
- added checking that settings window is not already open in `Launcher.showSettings()`
- improved `promisify()`; now it can work with `Promise` objects
- improved `Process` class;
  added `Process.kill()` and `Process.running()` methods
- improved `Window` class, fixed its output
2021-12-25 16:09:46 +02:00
Observer KRypt0n_
d0368803cc
Added several runners versions 2021-12-24 14:35:37 +02:00
Observer KRypt0n_
3f72b5c598
Returned back dxvks.json syntax 2021-12-22 01:27:42 +02:00
Maroxy
d2c46c95bf
Change DXVK format 2021-12-22 00:07:38 +01:00
Observer KRypt0n_
748b197984
API improvements
- changed dxvk fields
- added abstract `Installer` class to simplify `Stream` classes
- added `DXVK` class
- updated comments
2021-12-21 23:28:46 +02:00
Observer KRypt0n_
761268b667
Removed archive field from the Runner type
..because `Archive.unpack` can automatically find it
2021-12-21 16:34:26 +02:00
Marie
0e1dc45c03 Add Wine-GE as a replacement to Proton-GE 2021-12-21 13:11:54 +00:00
Observer KRypt0n_
4224a75b92
Init commit 2021-12-20 23:39:20 +02:00
Observer KRypt0n_
6e7cad2607
1.9.0
- fixed splash screen duration
- partially implemented previous merge requests
- added `winecfg` field in the runners json file
- updated statistics
- updated dependencies

From merge requests:
- added FPS unlocker as an option (!15)
- fixed voice data installation (!15)
- fixed winetricks and winecfg in settings (!14)
- fixed telemetry breaking if ENOTFOUND (!14)
- added discord RPC configuration (!14)

From the preparations to the release:
- fixed active GPU selection
- added Maroxy's patch's repo mirror support
- reworked statistics menu, added launcher's level system
- added patch's repo timeout notification
2021-12-14 18:25:36 +02:00
Marie
d8fa4c6073 Add FPS Unlocker as an option and Fix Voice Data install 2021-12-13 10:30:45 +00:00
Marie
86b9903a78 Fix Winetricks and Winecfg in Settings 2021-12-12 16:11:54 +00:00
Maroxy
aa491bae15
Remove unused css files 2021-12-12 16:10:14 +01:00
Maroxy
faf319d988
Add Splash 2021-12-12 13:10:50 +01:00
Maroxy
7c6dbd14f2
Add setting fields and configure them when opening window 2021-12-11 12:39:19 +01:00
Maroxy
10b5edb657
Add main settings div for Discord RPC 2021-12-11 12:12:43 +01:00
mciicrw
5d65e2badf update indonesian translation 2021-12-07 19:38:41 +07:00
Observer KRypt0n_
00796bee6f
1.9.0 preparations, part 2
- updated Indonesian
- added Maroxy's patch's repo mirror support
2021-12-07 12:48:04 +02:00
Observer KRypt0n_
2292e2720c
1.9.0 preparations
- reworked statistics menu, added launcher's level system
- fixed gpu selection (by Laurin Neff)
- added patch's repo timeout notification
- made some secret preparations :)
2021-12-05 23:32:17 +02:00
Observer KRypt0n_
c392437b5d
1.8.0
- updated German

From previous commits:
- Discord RPC option returned back to General
- changed Discord RPC title to `An Anime Game`
- added downloads resuming (!2)
- added actions button (open launcher's folder, winetricks, winecfg)
- improved `i18n.translation` method
- disabled text selection
- added prefix directory selection

From !5 implementation (Nov 28, 2021)
- added Lutris 6.21-5 runner
- added recommendable field to the runners (for future feature)
- removed PrefixSelector class which functionality now partially moved
  as an anonymous class in the constants.prefixDir property
- fixed temp winetricks and winecfg buttons disabling
- made LauncherLib.getGameVersion method to gather game version from its files
2021-11-29 19:09:49 +02:00
Observer KRypt0n_
22e26634d3
1.8.0 preparations (2)
- updated readme
- added locales pattern to prefix dir buttons
2021-11-29 18:30:35 +02:00
Observer KRypt0n_
c4d7e33262
1.8.0 preparations
- added `recommendable` field to the `dxvks.json`
- added dxvks and runners filter by recomendations
2021-11-29 18:01:50 +02:00
Maroxy
1528a382cc
Fix Social's to also show everything else 2021-11-29 05:14:07 +01:00
Observer KRypt0n_
cd49a5938e
Added directory-selector component
Made prefix folder selection design
2021-11-28 22:07:08 +02:00
Observer KRypt0n_
b89eccd863
Merge request !5 implementation and more
- added Lutris 6.21-5 runner
- added `recommendable` field to the runners (for future feature)
- removed PrefixSelector class which functionality now partially moved
  as an anonymous class in the `constants.prefixDir` property
- fixed temp winetricks and winecfg buttons disabling
- made `LauncherLib.getGameVersion` method to gather game version from its files
2021-11-28 21:11:06 +02:00
Maroxy
f82abf9d34
fix stacking issue 2021-11-28 19:28:17 +01:00
Maroxy
e5ac400bd4
Update Locales 2021-11-28 19:22:21 +01:00
Maroxy
b5a7007baa
Configure reset to default 2021-11-28 19:02:23 +01:00
Maroxy
022fd6578b
Completed most of the stuff 2021-11-28 18:52:58 +01:00
Observer KRypt0n_
08b0fcfa51
Updated German and Indonesian 2021-11-28 16:08:33 +02:00
Observer KRypt0n_
7f9df4f66e
Multiple improvements
- added action buttons (open launcher's folder, winecfg, winetricks)
- improved i18n.translate method which now can use user-provided placeholders
- disabled text selection ability
2021-11-28 15:52:14 +02:00
Observer KRypt0n_
90030bf1ba
Updated Indonesian 2021-11-28 11:50:58 +02:00
Observer KRypt0n_
698072b3cd
Implemented !2 merge request (resume download) 2021-11-27 23:13:27 +02:00
Laurin Neff
3bfa0dfb9f
Add resuming downloads 2021-11-27 20:18:48 +01:00
Observer KRypt0n_
95574b000e
Discord RPC option returned back to General 2021-11-27 19:57:04 +02:00
Observer KRypt0n_
51e15e3760
1.7.0
- added dark theme (add themes system at all)

From 1.6.1 preparations:
- fixed default runner installation
- disabled dxvk cache auto-deletion
- added wineserver env to winetricks
- added cabextract requirement
- added roadmap goal (issue #35)
- fixed issue with incorrect wine version unpacking
- added temp unpacking notification to progress bar
  because for some reasons it lags a bit
- removed excess locales
2021-11-27 19:39:35 +02:00
shirin
e9a269cd11 Dark mode hacks
Fist iteration to implement dark mode in launcher's setting window
2021-11-27 10:47:42 +07:00
Observer KRypt0n_
6c404236e7
Removed excess locales 2021-11-26 22:51:42 +02:00
Observer KRypt0n_
377f458ed5
Added temp unpacking notification to progress bar
because for some reasons it lags a bit
2021-11-26 22:01:07 +02:00
Observer KRypt0n_
0bc5910543
Preparations to 1.6.1 release
- fixed default runner installation
- disabled dxvk cache auto-deletion
2021-11-26 19:53:37 +02:00
Maroxy
22281f3f62 Fix Enhancements string 2021-11-25 19:59:49 +00:00
Observer KRypt0n_
85cfcde86f
1.6.0
- added forgotten xdelta3 requirement
- added GPU selection (thanks to Laurin Neff)
- added DXVK logs auto-deletion option
- added winetricks and default wine version
  auto-installation so they're no more required
- some settings were moved to "Enhancements"
- updated statistics
- added execution command log before game launch
2021-11-25 21:40:54 +02:00
Laurin Neff
7f3856fa66
Add hybrid GPU integration 2021-11-25 17:19:11 +01:00
Observer KRypt0n_
56c782b421 Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-25 14:44:45 +02:00
Observer KRypt0n_
4d6798309c
Update German
This is just a small update to have the statistic section make more sense.
+ pull request #32
2021-11-25 14:44:41 +02:00
shirin
339a471653 Update Indonesian translation
translated few word and GameMode message
2021-11-25 19:28:43 +07:00
Observer KRypt0n_
1330fca046
1.5.8
- added GameMode support (thanks to Laurin Neff)
- updated statistics
2021-11-25 13:51:55 +02:00
Laurin Neff
4c8f40a941
Add GameMode integration 2021-11-24 22:02:41 +01:00
Maroxy
11f1babba8 Update 'public/locales/de.json' 2021-11-23 10:27:20 +00:00
shirin
e5340798e6 Updated Indonesian Translation 2021-11-23 12:31:18 +07:00
Observer KRypt0n_
8ab17f954a
1.5.5
- updated typescript, electron-builder and electron versions
- updated readme:
+ added link to the discord server
+ added roadmap goal
+ added development delay notification
- added new lutris and proton-ge versions
- updated launcher's banner
- removed old config file compatibility check
2021-11-22 21:10:30 +02:00
Observer KRypt0n_
013c3dce47
1.5.4
- added verification for MangoHud and shaders when you want to select them
  if they even exist in your system
- now statistics also shows amount of minutes
- fixed some possible issue with patching process
- all classes now are exported as default
- improved some inner functions
2021-11-16 20:20:24 +02:00
Observer KRypt0n_
316cbda838
1.5.3
- removed auto-theme option from settings
- added Colors library
- made LAB-based brightness identifier
2021-11-13 14:02:18 +02:00
Observer KRypt0n_
3b5a99d229
1.5.2
- removed debug output with telemetry domains redirections
- fixed yaocl's preset issue
2021-11-12 23:20:56 +02:00
Observer KRypt0n_
026ea11061
Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-12 22:30:46 +02:00
Observer KRypt0n_
d8f2531ee8
1.5.0
- added HUD option with DXVK HUD and MangoHud support
- added shaders manager based on vkBasalt
- updated readme
  + added patch's update delation notification
  + game's name replacement request moved to the top of the repository
    because readme became too large
  + added additional requirements table
  + updated goals
- updated statistics
- added additional horizontal padding for selectable options
- removed old config file compatibilities checks
- now selectable options can be dynamically extended
- some let variables changed to const
- added constants.appDir / chadersDir properties
- added i18n.language property
- updated electron version to 15.3.1
2021-11-12 22:29:31 +02:00
Maroxy
0c8865165e Update German 2021-11-11 14:27:23 +01:00
Observer KRypt0n_
23d2a9a9f7
1.4.1
- added statistics section
  for now launcher stores time spent in the game
- added Korean machine translation
- fixed an issue with analytics dialogue
- improved new launcher versions finder algorithm
2021-11-11 12:20:27 +02:00
Observer KRypt0n_
53e3411f9d
Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-05 15:42:13 +02:00
Observer KRypt0n_
87374c27e2
1.4.0
- added automatic progress bar's color theme switching
  based on the background image brightness
2021-11-05 15:41:24 +02:00
Maroxy
ea2b8d4c31 Update German Locale 2021-11-05 00:59:32 +01:00
Observer KRypt0n_
c2e364a952
1.3.2
Added dark theme for progress bar
2021-11-04 17:46:06 +02:00
Observer KRypt0n_
2f9fffc32c
1.3.1
- updated Japanese locale
- updated repository pictures

Minor changes:
- repainted settings button icon with the other buttons style
- changed default launcher title for conspiracy
- added roadmap goal
2021-11-04 17:12:35 +02:00
Observer KRypt0n_
6e1945f121
Minor changes
- repainted settings button icon with the other buttons style
- changed default launcher title for  conspiracy
- added roadmap goal
2021-11-04 17:07:01 +02:00
Observer KRypt0n_
6d40c6d455 Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-04 16:09:44 +02:00
Observer KRypt0n_
abf2297145
1.3.0
- added voicepacks support
- added LauncherUI.updateLauncherState method
  to automatically update launcher state
  it possibly can break clear game installation because I changed the way
  launcher identifies its state after some actions
- changed way the main button identifies what should it do
- now settings button hides when the launcher downloading something
- updated settings button icon
- updated background picture caching algorithm
2021-11-04 16:09:41 +02:00
Maroxy
e829d08489 update german 2021-11-03 20:55:24 +01:00
Observer KRypt0n_
b2e58706dd
Increased a bit settings width 2021-11-03 16:41:22 +02:00
Observer KRypt0n_
320f679f6d
Added telemetry servers notification localization
Also now localization files can contain references to the constant properties
2021-11-03 16:34:46 +02:00
Observer KRypt0n_
ba8b1fea59 Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-03 15:47:08 +02:00
Observer KRypt0n_
d32ef6a5d2
1.2.0
- added downloaded runners / dxvks deletion button
2021-11-03 15:47:04 +02:00
Maroxy
9de14f4cf4 Update Japanese 2021-11-03 10:24:02 +01:00
Maroxy
203eb416b0 Update German 2021-11-03 10:19:42 +01:00
Observer KRypt0n_
fdcb197645
Added environment manager locales 2021-11-01 12:16:41 +02:00
Observer KRypt0n_
2ea651501a Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-01 10:11:00 +02:00
Observer KRypt0n_
01035d7f25
1.1.0
- fixed main window flickering at start
- added environmental variables manager
- moved common styles to the basic.sass file
- added excess files deletion when game's update comes
- updated project logo
2021-11-01 10:10:51 +02:00
SiongSng
6151c66b40 Updated Traditional Chinese Translation 2021-10-30 00:31:05 +00:00
Observer KRypt0n_
62c6b1acc4
1.0.0
- fixed integrated AppImage's icons
- fixed launcher updates notification
- config.js now saves in the launcher's local directory
- removed excess installation step in the installPrefix function
- fixed and improved game patching process
2021-10-29 15:08:56 +02:00
Maroxy
5a59ed5445 Update i18n 2021-10-29 00:02:56 +02:00
Observer KRypt0n_
a2589b4fa4
1.0.0-rc1
- added launcher updates notifications
- made automatic patch state parsing
- added Baal icons to all notifications
- fixed menu category changing in settings
- removed excess code
2021-10-28 19:26:44 +02:00
Observer KRypt0n_
21d00e11e5
0.8.0
- added analytics window
- added Proton 6.20 GE 1 to the runners list
- all common components moved to the separate files
- changed Launch button's shadow
2021-10-28 15:24:55 +02:00
Observer KRypt0n_
072e1d7640
Minor changes
- fixed runners and dxvks loading in builded app
- updated repository logo
2021-10-24 16:33:24 +02:00
Maroxy
11b31ac42b Update language string 2021-10-24 14:04:05 +02:00
Observer KRypt0n_
dd5463a44b
Made select boxes design 2021-10-24 13:58:07 +02:00
Observer KRypt0n_
127b1d128b
Made checkboxes design 2021-10-24 11:09:43 +02:00
Observer KRypt0n_
aee4be5ad6
Update locales 2021-10-24 09:29:31 +02:00
Maroxy
e7b2e1e41e Add Update String 2021-10-23 23:49:56 +02:00
Maroxy
66ba07a3de Swap Runners to Wine Version 2021-10-23 23:39:50 +02:00
Observer KRypt0n_
98425483fa
Some minor changes 2021-10-23 23:07:02 +02:00
Observer KRypt0n_
2a6c3d5780
pull #9 implementation 2021-10-23 22:44:24 +02:00
Maroxy
15472d64df Merge remote-tracking branch 'original/main' into term 2021-10-23 21:11:46 +02:00
Observer KRypt0n_
3eb0c489c1
2.2.0-beta6
- added DXVK support
- removed lutris-fshack from runners
- added telemetry hosts checking before game started
- fixed menu items movement in settings
2021-10-23 21:02:50 +02:00
Maroxy
fd6558408c Add Discord RPC, disable Voice Pack Selection 2021-10-23 20:59:26 +02:00
Maroxy
567625155a Add Japanese (Translated via DeepL) 2021-10-23 16:32:36 +02:00
Maroxy
4a3b857d5a Machine translate chinese(Google, DeepL) 2021-10-23 16:26:31 +02:00
Maroxy
90695e6fb5 add spacing 2021-10-23 16:05:51 +02:00
Maroxy
4fa44035af Remove placeholder text 2021-10-23 16:05:18 +02:00
Maroxy
c9db42a65d Swap characters 2021-10-23 16:04:56 +02:00
Maroxy
378da2f838 Update language view 2021-10-23 16:03:40 +02:00
Maroxy
db6d23dec4 Create all locale files 2021-10-23 15:43:30 +02:00
Maroxy
cc83ddd056 Sort languages by ABC except english, add language list 2021-10-23 14:21:45 +02:00
Maroxy
d9f677b00a remove ... in Downloading string 2021-10-23 10:53:19 +02:00
Maroxy
8f570b8b64 add new lines 2021-10-23 10:51:17 +02:00
Maroxy
b6315271ef add voice pack dropdown 2021-10-23 10:16:54 +02:00
Maroxy
99a5c7e168 correct sentence 2021-10-23 10:04:12 +02:00
Maroxy
dd56953225 Translate new lines to german 2021-10-23 09:52:38 +02:00
Maroxy
c63556e4c2 Add new lines 2021-10-23 02:02:41 +02:00
Maroxy
fe91ba3a94 Add I18N system 2021-10-23 01:53:33 +02:00
Maroxy
1670d7eabd Add list element for voice and language aswell as i18id 2021-10-23 01:53:00 +02:00
Observer KRypt0n_
2ce673367b
2.2.0-beta5
- made settings window
- added runners management. Now you can download some runner like proton-ge
  and run the game with it
- updated README pictures
- removed usused path files
- a lot of small changes and bug fixes
2021-10-22 23:48:43 +02:00
Observer KRypt0n_
9801cf90df
2.2.0-beta4
- added Marie Piontek as a project contributor
- added launcher icon
- made background picture caching
- made automatical patch downloading
- added social media buttons from the official launcher

Thanks Maroxy for all these enhancements
+ pull request #6
2021-10-22 15:03:17 +02:00
Maroxy
5a5d520dde Add back social buttons 2021-10-17 23:59:15 +02:00
Observer KRypt0n_
812e0c5f18
2.2.0-beta3
- added a notification when the game has been installed
- removed windows compilation because we will never use it
- added background picture parsing using the game's API

Thanks Maroxy for all these enhancements
+ issue #1
+ pull request #2
2021-10-17 13:28:37 +02:00