Commit Graph

11 Commits

Author SHA1 Message Date
JuanJakobo 7776c36048 Snake Plugin: Formating clang-format 2022-11-01 15:42:46 +01:00
JuanJakobo b5899e8aa2 Snake Plugin: get Highscore on start and only write to file if new highscore 2022-10-26 19:31:51 +02:00
JuanJakobo b97affa562 Snake Plugin: put state game over handeling into function 2022-10-26 19:31:12 +02:00
JuanJakobo 8304605551 Snake Plugin: put Storage handeling in openfile function 2022-10-26 19:30:38 +02:00
JuanJakobo 65fdda1f8a Snake Plugin: change file path 2022-10-26 19:30:01 +02:00
JuanJakobo 47cbdac7b1 Snake Plugin: Add highscore info 2022-10-24 18:20:57 +02:00
JuanJakobo 1a34dac8ba Snake Plugin: Implement #1041, save game state on pause 2022-10-24 18:20:03 +02:00
JuanJakobo 7ffa5fda8d Snake Plugin: Move structs to types header 2022-10-24 18:17:18 +02:00
Nikolay Minaylov 04f5ad83f8 [FL-2828] Dolphin score points update #1809 2022-10-12 01:54:35 +09:00
Sergey Gavrilov d10e16ca3c Snake game: nokia 6110-like sound (#1844)
* Snake game: nokia 6110-like sound
* Snake game: blocking sound notifications
* SnakeGame: flush notification queue with backlight enforce block

Co-authored-by: あく <alleteam@gmail.com>
2022-10-08 02:27:32 +09:00
SG b9a766d909 [FL-2627] Flipper applications: SDK, build and debug system (#1387)
* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-09-15 02:21:03 +09:00