Status Update - February 2024
Added 2024-03-01 20:04:56 +0000 UTCHello! It's a month with no new releases, but I've been working practically all month.
SilentPatch
Work on SilentPatch continued all month, with around a dozen new fixes for San Andreas this month alone. The update for SA is nearing completion, and after that - Vice City and III!
Flipper Zero
- FBT/uFBT: Enable C++20/GNU23 in VSCode IntelliSense - the most recent toolchain update bumped up the C++ standard from C++17 to C++20, but it was omitted in VSCode's IntelliSense configuration - my PR fixed this, as well as one additional nitpick noticed while troubleshooting another IntelliSense issue for which I initially opened this PR for. The original issue was fixed in the C++ integration plugin instead, and I repurposed this PR to change the version of the standard.
- Engine: Fix inputs in Lefty mode - the release of the Video Game Module coincided with the release of the Flipper Game Engine, designed to help people make games on the Flipper. However, its internal drawing code was not respecting the Lefty mode, inverting the screen (and inputs) on the device.