Michael Fitzmayer
Michael Fitzmayer
This would be very helpful to use libTMX on Android. I created a fork especially for this purpose: https://github.com/mupfelofen-de/tmx-android A way to register respective callback functions would probably a quite...
I had to laugh so much: he was indeed like that. Thank you for this posting!
There are a lot of open PRs, so I have one question: what happens next? I have included `stb` as a sub-module at the moment. I guess it's worth pointing...
In the meanwhile, 5 months have passed. Any chance of getting this fix merged any time soon? I am currently still using my local version, which is sub-optimal.
Hi! I don't know if it makes sense to introduce a separate symbol for the preprocessor for each platform. This could certainly be done more generically. But if that is...
Touché! I'll try to make it work on Symbian and send a PR ASAP.
Couldn't you provide this CMakeLists.txt besides the regular Makefile? There's no harm in having both, even though CMake can generate a Makefile, you usually don't do this within the project...
Would there be interest in migrating to CMake? I could help with that! This would allow the project to be compiled and debugged independently of the platform and IDE.
Hello, I have always seen C89 support as SDL's greatest strength, especially since the practical difference to C99 is mostly negligible. One quickly gets used to declare variables at the...
> @mupfdev, does the N-Gage SDK support `//` style comments and declaring variables in the middle of a block? Or if not by default, is there a compiler command line...