Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-23 | actually fix duplicate mods | 0neGal | |
If a mod has multiple mod folders inside it, however all with the same name, they'll be merged together, this now fixes that, by adding "(dupe)" to the end of it, along with displaying an error, however it will install successfully. This also happens to add some duplicate toast protection, however this should be reworked, but I am not bothered to deal with it right now, and I instead will be putting this on future me. | |||
2022-11-19 | ignore mod if mod.json isn't formatted correctly | 0neGal | |
If a mod has an incorrectly formatted mod.json it is ignored when trying to build/get the list of installed mods. | |||
2022-11-19 | Merge pull request #153 from 0neGal/dependabot/npm_and_yarn/minimatch-3.1.2 | 0neGal | |
build(deps): bump minimatch from 3.0.4 to 3.1.2 | |||
2022-11-12 | build(deps): bump minimatch from 3.0.4 to 3.1.2 | dependabot[bot] | |
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-09-18 | Merge pull request #146 from Alystrasz/feat/ci-builds | 0neGal | |
2022-09-18 | refactor: remove --force option from `npm install` | Remy Raes | |
Issue has been fixed in #144. | |||
2022-09-18 | docs: update publish documentation | Remy Raes | |
2022-09-17 | fix: don't publish prerelease automatically | Remy Raes | |
2022-09-17 | feat: run release CI on prerelease | Remy Raes | |
2022-09-16 | refactor: replace "-p" by "--publish" in executable builds | Remy Raes | |
2022-09-16 | Merge branch '0neGal:main' into feat/ci-builds | Rémy Raes | |
2022-09-15 | Revert "feat: upload Windows installer executable on commits" | Remy Raes | |
This reverts commit fd9ed6c0a7a323c32733752ce1125c16c20423eb. | |||
2022-09-15 | feat: upload Windows installer executable on commits | Remy Raes | |
2022-09-14 | bumped version number to 1.6.2v1.6.2 | 0neGal | |
2022-09-14 | differentiation between update() and updatevp() | 0neGal | |
Some functions have been renamed: update() -> updateNorthstar() updatevp() -> updateViper() Overall these are far better function names... | |||
2022-09-14 | renamed Viper requests cache file | 0neGal | |
"requests.json" is very vague, and going through your cache folder may confuse you as to what program created the file, now it's way clearer. | |||
2022-09-14 | Merge pull request #151 from Alystrasz/fix/northstar-freezes | 0neGal | |
fix: spawn game processes in separate shells | |||
2022-09-14 | fix: include .exe.blockmap files in release files | Remy Raes | |
2022-09-14 | fix: upload missing latest-linux.yml file to release | Remy Raes | |
2022-09-14 | fix: don't set published release to draft | Remy Raes | |
2022-09-14 | feat: add linux release builds job | Remy Raes | |
2022-09-14 | refactor: typo in windows release job | Remy Raes | |
2022-09-14 | feat: update release builds to created release | Remy Raes | |
2022-09-14 | Merge branch 'main' of github.com:0neGal/viper into feat/ci-builds | Alystrasz | |
2022-09-13 | fix: spawn game processes in separate shells | Alystrasz | |
2022-08-17 | Merge branch 'main' of https://github.com/0neGal/viper | 0neGal | |
2022-08-17 | removed man page | 0neGal | |
Along with it marked-man, it has npm problems, and we also don't package the man page anywhere, so there's not much reason to keep it here. | |||
2022-08-09 | Merge branch 'main' into feat/ci-builds | Alystrasz | |
2022-08-09 | fix: try to run release CI on release creation | Alystrasz | |
2022-08-09 | Merge pull request #145 from Alystrasz/feat/no-internet-handling | 0neGal | |
feat: No internet handling | |||
2022-08-08 | feat: add Spanish translation | Alystrasz | |
Co-authored-by: Delta <31860825+AA-Delta@users.noreply.github.com> | |||
2022-08-08 | fix: run release CI on published release | Alystrasz | |
2022-08-08 | Merge branch 'feat/ci-builds' of github.com:Alystrasz/viper into feat/ci-builds | Alystrasz | |
2022-08-08 | build: add release CI skeleton | Alystrasz | |
2022-08-07 | Merge branch 'main' into feat/ci-builds | Rémy Raes | |
2022-08-07 | feat: add Linux builds CI | Alystrasz | |
2022-08-07 | refactor: rename windows build job | Alystrasz | |
2022-08-07 | fix: lint | Alystrasz | |
2022-08-07 | added: contributor list "embed" | 0neGal | |
2022-08-07 | feat: add German translation | Alystrasz | |
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me> | |||
2022-08-07 | fix: only include executable windows artefacts | Alystrasz | |
2022-08-07 | fix: do not let electron-builder publish development builds | Alystrasz | |
2022-08-07 | fix: only upload needed files after build | Alystrasz | |
2022-08-07 | fix: only compile windows build on windows ci | Alystrasz | |
2022-08-07 | build: install npm dependencies by force | Alystrasz | |
2022-08-07 | fix: typo | Alystrasz | |
2022-08-07 | build: add initial CI configuration | Alystrasz | |
2022-08-06 | feat: translate "impossible to fetch release notes" messages | Alystrasz | |
2022-08-06 | feat: display a toast message if no Internet at launch | Alystrasz | |
2022-08-06 | feat: prevent Northstar update and update download link text if no Internet | Alystrasz | |