Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-28 | updated preview image | 0neGal | |
Both to the new image, but also for the minimize button | |||
2022-01-28 | bumped version number to 1.1.0v1.1.0 | 0neGal | |
2022-01-28 | Merge pull request #60 from 0neGal/new-logo | 0neGal | |
Add new icon | |||
2022-01-27 | add new icon | 0neGal | |
This both changes the ones in src/assets and src/app/icons | |||
2022-01-27 | fix spelling in maintainers.json | 0neGal | |
2022-01-26 | Merge pull request #58 from AA-Delta/lang-es | 0neGal | |
Add spanish translation | |||
2022-01-25 | Update es.json translation to match #53 en.json | Delta | |
2022-01-26 | Merge branch 'lang-es' of AA-Delta/viper into lang-es | 0neGal | |
2022-01-26 | Merge branch 'main' of 0neGal/viper into lang-es | 0neGal | |
2022-01-26 | added lang/maintainers.json, updated langs.js | 0neGal | |
langs.js now prints out a proper good looking output, and also now takes advantage of maintainers.json to provide proper information. | |||
2022-01-25 | Merge pull request #5 from AA-Delta/main | Delta | |
Update for translation | |||
2022-01-25 | Update/Merge main from Viper's repo | Delta | |
PR to merge to fork | |||
2022-01-26 | Merge branch 'main' of 0neGal/viper into lang-es | 0neGal | |
2022-01-26 | Merge pull request #53 from 0neGal/detect-gamepath | 0neGal | |
Detect gamepath automatically | |||
2022-01-26 | fixed mods not updating after changing path | 0neGal | |
This also fixes mods not showing up after first install of NS | |||
2022-01-25 | changed French localization, remove .vscode/ | 0neGal | |
2022-01-25 | Updated Languaje | Delta | |
2022-01-25 | Add es.json | Delta | |
Add spanish translation (Latin-america) | |||
2022-01-24 | no alert when manually changing the game path | 0neGal | |
When changing the game path by clicking the button you shouldn't be told it can't find the game and you've to select one manually, as you know that already. More importantly, if it could be found automatically it'll just not do anything. With this change I also changed the "gui.setpath" string to be more logical, and to make it clear what it does. | |||
2022-01-24 | Merge pull request #57 from Alystrasz/fix/french-translation | 0neGal | |
[fix] update general.missingpath French translation | |||
2022-01-24 | [fix] update general.missingpath French translation | Remy Raes | |
2022-01-24 | Edge case in vdf reading (#56) | 3top1a | |
* Edge case * Alert user only when automatic detection failed * extra info on not found message * support for [Free/Open]BSD Co-authored-by: 0neGal <mail@0negal.com> | |||
2022-01-23 | minor aesthetic changes | 0neGal | |
2022-01-23 | added "Find Mods" button | 0neGal | |
2022-01-23 | added loading, close button, element fadein etc | 0neGal | |
To show the loading simply do Browser.loading(), when a BrowserEl() is made it auto removes it. The loading and BrowserEl's will fade into view instead of popping in instantly. And then now there's a tiny close button, as it may not be obvious you can click the dark overlay or click Escape. | |||
2022-01-23 | simplify VDF code | 0neGal | |
2022-01-23 | fix: Finding Windows game folder (#55) | Rémy Raes | |
2022-01-23 | removed unneeded "https://" in FUNDING.yml | 0neGal | |
2022-01-23 | Merge pull request #54 from 3top1a/main | 0neGal | |
2022-01-23 | Repaired vdf reading | 3top1a | |
- os nor app was imported - returned the entire vdf file instead | |||
2022-01-23 | moved modules into extras/ | 0neGal | |
I moved requests.js into extras and made the function for finding the potentional gamepath into it's own module. I also made the exec() called Promise based. | |||
2022-01-22 | fixed setGamepath(folder) | 0neGal | |
2022-01-22 | fixed checking for linux instead of win32 | 0neGal | |
2022-01-22 | implement #52 into #51 | 0neGal | |
2022-01-22 | initial review of VDF parsing | 0neGal | |
2022-01-22 | Don't save settings twice | 3top1a | |
2022-01-22 | Basic, prob. linux only | 3top1a | |
2022-01-21 | actually loads thunderstore now | 0neGal | |
2022-01-20 | Merge branch 'main' of 0neGal/viper into thunderstore | 0neGal | |
2022-01-20 | added contact/support information to README | 0neGal | |
2022-01-20 | bump version number to 1.0.3v1.0.3 | 0neGal | |
2022-01-20 | added fallback icon, and ways to close the browser | 0neGal | |
You can either click "Escape" or simply click on the darkened background and it'll then close it. Ideally the fallback icon should never be shown, and it is more for testing. I also added a search bar that does nothing currently. | |||
2022-01-20 | initial commit on thunderstore support | 0neGal | |
Only frontend stuff, nothing that queries Thunderstore. | |||
2022-01-19 | Merge pull request #46 from 0neGal/documentation | 0neGal | |
Adding documentation/comments | |||
2022-01-19 | documented the rest of the files | 0neGal | |
2022-01-18 | Merge branch 'main' of https://github.com/0neGal/viper | 0neGal | |
2022-01-18 | added proper crediting | 0neGal | |
2022-01-18 | fixed random text in the middle of code | 0neGal | |
This was some Vim shenanigans (accidentally pressing "." after adding that text a little further up), at least that's my guess. | |||
2022-01-18 | added sponsors | 0neGal | |
This is a really not needed, and not only do I doubt anybody will care it is here, I frankly don't care either to receive money. However if somebody feels inclined and is very generous they can donate with the links here. | |||
2022-01-17 | Merge pull request #49 from 0neGal/minimize-button | 0neGal | |
Add minimize button |