Results 68 issues of SiegeLord

From Discord: > the documentation says that al_play_sample should return false if it was unsuccessful in playing the sound, like when it has no instances to use, but it always...

It would be convenient for shaders to have them set to something reasonable. A good option seems to be the local pixel coordinates of the circumscribed rectangle for most 2D...

Enhancement
Easy
Primitives addon

`al_blend_color(ALLEGRO_COLOR c1, ALLEGRO_COLOR c2, float factor)` Note that this should go via the linear space (i.e. internally it'd call `al_color_rgb_to_linear`, blend and then convert back). Optional: Add a version that...

Enhancement
Easy
Color addon

This would be a struct `ALLEGRO_AUDIO_STREAM_EVENT` with one public field `ALLEGRO_AUDIO_STREAM *source` and then 3 unused intptr_t fields for future expansion + the usual header stuff. Also this would have...

Enhancement
Easy

The idea here we want to do things like `al_draw_rectangle` with thickness > 0, but thickness going inside/outside the specified shape rather than being symmetric as it is today. By...

Enhancement
Easy
Primitives addon