Commit Graph

27 Commits

Author SHA1 Message Date
Gericom
9ca3e38668 Enable marquee for file names on the top screen. Fixes #22 2026-03-29 11:56:13 +02:00
Gericom
3f780fdd69 Improve error handling for parsing banners. Fixes #18 2026-03-29 11:47:08 +02:00
Gericom
7c06abf224 Hide files/dirs with hidden attribute and files/dirs starting with a period. Fixes #13, fixes #23 2026-03-29 09:55:45 +02:00
Gericom
2c142caa98 Enable debug information 2026-03-29 09:41:51 +02:00
Gericom
b7d7f9f352 Change cheat implementation to show cheats in database order, fix some bugs
- AdvancedPaletteManager incorrectly handled negative y positions
- FocusManager still had a pointer to a view that was destroyed in the cheats panel. After changing focus, memory got corrupted.
2026-03-15 13:28:59 +01:00
Gericom
601fd6371e Do not attempt to draw NdsFileIcon when the vram address is not yet set 2026-03-15 10:22:33 +01:00
Gericom
a4ecea6802 Fix some bugs in the cheats panel 2026-03-14 10:55:10 +01:00
Gericom
6c34d9324d Add cheat documentation, enable input repeat for L and R, show cheat category name 2026-03-08 13:03:26 +01:00
Gericom
43b1bf7afa Fix vram corruption when using the cheat panel in vertical grid mode
The graphics of an animated nds icon are now not all uploaded to vram at the same time.
There are now 1024 bytes available for each icon (previously 4096).
Double buffering is used to upload the new icon frame every time it changes.
2026-03-08 11:32:48 +01:00
Gericom
12ebd482d4 Add option to disable all cheats by pressing X in the cheat panel 2026-03-07 14:51:58 +01:00
Gericom
4d9318b0b9 Fix label marquee speed, add cheat description label 2026-03-01 17:12:56 +01:00
Gericom
10431c4615 Remember selected index when returning from cheat category 2026-03-01 16:24:05 +01:00
Gericom
e2e42115e7 Add marquee for long cheat names 2026-03-01 16:18:06 +01:00
Gericom
a9425eea7c Add cheats not found label 2026-03-01 13:43:31 +01:00
Gericom
7f35d524ae Fix a few bugs related to the cheat panel 2026-02-28 17:32:40 +01:00
Gericom
126b898ac4 Run CI on all branches 2026-02-28 17:10:57 +01:00
Gericom
f54a379ff2 Further work on support for cheats
Cheats can now be enabled/disabled and games can be launched with cheats
2026-02-28 17:00:02 +01:00
Gericom
dddee0bb94 Initial work on implementing support for cheats 2026-02-22 20:28:35 +01:00
Gericom
f73c8b0547 Merge pull request #21 from oakwoodwolf/develop
Update Usage.md
2026-02-08 16:35:52 +01:00
Roy Flaherty
a102068433 Update Usage.md 2026-02-03 21:42:24 +00:00
Gericom
d76d46ea73 Added support for Pico Loader API v2. This makes it possible to return to Pico Launcher from homebrew. v1.1.0 2026-01-10 17:08:06 +01:00
Gericom
e4c2fafa74 Updated to latest blocksds (Fixes #14) 2026-01-04 11:00:33 +01:00
Gericom
e2a8a540e9 Merge pull request #12 from lifehackerhansol/workflow-release
workflow: add release pipeline
2025-12-04 13:41:05 +01:00
lifehackerhansol
17d8e3b4f8 workflow: add release pipeline
- Minor change in push pipeline to remove spaces from artifact name
- Create release pipeline with the same steps that will upload a zipped
  package to every published release automatically
2025-12-03 21:09:03 -08:00
Gericom
9863dbf631 Merge pull request #10 from lifehackerhansol/workflow-remove-dotnet-env
workflow: remove unnecessary dotnet environment variables
2025-11-29 14:41:52 +01:00
lifehackerhansol
c77bf774d4 workflow: remove unnecessary dotnet environment variables
- This is not needed in pico-launcher.
2025-11-29 04:43:35 -08:00
Gericom
5d6f67c612 Initial commit v1.0.0 2025-11-25 17:41:31 +01:00