Stefan Schmidt
Stefan Schmidt
It appears that the program doesn't actually crash, it exits because it's unable to recover from an error. We don't really support locales yet, so we're using the stubs included...
I think the forcedeth comment refers exclusively to the constant definitions. I don't think this drags in the GPLv2, it's basically just giving names to values. I'm personally not sure...
The comment was added by me because that was what seemed to happen when I had the opportunity to try my code on a debug kit (back when this was...
Hey, nice to see someone working on this :) As you can see, the branch where I worked on it myself is a huge mess - I really just poked...
@NagyD Cherry-picking the top commit from by branch onto yours fixes the gameplay issues I had and makes the game look correct (apart from the screen flashing blue instead of...
I'd be fine with that logo. I made a few small improvements to it that jfr mentioned in the Discord discussion (the screwholes are now actual holes instead of white...
I cannot reproduce your issue (see log below). `extract-xiso` doesn't need special handling for any filename characters, please make sure you're properly escaping them yourself though. ``` C:\Users\Venom\Desktop>..\Downloads\extract-xiso-win32-release\extract-xiso.exe -x "Whacked!...
I now added @Redherring32's changes with minor edits, and removed unnecessary file changes from mine.
I added even more traces (sorry :P ). The bottom is now pretty much complete, the traces I didn't add are the ones where I wasn't sure where they run...
This PR now contains all traces, apart from ones I overlooked or wasn't sure about.