aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-04Merge pull request #65 from 0neGal/easier-download0neGal
Improve ease of install
2022-02-03added windows logo to download button0neGal
2022-02-03first draft of the easier to use install README0neGal
2022-01-28updated preview image0neGal
Both to the new image, but also for the minimize button
2022-01-28bumped version number to 1.1.0v1.1.00neGal
2022-01-28Merge pull request #60 from 0neGal/new-logo0neGal
Add new icon
2022-01-27add new icon0neGal
This both changes the ones in src/assets and src/app/icons
2022-01-27fix spelling in maintainers.json0neGal
2022-01-26Merge pull request #58 from AA-Delta/lang-es0neGal
Add spanish translation
2022-01-25Update es.json translation to match #53 en.jsonDelta
2022-01-26Merge branch 'lang-es' of AA-Delta/viper into lang-es0neGal
2022-01-26Merge branch 'main' of 0neGal/viper into lang-es0neGal
2022-01-26added lang/maintainers.json, updated langs.js0neGal
langs.js now prints out a proper good looking output, and also now takes advantage of maintainers.json to provide proper information.
2022-01-25Merge pull request #5 from AA-Delta/mainDelta
Update for translation
2022-01-25Update/Merge main from Viper's repoDelta
PR to merge to fork
2022-01-26Merge branch 'main' of 0neGal/viper into lang-es0neGal
2022-01-26Merge pull request #53 from 0neGal/detect-gamepath0neGal
Detect gamepath automatically
2022-01-26fixed mods not updating after changing path0neGal
This also fixes mods not showing up after first install of NS
2022-01-25changed French localization, remove .vscode/0neGal
2022-01-25Updated LanguajeDelta
2022-01-25Add es.jsonDelta
Add spanish translation (Latin-america)
2022-01-24no alert when manually changing the game path0neGal
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-24Merge pull request #57 from Alystrasz/fix/french-translation0neGal
[fix] update general.missingpath French translation
2022-01-24[fix] update general.missingpath French translationRemy Raes
2022-01-24Edge 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-23simplify VDF code0neGal
2022-01-23fix: Finding Windows game folder (#55)Rémy Raes
2022-01-23removed unneeded "https://" in FUNDING.yml0neGal
2022-01-23Merge pull request #54 from 3top1a/main0neGal
2022-01-23Repaired vdf reading3top1a
- os nor app was imported - returned the entire vdf file instead
2022-01-23moved 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-22fixed setGamepath(folder)0neGal
2022-01-22fixed checking for linux instead of win320neGal
2022-01-22implement #52 into #510neGal
2022-01-22initial review of VDF parsing0neGal
2022-01-22Don't save settings twice3top1a
2022-01-22Basic, prob. linux only3top1a
2022-01-20added contact/support information to README0neGal
2022-01-20bump version number to 1.0.3v1.0.30neGal
2022-01-19Merge pull request #46 from 0neGal/documentation0neGal
Adding documentation/comments
2022-01-19documented the rest of the files0neGal
2022-01-18Merge branch 'main' of https://github.com/0neGal/viper0neGal
2022-01-18added proper crediting0neGal
2022-01-18fixed random text in the middle of code0neGal
This was some Vim shenanigans (accidentally pressing "." after adding that text a little further up), at least that's my guess.
2022-01-18added sponsors0neGal
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-17Merge pull request #49 from 0neGal/minimize-button0neGal
Add minimize button
2022-01-17added empty issue template0neGal
2022-01-17added issue templates0neGal
2022-01-17documented: index.js, cli.js, lang.js app/lang.js0neGal
2022-01-17added minimize button0neGal