Jon Bayle
Jon Bayle
Hi, the buffer/fd/callback set of load functions only exist for very specific cases, eg to load from a zipped file system, or using custom IO. These are not the preferred...
Sorry for not writing earlier... In the end, it still uses a global, it is just added in libTMX code instead of the user's code, I don't really see the...
Hello, thank you for your contribution. Sorry for the very late response :fearful: I do not want to expose anything from libxml2 in libtmx, so I'm not merging it. I...
There used to be a JSON importer in libTMX using the jansson library, but supporting two file formats that have the exact same features was too much work for me...
Thanks for clarifying the situation. I'll revive the json loader when Tiled fully adopts json as its main format. There will probably be a feature gap because that code is...
Thank you for this fix, the raylib example needs to be fixed as well before I merge this PR. I will do it if you don't have the time, or...
Hi, Indeed you're right, see: https://github.com/baylej/tmx/blob/master/examples/raylib/raylib.c#L73
Hi Ghassan, Thanks for this PR, and sorry for the delay, I work on this project only a few days per year... I will give you my input soon. I...
Hi, thank you for this, What is the issue? I can't infer what it is from the contributed code. Thanks!
Thanks again, would using function `atol()` then downcasting to a uint32_t be a simpler alternative, wdyt?