SiegeLord
SiegeLord
Yes, `al_save_bitmap` should return false if it doesn't already. We probably should document the logging setup somewhere. It's disabled in release mode... I guess for historical reasons. It's possible to...
Hi, this is great; thank you for setting that up! We've wanted to set up a pypi package for awhile, but never got around to it. Here are some changes...
Does homebrew have minimp3?
It's certainly possible to add `minimp3` to homebrew in principle, but they might not be happy with it as per https://docs.brew.sh/Acceptable-Formulae#niche-or-self-submitted-stuff. Another option might be for Allegro to vendor it,...
Maybe the vendoring option isn't that bad, actually. The license of minimp3 is public domain and if Debian objects, they can simply remove it from Allegro as part of their...
Well, let me ask the Homebrew folks directly first actually... this naturally they also discourage vendoring: https://github.com/Homebrew/discussions/discussions/2806
We're just missing a build for Groovy. I'll make one soon.
Also... technically 20.10 has Allegro in its official packages, so you could also remove Allegro's PPA.
I think a first step would be to understand how you're meant to use SDL on OSX. Do they have functionality similar to allegro_main-addon?
First, download the static binaries for both [Allegro](https://github.com/liballeg/allegro5/releases/download/5.2.7.0/allegro-x86_64-w64-mingw32-gcc-10.2.0-posix-seh-static-5.2.7.0.zip) and the [dependencies](https://github.com/liballeg/allegro_winpkg/releases/download/1.12.0/allegro_deps-x86_64-w64-mingw32-gcc-10.2.0-posix-seh-1.12.0.zip). Extract them all somewhere. Then, you need these link commands: ``` -static-libgcc -static-libstdc++ -static -lpthread -lallegro_monolith-static -ldumb -lFLAC -lfreetype...