Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | [feat] displaying installed northstar version | Alystrasz | |
2021-12-29 | fix width being set to wrong value | 0neGal | |
Apparently I'm dumb and when I did this I read what it was on by default when making the `width` variable, when doing so I accidentally read the height's value (115), compared to the width (600), I don't know how I managed to do this, I'm dumb... | |||
2021-12-29 | proper responsiveness for all languages | 0neGal | |
This should more or less ensure everything remains responsive even if the language is one with very long strings. | |||
2021-12-29 | [feat] adding version indicators on the UI | Alystrasz | |
2021-12-29 | uses navigator.language to determine language | 0neGal | |
2021-12-28 | [feat] adding a 512x512 icon | Remy Raes | |
2021-12-28 | [chore] setting resources folder in build configuration | Alystrasz | |
2021-12-28 | [feat] application has a logo | Alystrasz | |
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 | 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 | this might add launch options? maybe? | 0neGal | |
I haven't tested this on Windows... And I will in a bit... | |||
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 | basic updater/installer is now working | 0neGal | |
2021-12-25 | basic frontend | 0neGal | |