Todd Cope

Results 13 issues of Todd Cope

When playing a module with my application that uses DUMB, my application kept crashing when trying to render the audio. I tracked the crash down into `resampler_run_cubic_sse()` in 'src/helpers/resampler.c'. Specifically,...

Allegro's native file chooser under MacOS currently lacks support for using patterns to filter which files are shown in the dialog. The MacOS file select dialog supports filtering by file...

After resizing a display by dragging the edge or corner, the events `ALLEGRO_EVENT_MOUSE_ENTER_DISPLAY` and `ALLEGRO_EVENT_MOUSE_LEAVE_DISPLAY` trigger incorrectly under MacOS. The issue can be reproduced easily by running `ex_mouse_events`, making the...

While trying to solve #1431, I found an issue with OpenGL on Windows where, after adding a menu to a display with `al_set_display_menu()`, the menu overlapped the drawable area of...

A user has requested help getting forced HO/PO to work with Guitar Hero 3 using Guitar Hero Three Control Panel. I've looked into it and it appears the notation Guitar...

For projects that use blocking GUI calls, we need a way to enable enhanced Allegro 5 rendering within the threaded display setup. I'm thinking it might be possible to set...

For users wanting to enhance their Allegro 4 projects by using Allegro 5 features and functionality, we should provide an interface for getting events from Allegro 5 to the Allegro...

A user reported that the install location cannot be changed. A sensible default location should be used, but the setting should be able to be changed by the user. I'll...

We should be able to convert the custom cursor into something we can pass into `al_create_mouse_cursor()` and use with `al_set_mouse_cursor()`.

Need to investigate why exsyscur displays the Allegro default cursor and the system cursor simultaneously.