katastic
katastic
It seems like function code (as opposed to declarations of ints/strings/functions/etc) don't have line numbers. Is there a way to add this, am I missing it, or is there some...
I know that's not default Warcraft behavior but it's pretty crazy sounding to have full volume war even when you look away. especially non-stop hitting building sounds, or "AI boat...
DDS doesn't appear to output any file at all (on Linux) even though the documentation says PCX, BMP, TGA and DDS are always supported. https://liballeg.org/a5docs/5.2.2/image.html > The following types are...
I just posted on A.CC but the server is currently half-dead so here we go. ````D al_save_bitmap("screen.png", al_get_backbuffer(al_display)); ```` Saving a screenshot of the screen is wrong (at least on...
Saving JPG segfaults when using DAllegro and Allegro 5. It's "possible" my built Allegro is missing JPEG library or something. So I'd recommend, if you're a dev, someone just try...
Minor issue. CMake files do not conform to modern CMake requirements. https://cmake.org/cmake/help/latest/policy/CMP0075.html > git clone allegro > cd build > cmake .. 
Installed Python versions: >Python 2.7.12 (default, Nov 19 2016, 06:48:10) >[GCC 5.4.0 20160609] on linux2 >Python 3.5.2 (default, Sep 14 2017, 22:51:06) >[GCC 5.4.0 20160609] on linux So I run...
There are missing constants that I've had to look up in the Allegro headers and define myself. For example: int ALLEGRO_PIXEL_FORMAT_ANY = 0; int ALLEGRO_VSYNC = 26; int ALLEGRO_MAX_BITMAP_SIZE =...
Has any thought been had toward updating this branch to the newest Xenia to fix bugs and performance issues? Thanks!
Just downloaded master, ran ./build in powershell:  Windows 10 64-bit ``` dmd --version DMD64 D Compiler v2.108.0 ```