Todd Cope

Results 19 comments of Todd Cope

I wonder if this is fixed with newer versions of GCC. I wasn't able to get it working with `-mstackrealign`.

I recompiled everything with `-mstackrealign` and `-msse` and it still crashes on the SSE call. I'll try MSYS2 soon.

I've finally migrated my Windows development environment over to MinGW-w64 and the issue is not present with GCC 7.4. Maybe since MinGW32 is still the top result when searching for...

I noticed this issue when testing one of my games on Windows. If it is due to `IDirectInput8_EnumDevices()` being called too often, perhaps another way could be devised to check...

I just tried out using `RegisterDeviceNotification()` to trigger `IDirectInput8_EnumDevices()` and it works perfectly for USB devices. With `IDirectInput8_EnumDevices()` not being called all the time, joystick controls now work flawlessly in...

Hmm, I think it's actually triggered incorrectly toward the top and right of the window... yep. I am testing on 11.5.2. I'll see if I can get it to happen...

Looking at the code [here](https://github.com/liballeg/allegro5/blob/acf307bcf75192da30ce769c8ca65f152667311c/src/macosx/osxgl.m#L323) I see that `reshape()` is supposed to be called when the display is resized. On my 11.5.2 machine I see that the function is called...

Not sure exactly what's changed since the last time I tried to build Allegro several months ago, but I was getting a linker error referencing `CVDisplayLinkRelease` when building Allegro targeting...

The Allegro Legacy build of EOF runs on Big Sur. It hasn’t been released, but I can provide a build for testing purposes. It actually needs more testing before I...