Commit Graph

181 Commits

Author SHA1 Message Date
silentrald feb6ea3f87 [feat] added auto update option on advance settings for windows (#773)
* [feat] added auto update option on advance settings for windows

* minor fixes + translations

* [feat] added popover for manual bsm update

* [feat] added logic on update and restart

* [feat] fixed sonar issues and added missing translations

* Fix availve update and current app version were the same

* Add a "See changelog"

* Set autoupdate always enabled by default

---------

Co-authored-by: Zagrios <40181755+Zagrios@users.noreply.github.com>
2025-06-12 18:58:41 +02:00
silentrald 79be1a842c [feat] added a naive way to parse mod metadata (#855) 2025-04-25 13:59:09 +02:00
Zagrios 4435df2fd7 [bugfix-821] Add error messages for Beat Saber uninstallation 2025-03-22 20:29:20 +01:00
Unifox 941cd96801 Merge branch 'master' into feature/fileSizes+OversizeWarning 2025-02-21 04:33:33 -07:00
Zagrios ed3a09e4a8 Merge branch 'master' into bugfix/beatmods-connection 2025-02-13 16:14:33 +01:00
Unifox 21762a9d94 Merge branch 'master' into feature/fileSizes+OversizeWarning 2025-02-12 13:17:38 -07:00
Zagrios 41628d4e6e Backend should be as frontend-agnostic as possible 2025-02-10 22:37:32 +01:00
silentrald 933b642985 [bugfix] added hyperlinks for can't connect to beatmods 2025-02-08 21:47:09 +08:00
silentrald 7fafbb316e [bugfix] show error when BSManager can't connect to beatmods 2025-02-08 20:44:09 +08:00
silentrald a54809ffb5 [bugfix] changed error values 2025-02-08 20:23:18 +08:00
Unifox 37538f60b5 A bit more refactoring 2025-02-07 21:25:29 -07:00
silentrald 6fc3fed6dd [bugfix] block mods grid if wineprefix is not yet setup 2025-02-08 11:29:41 +08:00
Unifox 9225f2cd77 Show mod file size in mods list
This implements the changes made in PR #48 of the beatmods backend to add file sizes to mods.
The change also allows for warning if a mod is oversized. Most mods shouldn't have a warning, but should a mod go over a limit, it'll warn the user.

THIS WILL REQUIRE FURTHER TESTING ONCE THE BACKEND UPDATES
2025-02-06 01:46:52 -07:00
MathieuG-P 39afc09df9 Merge pull request #749 from silentrald/bugfix/linux-env-parser
[feat] inject env vars to launch options with steam format %command%
2025-01-28 14:10:04 +01:00
silentrald 1c2321b438 [feat] support %command% env args to windows and oculus
* refactored additionalArgs to command and change its type to string instead of string array
2025-01-28 13:41:16 +08:00
Zagrios 5466ad61c3 Ensure file size consistency during folder content movement 2025-01-26 15:57:45 +01:00
MathieuG-P 0b4331bef2 bsm icon as default playlist cover 2025-01-19 00:09:53 +01:00
MathieuG-P 1301bfe358 Merge pull request #601 from silentrald/feat/216
[feat-216] support for sorting maps/songs and playlists
2025-01-11 12:59:15 +01:00
silentrald e89333ea09 [feat-216] refactored sorting services to classes and const 2025-01-10 01:02:39 +08:00
MathieuG-P 2a99c76d09 [feature] we can now create launch shortcut in steam library 2025-01-06 18:17:47 +01:00
MathieuG-P 774c3a2954 [feature] advancement on steam shortcut 2025-01-05 21:33:23 +01:00
silentrald 6d1418dd7c [feat-216] aligned with change with v4 schema maps
* linted/auto-formatted sorter.service.ts files
* changed generics.type to comparator.type
2025-01-05 14:43:37 +08:00
silentrald 1310d16597 [feat-216] support for sorting maps/songs 2025-01-05 14:43:37 +08:00
MathieuG-P 4968022b7e remove old mods models from the index 2025-01-03 15:43:03 +01:00
MathieuG-P 8270ec800e Apply mods changes from [1.4.15-1.4.17] + some clean 2025-01-03 15:27:51 +01:00
MathieuG-P e0a7d460be [bugfix] fix oculus launch by using sideloading 2024-12-30 01:40:30 +01:00
silentrald 7af4c2ab45 [feat] handle edge cases on last version launched 2024-12-28 10:44:53 +08:00
MathieuG-P 434a6c2cae Merge branch 'master' into bugfix/leaderboard-filtering 2024-12-27 21:17:43 +01:00
MathieuG-P cda8a8a3f3 [chore] reimplement login with meta 2024-12-26 22:03:23 +01:00
MathieuG-P 972794ddca Merge pull request #707 from silentrald/feat/706
[feat-706] show DepotDownloader missing executable error
2024-12-23 09:44:28 +01:00
silentrald a54f81de42 [feat] add proton logs in advance launch settings for linux 2024-12-23 08:32:18 +08:00
MathieuG-P a45af5baee [feat] add editor launch option 2024-12-22 16:28:33 +01:00
MathieuG-P 3efcd40cdc [chore] rework advanced launch 2024-12-21 17:46:34 +01:00
silentrald 2fef88c70e [feat-706] show DepotDownloader missing executable error 2024-12-21 21:12:04 +08:00
MathieuG-P 8776b036af Merge pull request #664 from LiamillionSS/feat/663
[feat/663] Option to launch BS without SteamVR
2024-12-21 13:48:47 +01:00
MathieuG-P be5cc9c645 [chore] rework link unlink modals 2024-12-15 18:03:54 +01:00
silentrald a9cc281d27 [feat-76] support drag and drop for mod files 2024-12-08 21:44:06 +08:00
LiamillionSS f82e185ec2 [feat/663] + changing to skipsteam 2024-12-05 13:38:25 +11:00
LiamillionSS 0821f1867e Merge branch 'master' into feat/663 2024-11-25 16:35:23 +11:00
MathieuG-P 7b658de727 [chore] added a beat saber version outdated warning in the version view 2024-11-24 21:26:47 +01:00
LiamillionSS ef72ba642a [feat/663] moved to advanced settings section + finalisations 2024-11-24 10:57:56 +11:00
MathieuG-P f7f5f768fc Merge pull request #649 from silentrald/bugfix/non-standard-zip-extraction
[bugfix] handle extracting non-conformant zip files
2024-11-17 13:10:15 +01:00
MathieuG-P 59b7b9aedb [bugfix] some adjutments + some fixes + add zip tests 2024-11-17 12:20:50 +01:00
LiamillionSS 2f4bca108b [bugfix/527] Prevents a downloaded oculus version from launching the original oculus version is not present 2024-11-15 07:18:29 +11:00
MathieuG-P 893b244eb1 Merge pull request #586 from silentrald/feat/578
[feat-578] remove dotnet and screen dependency on linux
2024-11-05 14:39:11 +01:00
MathieuG-P 83f23c5c16 [chore] Add support for mapinfo v3 (which is essentially the same thing as version 2) 2024-11-02 00:25:38 +01:00
silentrald 77987181de [feat-578] open steam common folder for selecting a proton folder 2024-10-23 10:49:46 +08:00
silentrald de7a054f89 [feat-578] setup protonFolder on startup 2024-10-23 07:51:25 +08:00
silentrald 0398a957ad [feat-578] store protonFolder in static config
* changed protonPath to protonFolder
* log stdout for running bsipa executable
2024-10-23 07:51:21 +08:00
silentrald 1aadf353ca [bugfix-623] retain options and fixed local map filtering 2024-10-22 20:30:27 +08:00