SpiritQuaddicted / reQuiem

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

Case insensitivity does not apply to directories #32

Open SpiritQuaddicted opened 10 years ago

SpiritQuaddicted commented 10 years ago

On a case-sensitive filesystem trying to load "map" when it is in mod/MAPS/map.bsp will not work even with host_matchfilecase set to 0. mod/maps/MAP.bsp works fine.

Directories should be handled case-insensitive as well.