Muzychenko Andrey
Muzychenko Andrey
I this reply, I am assuming that audio not working == midi music is not working, wav sounds are working. SDL mixer API does not offer midi backend configuration. I...
Release V2.1.0 contains improved FT compatibility. Please create a new issue if V2.1.0 is missing any FT behaviors.
New lines should stay. Before md reformat, they were even more pronounced.
Hello, quite an interesting problem you have here. It would appear that SDL repeat key detection somehow fails on your system. Flatpak release was recently redirected from 2.0.1 release to...
This is an issue with event-based keyboard input in SDL. SDL also offers immediate keyboard input; I will look into adding it as an option. Keyboard input jitter could also...
N1 is the same as #191, the solution is to update SDL to version >= 2.28.0 I fixed this for Windows binaries. On Linux, you have to update SDL library...
Hello. Unfortunately, no, I do not provide pre-compiled binaries for Linux. You could try flathub package, since it has aarch64 build: https://flathub.org/apps/com.github.k4zmu2a.spacecadetpinball Alternatively, compile it yourself, either cross or on...
I am not familiar with RPI stuff, armhf is most likely 32-bit arm. So, your choices are: 1) Compile the game on RPI itself. 2) Cross-compile the game on your...
The main feature of 2.1.0 release is FT Cadet compatibility improvement. It is mostly done, only one large task remains: To go through FT control code, looking for minor differences....
This feature is a work in progress; it was partially implemented in PR outside of planned development cycle. I will be fully implementing it sometime in the future. Currently it...