klei
klei
Hello, maybe it was already pointed out, but the original Macintosh releases came with full symbol tables in the elf executables. If function names are not all known yet, it...
I quickly went through some of the relevant source files like mixer.c, music.c and music_wav.c to see how loop points are realized for music playback. I did not know that...
Hello, this is a known original M.A.X. defect (exploit) related to group movement. It is documented as defect 136 on the [defect list](https://klei1984.github.io/max/defects/). It will be fixed at some point...
Unfortunately GitHub Actions preconfigured Ubuntu virtual environments, runners or build servers do not support 32 bit multilib environments anymore. At the time when GitHub Actions dropped 32 bit support M.A.X....
The crash in the audio hook is resolved. Apparently the miniaudio library crashes if it does not find an audio device, just "dummy audio". I will report the issue to...
I spent the whole day on this to no avail. CPACK and in particular dpkg-shlibdeps only finds dependent shared libraries that are installed onto the system via the OS package...
I was able to add the runtime dependencies to the deb installer. Now CMake does the dependency lookup automatically, but if CMake does not do dependency walking recursively it could...
Status update. Ubuntu as well as Arch Linux installation is still problematic. As of today the DEB installer script still raises a dozen linter errors, while the PKGBUILD script fails...
Hello @Wohlstand , would you be so kind to join the SDL discord server? https://discord.com/invite/BwpFGBWsv8
All versions behave like that for now. It is very annoying, I agree. The new mouse handler implementation did not modernize the related architecture yet - user input is a...