reQuiem is a custom OpenGL Quake engine for Windows and Linux. It's designed for maximum compatibility with all things Quake - past, present and future. It's fast, reliable, and easy to configure. In short: it fixes what was broken, improves what needed improving, and leaves the rest alone. It was developed by jdhack.
GNU General Public License v2.0
17
stars
2
forks
source link
after creating a compressed demo, add the dzip to com_searchpaths #44
Just leaving this PR here for a while in case anyone wants to comment... I don't have any further tests to do. Spirit or I will merge it soon-ish if there is no problem.
Resolves issue #30.
com_searchpaths has existing .dz files added to it at startup time. If we create a new .dz file we should add it too.
Note that we'll only add .dz files (not .zip files) to the searchpaths, to mimic the startup-time behavior which also only looks for .dz files.
Tested by doing demo compress with the dzip app and/or library installed.