aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-28[feat] adding a 512x512 iconRemy Raes
2021-12-28[chore] setting resources folder in build configurationAlystrasz
2021-12-28[chore] removing unused .ico iconAlystrasz
2021-12-28[refactor] renaming app iconAlystrasz
2021-12-28[feat] adding application iconsAlystrasz
2021-12-28[feat] application has a logoAlystrasz
2021-12-27added light mode, the superior mode0neGal
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-27added --debug0neGal
This means devtools don't get opened no matter what and --debug is required for it to open.
2021-12-27added roboto font locally0neGal
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-27made the app prettier on windows0neGal
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-27fixed settings being saved improperly0neGal
Im a dumbass and made a tiny mistake...
2021-12-27fixed not being in the gamepath when launching0neGal
Northstar requires you to be in the gamepath when launching, so we now change the current directory when launching.
2021-12-27this might add launch options? maybe?0neGal
I haven't tested this on Windows... And I will in a bit...
2021-12-27changed how settings are loaded/saved0neGal
2021-12-27added working cli arguments0neGal
I think?
2021-12-26the renderer is no longer required for updating0neGal
Everything is now in utils.js and simply gets called through IPC calls which make it quite simple to add CLI arguments...
2021-12-26you can now set the game path in the UI0neGal
2021-12-25basic updater/installer is now working0neGal
2021-12-25pretty hover animations0neGal
2021-12-25basic frontend0neGal