aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-29fixed version number not updating after updates0neGal
2022-06-29Merge pull request #128 from 0neGal/deprecate-nsversiontxt0neGal
feat: Deprecate ns_version.txt
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-12updated download links0neGal
2022-06-12bumped version number to 1.6.0v1.6.00neGal
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-12Merge pull request #133 from pcbmaster/main0neGal
feat: Option to close Origin when Viper exits
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-01Merge pull request #132 from AA-Delta/patch-30neGal
Update es.json
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.
2022-05-30simplify and comment index.js0neGal
2022-05-30fixed missing commas and various syntax stuff0neGal
I know, commas aren't needed, however, going in and out of using commas and not using them also looks bad, so generally I try to always use them, with exceptions.
2022-05-30Merge pull request #131 from Alystrasz/feat/french-i18n0neGal
feat: Add missing French translations
2022-05-30[feat] add missing French translationsRemy Raes
2022-05-30support for singular players0neGal
While it's unlikely we'll ever get down to 1 player, it's best to be on the safe side :p
2022-05-29added checks to make sure the version is correct0neGal
We now check all the Northstar mods and make sure they've the same version number, and if not it's counted as an unknown version, as we can't reliable guess which version is the correct one. If Northstar Auto-Updates is enabled it'll then re-install.
2022-05-28fixed: Linux launch error alert not showing0neGal
This was supposed to always be there, however I somehow forgot to add the winAlert() function, and forgot about it, causing some verbose errors instead, not useful!
2022-05-28fully implement server+player counts0neGal
2022-05-28initial commit for master server status0neGal
This doesn't fully implement everything as the master server is down whilst making this commit, so I can't fully implement it.
2022-05-24deprecate ns_version.txt0neGal
2022-05-21updated download links to 1.5.10neGal
2022-05-21bumped version number to 1.5.1v1.5.10neGal
2022-05-21fixed packages being filtered when they shouldn't0neGal
Previously packages were filtered based on whether Browser.filters.get().filtered included any of the categories, now however it only checks if one of 4 filters is selected, Skins, Mods, Client-side and Server-side, anything beyond that like "Language: EN" is ignored and unless it doesn't have any of the other filters selected it'll go unfiltered. Previously when selecting every filter you'd still only get 100'ish packages at best, now you get the full 150 that there currently is on Thunderstore, except for r2modman and Northstar itself.
2022-05-21fixed infinite loading depending on the filters0neGal
If the only results when searching are elements that are filtered then it just infinitely shows loading instead showing "No results..."
2022-05-21fixed filters not working0neGal
2022-05-20updated download links0neGal
2022-05-20bumped version number to 1.5.0v1.5.00neGal
2022-05-20fixed filters button not being able to be toggled0neGal
Clicking the filters button would close then reopen it, instead of closing, then opening when clicking again.
2022-05-20split main.css into multiple files0neGal
This is easier to manage, and a lot less annoying to navigate, having to scroll through many lines of code is annoying, categorizing makes it easier, I also overall improved the layout of many of the CSS files.
2022-05-20updated PUBLISH.md0neGal
It now contains info about `build/publish.sh`
2022-05-20Merge pull request #125 from 0neGal/better-browser0neGal
feat: Better Browser
2022-05-20Merge pull request #127 from Alystrasz/feat/new-french-i18n0neGal
Add missing French translations to better-browser
2022-05-20[feat] add missing French translationsRemy Raes
2022-05-20Merge pull request #126 from AA-Delta/patch-20neGal
Better browser "es" localization
2022-05-20Better browser "es" localizationDelta
#125
2022-05-20removed debug Browser.set()0neGal
This was just so I didn't have to go to the Mods tab, click "Find Mods", and click "View" on one of the mods.
2022-05-17preview <webview> now fades in and out seamlessly0neGal
Instead of instantly flashing when it's done loading and so on, it now fades in, instead, without any problems.
2022-05-17added external link button and changed string0neGal
"Info" -> "View", along with a button in the previewer to open the mod page in the browser if you so choose.