Michael Fitzmayer

Results 11 issues of Michael Fitzmayer

Apparently you changed the copyright year from 2017 to 2020 but the year of first publication should be set out. It is a common misconception that the current year should...

The Symbian S60v1 SDK does not provide `stdint.h`. This additional preprocessor definition ensures that the required types are provided so that `stb_image.h` also compiles on this legacy system. This modification...

2 bug
1 stb_image
2 good-no changes needed

**Is your feature request related to a problem? Please describe.** I'm actively developing a game for a legacy system. The compiler does not provide `stdint.h`, which seems to be a...

4 enhancement

Hello, I am currently working on a project that I am documenting here: https://mupf.dev/xbox-how-to-build-a-low-cost-flight-simulation-rig.html In the course of this, however, I noticed that the Xbox Series X/S does not support...

All initialisation routines have been organised into separate functions. Separate functions for deinitialisation would be useful.

In order to activate simple physics, basic tile collisions need to be reimplemented.

When VSync is enabled, the game logic is updated too fast if the monitor refresh rate exceeds 60 Hz. Todo: set game logic speed to a fixed update rate. Preferably...

Hi there, I have been working on a tool for CAN and CANopen for some time now. I have also written a simple DBC parser for it. I have a...

I've noticed that the current implementation of the N-Gage renderer doesn't support using textures as a rendering target. I've taken on the task of adding this feature, but any help...

enhancement
help wanted