aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2022-05-17improvements to the preview0neGal
It now looks a lot better overall. Still missing a few things, like showing when it's loading, but besides that it's pretty much done.
2022-05-16added mod preview browser0neGal
Instead of opening your normal web browser you can now just open the page inside Viper, many changes aren't finished yet, notably the webview.css file. At some point I'll split the main.css into more files so the folder makes sense even though there's currently only one file in there.
2022-05-16majorly improved performance0neGal
Instead of setting the innerHTML every single time an element get added it now just appends them like you should be doing, but I was lazy when I wrote the original code I guess. Not only does this improve performance, but it also fixes the CSS fade animation not making every mod element/entry flicker, and instead now it only does it on the new ones, like intended.
2022-05-16a lot of stuff, but mainly a "Load more..." button0neGal
In the past when more than 50 packages was loaded it'd simply display a "Maximum packages loaded" message, and it wasn't actually 50, as it just took the first 50 packages loaded, whether or not they were filtered out, so now that's fixed and a "Load more..." button has been added. With that comes some changes to the lang strings for "gui.browser.endoflist" and a new one "gui.browser.loadmore". I also fixed the filtered packages issue also occurring in searches. This will overall allow a user to more easily find the maximum amount of packages without loading literally over a hundred packages at once, not good for performance...
2022-05-16general improvements0neGal
Made the UI slightly bigger, and the mod elements aren't on their own line, this allows you to see more at once while it being bigger and more telligble, before it was kind of empty.
2022-05-16Merge pull request #122 from 0neGal/dependency-supportbetter-browser0neGal
feat: Dependency support
2022-05-16Merge branch 'dependency-support' into dependency-support0neGal
2022-05-16already installed dependencies are now skipped0neGal
If you already have all the dependencies or some dependencies of a package those will be skipped, if there is no dependencies missing it'll just install, and otherwise it'll show the missing and ask whether you want to install them. Meaning if a package has two dependencies and you've one of them only the one you don't have will show up.
2022-05-16Merge pull request #123 from AA-Delta/patch-10neGal
"gui.mods.confirmdependencies" "es" localization
2022-05-12"gui.mods.confirmdependencies" "es" localizationDelta
#122
2022-05-12initial draft for supporting dependencies0neGal
This should allow you to install packages that have dependencies, however maybe not with the best UI/UX experience, as currently there's only an English localization, and we also install dependencies even if the dependency is already installed.