
Overlooked ZDoom changes, working x64 MSVC config diff patch
Moderator: Graf Zahl
-
- Posts: 11
- Joined: Sat Jul 24, 2010 7:41
Overlooked ZDoom changes, working x64 MSVC config diff patch
I spotted a few old changes in the ZDoom source that GZDoom overlooked, and figured I'd beg and plead for the 64-bit compile patch to be included in the SVN as well
Compiles fine and works as far as I can tell, but I'm using VC2008 so it had to be converted before I could compile, diff is based on 2005 still.

You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: Overlooked ZDoom changes, working x64 MSVC config diff p
Care to give the ZDoom revision numbers for these changes?
I'm seeing 1452, 1461, 1468, 1545, 1780, 2092, is that all?
I'm seeing 1452, 1461, 1468, 1545, 1780, 2092, is that all?
-
- Posts: 11
- Joined: Sat Jul 24, 2010 7:41
Re: Overlooked ZDoom changes, working x64 MSVC config diff p
You mean the revisions with the changes that didn't get merged in? I didn't keep a record of the revisions with the changes, I was just using WinDiff and glancing through the logs on TortoiseSVN to make sure they were correct, it should be identical to the r2448 zdoom sources with the exception of the #ifdef lines on the hqnx scalers from gzdoom (it won't compile on x64). Most of them were on the libraries, like zipdir and lzma so they shouldn't be hard to find since they aren't modified much. All I remember is that one of them went as far back as r1400-something.
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: Overlooked ZDoom changes, working x64 MSVC config diff p
I did a quick check of the libraries and updated everything I could except zipdir. I never bothered to change the project for the new version so it still needs the old one.
-
- Posts: 11
- Joined: Sat Jul 24, 2010 7:41
Re: Overlooked ZDoom changes, working x64 MSVC config diff p
Thank you, I really appreciate your work
What about 2312, 1452, and the changes in gzdoom.vcproj? It's missing a few file references and still including ones that no longer exist.
Forgive my ignorance
, but why can't zipdir be updated and the 64-bit option be fixed? They compile without any errors and I've already provided the patch file with the changes so they can easily be reviewed if anything is incorrect. If the files are identical to zdoom now, doesn't that make updating less of a headache later?
Edit: attached build log and link to the binary
gzdoom64-r852-bin.zip

Forgive my ignorance

Edit: attached build log and link to the binary
gzdoom64-r852-bin.zip
You do not have the required permissions to view the files attached to this post.