David Gow

Results 60 comments of David Gow

Thanks for the message (and for trying Omnispeak). I'm especially thrilled that it seems to be mostly reliable. I've started work fixing these issues. Most of the accuracy work in...

Thanks for checking that out, and thanks for the extra info on the wetsuit message. I've managed to get it working on my machine, though there's a good chance it...

> Interesting thread about versions and patches: https://pckf.com/viewtopic.php?t=21 That's what I was thinking of when I wrote the README. The archive [here](https://files.keenmodding.org/ApocalypseGohanUpgradesArchive.zip) should have everything in it, but IIRC, it's...

I guess I wasn't the only person to watch LGR's video of RigelEngine this morning. :-) I've changed my mind about whether or not I want to do this a...

I've actually been thinking on-and-off about adding some sort of CI system for a while, so this is definitely on the radar. I'm not sure if we'd want to explicitly...

I've put some basic CI integration in. I'm using GitHub's builtin "actions" system rather than Travis CI, which wanted a few more permissions on my account than I can give...

I've not found glibc to be the main problem with the ``.dynamic`` versions of the Loki executables: it's the libstdc++ stuff which causes more problems. That being said, there's no...

I started testing this earlier today before getting hit by a few unrelated disasters. tl;dr, it's still broken. - CivCTP seems to render from multiple threads (even within the same...

> > Stack realignment: CivCTP's stacks are 4-byte aligned. Most distros are built with 16-byte aligned stacks to use SSE. Use **attribute**((force_align_arg_pointer)) to realign stacks in sdl12-compat to bridge this...