Ryan C. Gordon

Results 1356 comments of Ryan C. Gordon

We should probably drop a 2.0.4 release though, since it's been awhile.

Actually, there aren't a _lot_ of patches since the last release, but they're almost all CVEs. @sezero, anything you want to get in before I mark a 2.0.4 release?

> making everything up and not knowing how to do memory management in C so it's just a bunch of arrays. :) Honestly, I have such an affection for these...

I would much rather have a cross-compiler running on GitHub's linux servers than try to do this through qemu; my understanding is that Haiku supports this sort of thing in...

Is this because you want to use the CMake project in a subdirectory of a larger project, and having a target named "dist" is causing problems? Honestly, since releases are...

There was a similar bug in the Linux port before source release, where the framebuffer would invert, and it came down to an epsilon issue. Bug was also in the...

I've had that blog post open in a tab for _months_, but haven't had a chance to work on this yet. But yes, I'd like to resolve this issue and...

Okay, so I looked at this, and reading from a PHYSFS_File does _not_ hold the state lock as far as I can tell, which is where most of your time...

Confirmed with Mathieu that this is happening during enumeration, so I'll figure out how to fix that.

You can't write to zip files. It (currently) only allows writing to loose files on the actual filesystem.