Ryan C. Gordon
Ryan C. Gordon
Okay, we did some experimentation, and we think that just changing the existing function to take a format string is binary compatible across a bunch of architectures, and the risk...
Okay, this is rebased and updated to just have the original function offer printf-style formatting. Let the builders and @slouken check it, then go ahead and merge!
This brings me back to "they can just call snprintf and hand us a string" then. :/
Your patch was well-constructed, to be clear, we just decided against adding the API here.
Okay, I force-pushed to dump my changes and get us sync'd up to main; I think we'll take the RenderDebugTextF function (but not the V version). So as not to...
Okay, changes are ready; if the builders like it, we can merge.
It automatically generates links in the wiki when it sees a symbol that starts with `SDLNet_` (or `SDL_` in SDL itself, `IMG_` in SDL_image, etc), and removes those links when...
This was just fixed (it's a wikiheaders.pl issue, not ghwikipp, fwiw) ... https://github.com/libsdl-org/SDL/commit/5b688514c754fc7f91c676bc75e923f58f576b5c
(Having not looked) my assumption is that some places are using dlsym because they know they're on Unix and it avoids worrying about someone turning off the SDL_loadso subsystem.
Sure, but all that internal loading code hasn't changed since SDL 1.2. :) Most of the places using dlsym are either Android-specific (but could switch over to SDL_LoadObject), or they...