Nicholas Jankowski
Nicholas Jankowski
Building from master 37c1162, I could not get this to desync. The player seems to reach a secret exit just fine. The text file inside is also incorrect. This is...
Built 5e162ed and had no issue. Only used -iwad and -playdemo arguments. Demo SHA1: 279deb5df99c93e16bb84ead7060629505503e8c Heretic (1.3) WAD SHA1: f489d479371df32f6d280a0cb23b59a35ba2b833
Using Debian Jessie x86_64, identical results to @chungy except I was using GCC 4.9.2 and Clang 3.5.
Desync starts at game tick 4683. GCC compiled version has three more calls to P_Random during game tick 4683. These three calls occur in the next game tick with the...
Found one of the demos on a backup disk. [h5f3-803.zip](https://github.com/chocolate-doom/chocolate-doom/files/4290611/h5f3-803.zip) The Doomworld thread also mentions `h5s2-344.zip`, but that's not mentioned in this issue, and I probably don't have it. For...
One way to solve this is keeping a list of visited walls. Start with an unvisited wall. Add its start vertex to the contour list and mark the wall visited....
Actually, it seems sector 388 is three contours. 7->8->9->7 is a zero area contour. The only valid interior contour is supposed to follow 7->10 not 7->8. I had some additional...
I took apart some of these file formats a while ago. No guarantees on correctness, but it might be useful to cross-reference against your own RE work. https://github.com/njankowski/dftools/tree/master/doc Thanks for...