Commit graph

118 commits

Author SHA1 Message Date
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