Commit Graph

57 Commits

Author SHA1 Message Date
Maschell 71e8dfb275 Bump version to 0.2.6 2024-05-10 17:55:17 +02:00
Maschell 8ac96cbc08 Update .gitignore to ignore any .zip files 2024-05-10 17:55:17 +02:00
Maschell ae63208d8e Fix displaying the region free splash screen in 576i and 480i 2024-05-10 17:55:17 +02:00
Maschell af509915f9 Bump version to 0.2.5 2024-05-08 23:24:57 +02:00
Maschell 690c2e62f9 Never show splash screen for H&S app 2024-05-08 23:24:57 +02:00
Maschell 21827fe55d Update Dockerfile 2024-05-05 18:00:01 +02:00
Maschell e689d06efd Force real prodArea in _SYSGetSystemApplicationTitleIdByProdArea 2024-04-29 12:55:38 +02:00
Maschell 6347de2eda Bump softprops/action-gh-release from 1 to 2 2024-04-26 11:48:36 +02:00
Maschell 58aaf44dd8 Update Dockerfile 2024-04-26 11:48:36 +02:00
Maschell 7d6c9bd08e Make sure to save the selection when auto detection is disabled 2024-04-26 11:48:36 +02:00
Maschell a6619ab33d Reimplement/refactor everything 2024-04-26 11:48:36 +02:00
Maschell a7b9626818 WUPS 0.8.0 support 2024-04-26 11:48:36 +02:00
dependabot[bot] e29f1c1921 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 17:13:48 +02:00
Maschell 878f09dcd1 Create dependabot.yml 2023-07-23 10:31:12 +02:00
Maschell 3e7be32c1f Bump version 2023-07-19 19:35:06 +02:00
Maschell 611907c0b2 Update Dockerfile 2023-07-19 15:11:42 +02:00
Maschell f8cbe4126a Fix the linking order to make sure "wut_get_thread_specific" will be overriden 2023-07-19 13:01:00 +02:00
Maschell 69d38db46d Update Dockerfile 2023-07-06 16:10:04 +02:00
Maschell cd62005f9d Change docker registry to ghcr.io 2023-03-17 17:00:55 +01:00
Maschell df41814b07 Bump the version 2023-01-14 14:41:52 +01:00
Maschell c6f089367c Patch the language/region in the e_manual process to fix electronic manual 2023-01-12 18:03:43 +01:00
Maschell 1e3af06d9b Bump the version to 0.2.1 2023-01-11 11:29:28 +01:00
Maschell 2f0ec16408 Updae the CI to use a non-deprecated release action 2023-01-11 11:29:28 +01:00
Maschell a9073421dd Improve commit messages for nightlies 2023-01-05 19:31:02 +01:00
Maschell 57209ba40e Move utils files into utils directory 2023-01-05 19:31:02 +01:00
Maschell 26a48dfca3 Use libschrift instead of freetype 2023-01-05 19:31:02 +01:00
Maschell 86e360506a Update Dockerfile 2023-01-05 19:31:02 +01:00
Maschell 9a3dec0c12 Add "check-build-with-logging:" job to the pull request CI 2023-01-05 19:31:02 +01:00
Maschell 52136c685c Update CI to use actions/checkout@v3 2023-01-05 19:31:02 +01:00
Maschell cf069fd7c0 Bump the version 2022-09-19 22:15:36 +02:00
Maschell 0b87b978f2 Fix KPAD input in menu 2022-09-19 17:15:50 +02:00
Maschell 3dfa9ffca0 Add the git-hash to the version if using a nightly build 2022-09-19 15:18:06 +02:00
Maschell bdaf8f1a07 Update the Makefile to be compatible with CLion 2022-09-19 15:18:06 +02:00
Maschell 9dea249167 Remove unused imports 2022-09-19 15:18:06 +02:00
Maschell 8aed9f0467 Turn on compiler optimization 2022-09-18 13:05:03 +02:00
Maschell 4c67d1f935 Update the config description to better describe what they are actually doing 2022-09-18 13:05:03 +02:00
Maschell 7ab24be653 Stop loading the country from the config file 2022-09-18 13:05:03 +02:00
Maschell c7075d78dd Use ubuntu-22.04 for the CI 2022-09-18 13:05:03 +02:00
Maschell 9ab8cbfd49 Fix country detection for in-region titles 2022-09-18 13:05:03 +02:00
Maschell 96dd185bbe Update README.md 2022-09-07 17:24:37 +02:00
Maschell b151117f7b Updated the README and config menu 2022-09-07 15:56:43 +02:00
Maschell 3f5df706bc Fix region detection of current title 2022-09-07 15:56:43 +02:00
Maschell aa09753b44 Fix menu prompt directly after launch 2022-09-05 23:18:06 +02:00
Maschell 4b734f7b74 Update Dockerfile 2022-09-05 22:02:01 +02:00
Maschell 5371980331 Add LICENSE 2022-09-05 20:44:32 +02:00
Maschell 94e992d24d Skip autodetection when loading titles from the own region and fix compiling for latest WUPS 2022-09-05 20:44:32 +02:00
Maschell 7dd81db0b3 Use the correct type for KPADError 2022-03-05 17:53:46 +01:00
Maschell d493bc3424 Format the code via clang-format 2022-02-04 15:53:00 +01:00
Maschell b75edb5863 Update Dockerfile, use WUPS 0.7.1 2022-01-30 17:36:45 +01:00
Maschell 81e6649a79 Do logging only when built with `make DEBUG = 1` 2022-01-30 17:35:12 +01:00