Ryan C. Gordon
Ryan C. Gordon
(Tested on SDL3). I noticed I was hitting the scalar fallbacks for audio type conversion on an M1 Mac, and sure enough, the NEON code is disabled. The ARMNEON_FOUND test...
This is a draft PR to work towards my camera API wish list in #8626. It will be getting more commits, and probably a force-push or two. TODO list/wishlist: -...
> Okay, let's go ahead and add this patch for SDL 2.30 and I'll figure out what device was getting flat audio and see if I can improve that hint...
It might be nice to have `__COUNTER__`, etc: https://clang.llvm.org/docs/LanguageExtensions.html#builtin-macros
This is preliminary, but here's some initial wishlist things I'd like to do: - Make the Android stuff not use PHYSFS_Init with a magic structure. This was a wrong move....
> The fix in #243 is merged, so I'm going to close this, but I'll open an issue in ghwikipp where it'll refuse to accept an edit if pandoc throws...
Since the cronjob script is overwriting them but producing the same file when there are no category changes, the wiki then thinks that all these files need recooking since the...
The idea: - When someone makes an untrusted edit, we make a topic branch (`edit-$USERNAME-$TIMESTAMP`) commit there and push it and generate a pull request for it. - But if...
...plug that in at the appropriate point.
A page like 'SDL1.2Tutorials' will confuse the recooker, probably as it parses out the file extension, so it tries to recook every time, deleting a file named "SDL1.html" which likely...