Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-29 | [feat] logo displays correctly on Windows build | Alystrasz | |
2021-12-28 | Merge branch 'main' into feat/icon | Alystrasz | |
2021-12-28 | fix initial config not setting zip variable | 0neGal | |
A bug stopped the settings.zip variable from being set after choosing the path, this resulted in Viper trying to save the zip to root. This was only on first launch, relaunching would fix this. For obvious reasons. | |||
2021-12-28 | added debug npm script | 0neGal | |
So you don't have to run "npx electron src/index.js --debug" every time manually... | |||
2021-12-28 | [chore] removing unused big icon | Alystrasz | |
2021-12-28 | [feat] adding a 512x512 icon | Remy Raes | |
2021-12-28 | [chore] setting resources folder in build configuration | Alystrasz | |
2021-12-28 | [chore] removing unused .ico icon | Alystrasz | |
2021-12-28 | [refactor] renaming app icon | Alystrasz | |
2021-12-28 | Merge branch 'main' into feat/icon | Alystrasz | |
2021-12-28 | [docs] Imply is mentioned as artist in the readme | Alystrasz | |
2021-12-28 | [feat] adding application icons | Alystrasz | |
2021-12-28 | [feat] application has a logo | Alystrasz | |
2021-12-28 | Merge pull request #1 from Alystrasz/fix/windows | 0neGal | |
2021-12-28 | [docs] updating readme | Alystrasz | |
2021-12-28 | [fix] running node_modules packages with npx command | Alystrasz | |
2021-12-27 | added light mode, the superior mode | 0neGal | |
This uses your system appearance to figure out which one to use. Meaning the people with dark mode enabled on Windows or through their GTK/QT theme will still see dark mode... | |||
2021-12-27 | added --debug | 0neGal | |
This means devtools don't get opened no matter what and --debug is required for it to open. | |||
2021-12-27 | fix broken package.json | 0neGal | |
2021-12-27 | changed description | 0neGal | |
Given that I've yet to implement any other modding tools outside of the updater and launcher the description will be changed to what it is now. | |||
2021-12-27 | added npm script for building package | 0neGal | |
Said script builds an AppImage and an NSIS Installer for Windows. I may make an AppX build as well, that way you can install it straight from your browser very neatly... | |||
2021-12-27 | rewording in README.md | 0neGal | |
2021-12-27 | forgot to add the preview image | 0neGal | |
whoops. | |||
2021-12-27 | finally a README.md | 0neGal | |
2021-12-27 | added roboto font locally | 0neGal | |
This means systems (like most Windows installs) that don't have the font can still be allowed to see it in all it's glory. | |||
2021-12-27 | made the app prettier on windows | 0neGal | |
I removed the titlebar, which I already had gone on my Linux system, besides that I also made it so the body of Viper can be held down to drag it around. And then added an exit button. | |||
2021-12-27 | fixed settings being saved improperly | 0neGal | |
Im a dumbass and made a tiny mistake... | |||
2021-12-27 | fixed not being in the gamepath when launching | 0neGal | |
Northstar requires you to be in the gamepath when launching, so we now change the current directory when launching. | |||
2021-12-27 | this might add launch options? maybe? | 0neGal | |
I haven't tested this on Windows... And I will in a bit... | |||
2021-12-27 | changed how settings are loaded/saved | 0neGal | |
2021-12-27 | added working cli arguments | 0neGal | |
I think? | |||
2021-12-26 | the renderer is no longer required for updating | 0neGal | |
Everything is now in utils.js and simply gets called through IPC calls which make it quite simple to add CLI arguments... | |||
2021-12-26 | you can now set the game path in the UI | 0neGal | |
2021-12-25 | fixed description | 0neGal | |
2021-12-25 | basic updater/installer is now working | 0neGal | |
2021-12-25 | pretty hover animations | 0neGal | |
2021-12-25 | basic frontend | 0neGal | |
2021-12-25 | Initial commit | 0neGal | |