aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
6 dayssimplify checking offline state0neGal
6 daysadded requests.check() and uses of it0neGal
Very minimal uses of it, currently it simply checks every 30s and on startup whether a set of domains/endpoints we use work, and if all fail, then we assume something is wrong with the internet.
6 daysadded offline indicator icon0neGal
6 daysminor syntax changes0neGal
6 daysMerge branch 'main' into PR/onLine-event0neGal
6 daysadded sorting to mod browser0neGal
fixes #251
6 daysfixed navigate.select() not working on switches0neGal
6 daysskip core mods when doing "Toggle All"0neGal
fixes #252
6 daysdon't prompt when enabling a core mod0neGal
Previously disabling or enabling a core mod would show a prompt warning about the fact that a core mod is being toggled. This is only needed for when disabling a core mod. fixes #253
6 daysMerge pull request #248 from Jan200101/PR/protocol0neGal
feat: support thunderstore ror2mm protocol for installing mods
6 daysMerge pull request #249 from Jan200101/PR/handle-permission-error0neGal
feat: handle unzip errors
7 daysMerge branch 'main' into gamepad-supportgamepad-support0neGal
2024-08-19Update src/lang/fr.jsonJan
Co-authored-by: Rémy Raes <contact@remyraes.com>
2024-08-17chore: add chinese translation by xwiiJan200101
2024-08-15support SteamDeck bumper buttons in desktop layout0neGal
2024-08-15lang: add french translation by CyanPickleJan200101
2024-08-15chore: add french translation by CyanPickleJan200101
2024-08-15chore: add german translationJan200101
2024-08-15chore: remove installing translation descriptionJan200101
its a bit redundant since the title already states that we are installing
2024-08-14feat: show toast when installing mod through ror2mm protocolJan200101
2024-08-14chore: display alert when mod install via protocol cannot be resolvedJan200101
2024-08-14chore: remove debug loggingJan200101
2024-08-14chore: remove useless try catchJan200101
2024-08-14feat: display alert when Viper is already running and no args are givenJan200101
2024-08-14feat: parse commandLine of secondary instancesJan200101
2024-08-14feat: use instance locks to prevent multiple instances of viperJan200101
2024-08-13chore: use existing mod installation logic for r2mm protocolJan200101
2024-08-13chore: rework protocol mod installs to use renderer package listJan200101
This is achieved by sending an IPC event to the renderer and waiting for a reply once Since this is async we return from the function after sending the event and recursively invoke it once the reply arrives The package data is returned a a JSON String because Electron is unable to copy the Object over IPC
2024-08-10lang: add chinese translation for update failureJan200101
2024-08-10lang: add german translation for update failureJan200101
2024-08-10revert some localization changesJan200101
2024-08-10fix: prevent multiple missing-perms routines from startingJan200101
2024-08-10chore: prevent gamepath permission alert from reopening on same gamepathJan200101
Co-authored-by: 0neGal <mail@0negal.com>
2024-08-05chore: set default folder argumentJan200101
2024-08-05feat: test gamepath permissions by creating a fileJan200101
2024-08-04lang: add english keys for unzip error handlingJan200101
2024-08-04feat: add error handler for streaming unzipJan200101
2024-08-04fix: call correct method for renderer ipc toast eventJan200101
2024-08-04feat: support thunderstore ror2mm protocol for installing modsJan200101
2024-08-04fix: correct install callback for mods that aren't already installedJan200101
2024-08-04correct ipc event names in cli handlerJan200101
2024-08-04handle onLine event dynamically, don't enable buttons when going offlineJan200101
2024-08-01Update zh.jsonJan200101
2024-07-23Update fr.json0neGal
2024-07-23Update es.jsonXNovaDelta
https://github.com/0neGal/viper/pull/241
2024-07-21open non-default installation guide externallyJan200101
2024-07-20show guide button for mods with non-default installation methodsJan200101
2024-06-25update selection bounds automatically0neGal
If a selected element has its bounds changed, so should the `#selection`, this makes it so it now does that.
2024-06-23make sure "libraryfolders" exists in VDF files0neGal
2024-06-20Merge branch 'main' into gamepad-support0neGal