]> git.xonotic.org Git - xonotic/netradiant.git/commit
q3map2: implement symlink resolution 173/head
authorThomas Debesse <dev@illwieckz.net>
Thu, 25 Feb 2021 01:12:23 +0000 (02:12 +0100)
committerThomas Debesse <dev@illwieckz.net>
Fri, 5 Mar 2021 02:17:08 +0000 (03:17 +0100)
commit2f40a49c022377973fefa23bdf4ecfe8586aae54
treeddef4f96ebed3a9a05f3fe5fee2f0f16e88d1a43
parent942fe5687ea7bbf6fa1240989fae17879217a048
q3map2: implement symlink resolution

Ported from Dæmon engine implementation by slipher
which was a complete rewrite of one I did on Dæmon
by taking inspiration from Darkplaces engine.

- https://github.com/DaemonEngine/Daemon/blob/master/src/common/FileSystem.cpp
- https://gitlab.com/xonotic/darkplaces/-/blob/div0-stable/fs.c
tools/quake3/common/vfs.c