aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-12rename: --debug to --devtools0neGal
2022-11-23Merge branch 'main' into dupe-mods-localization0neGal
2022-11-23Merge pull request #157 from 0neGal/error-toasts-localization0neGal
feat: Localize "Unknown Error!" toasts
2022-11-23Update src/lang/de.json0neGal
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
2022-11-23feat: missing french tradsRémy Raes
2022-11-23feat: add missing french traductionsRémy Raes
2022-11-23Update es.jsonDelta
#157
2022-11-23Update es.jsonDelta
#155
2022-11-23remove testing error0neGal
This was only here to test the uncaught exception catching.
2022-11-23added more user friendly error message0neGal
When JavaScript errors occur outside of the renderer, they'll no longer display a big and confusingly detailed error stack, now they'll simply be shown a toast about the fact that an error happened. The user can then click this to get more details, but still without it being as invasive and obtuse as before.
2022-11-23actually fix duplicate mods0neGal
If a mod has multiple mod folders inside it, however all with the same name, they'll be merged together, this now fixes that, by adding "(dupe)" to the end of it, along with displaying an error, however it will install successfully. This also happens to add some duplicate toast protection, however this should be reworked, but I am not bothered to deal with it right now, and I instead will be putting this on future me.
2022-11-22Update de.jsonPresti
2022-11-23initial empty keys0neGal
2022-11-22Update de.jsonPresti
2022-11-23initial empty keys0neGal
2022-11-19ignore mod if mod.json isn't formatted correctly0neGal
If a mod has an incorrectly formatted mod.json it is ignored when trying to build/get the list of installed mods.
2022-09-14differentiation between update() and updatevp()0neGal
Some functions have been renamed: update() -> updateNorthstar() updatevp() -> updateViper() Overall these are far better function names...
2022-09-14renamed Viper requests cache file0neGal
"requests.json" is very vague, and going through your cache folder may confuse you as to what program created the file, now it's way clearer.
2022-09-13fix: spawn game processes in separate shellsAlystrasz
2022-08-08feat: add Spanish translationAlystrasz
Co-authored-by: Delta <31860825+AA-Delta@users.noreply.github.com>
2022-08-07fix: lintAlystrasz
2022-08-07feat: add German translationAlystrasz
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
2022-08-06feat: translate "impossible to fetch release notes" messagesAlystrasz
2022-08-06feat: display a toast message if no Internet at launchAlystrasz
2022-08-06feat: prevent Northstar update and update download link text if no InternetAlystrasz
2022-08-06feat: getLatestNsVersion returns false if no InternetAlystrasz
2022-08-05feat: handle release notes fetching with no internetAlystrasz
When release notes (either Northstar or Viper) fetching fails, if cache contains data, we display it even if it's outdated; if cache is empty, we display an error message in place of release notes.
2022-07-08fixed "_sendVersionsInfo()" not found0neGal
I removed the underscore at one point and forgot to change the name everywhere it seems.
2022-07-04Improve German translation GeckoEidechse
Fixed various typos, mistranslations, and grammatical errors
2022-07-02Fixed TypoDxsSucuk
2022-07-02Update.DxsSucuk
Added German translation of the word German to title.
2022-07-02German translation.DxsSucuk
2022-06-29added extract progress messages0neGal
When progress is made on extracting the Northstar zip file it'll update the "Extracting..." message to "Extracting... X%" replacing X with the amount that's been extracted.
2022-06-29fixed version number not updating after updates0neGal
2022-06-29Merge branch 'main' into deprecate-nsversiontxt0neGal
2022-06-29require NorthstarLauncher.exe to be found0neGal
Now, even if the core mods are installed it'll still make sure the NorthstarLauncher.exe exists, so if Northstar has only been half installed it'll be detected.
2022-06-12removed cookie and manager alert in webview0neGal
When opening the preview for a mod it may show a cookie alert, this is now auto-hidden, along with an alert recommending users to use the Thunderstore Mod Manager, or an alternative, since Viper is an alternative, this is only an alert that can confuse users. And it is therefore removed.
2022-06-12tiny animations0neGal
The settings button now turns like a cog when hovered, and there's a slight animation when you hover a settings switch.
2022-06-12added icons to the settings popup0neGal
Only on the titles, putting them only on the options or on both the title and options would be far too much, just the title is perfect.
2022-06-12spanish originkill localizationsDelta
2022-06-09[feat] add missing french translationsRemy Raes
2022-06-07very very minor change in localization string0neGal
2022-06-07minor changes0neGal
Mostly syntax, but also a few fixes with how the settings system work, and also a change in localization strings.
2022-06-05removed auto formattingB
missed a few one last one
2022-06-02added setting for auto-killing origin, functionality workingB
2022-06-01add origin killB
2022-06-01added origin checkB
2022-06-01Merge pull request #130 from 0neGal/server-status0neGal
feat: Master server status
2022-06-01Update es.jsonDelta
#130
2022-05-30refactored event names0neGal
Quite a lot of them aren't in the same syntax/style, and it's quite bad to look at, this should fix them all without causing issues.