Results 49 issues of SiegeLord

This happens reliably with most examples. Exact reasons unknown.

We're affected by this issue: https://stackoverflow.com/questions/34139450/getwindowrect-returns-a-size-including-invisible-borders/34143777#34143777 It's a bit annoying to fix, since the relevant function only works when the window is shown, so we can't pre-position the window correctly.

Windows

We cache ALLEGRO_TARGETS which makes it a pain to change the monolith vs not (and perhaps other changes too). It shouldn't be cached.

On non-English systems the default font is pretty crappy for user input. This is pretty easy to do, probably follow the pattern of how the conditional native dialog support is...

Enhancement
Easy

Joysticks have been subtly and not so subtly broken for years. If we want to have a joystick feature at all, it should work well. SDL has established a standard...

Current Allegro has two rendering systems, the one for drawing bitmaps inside core and the one for drawing everything else in the primitives addon. Their separation causes a number of...

Enhancement

`al_set_render_state` seems like a natural spot for it.

Enhancement