Mercurial > fife-parpg
diff engine/core/vfs/vfs.h @ 337:f9aca52c7c45
VFS:
* Emit warning for upper case filenames. Fixes #122.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 24 Aug 2009 16:06:30 +0000 |
parents | 90005975cdbb |
children | a3a044c586ab |
line wrap: on
line diff
--- a/engine/core/vfs/vfs.h Mon Aug 24 15:34:23 2009 +0000 +++ b/engine/core/vfs/vfs.h Mon Aug 24 16:06:30 2009 +0000 @@ -48,6 +48,10 @@ * @note The VFS searches for a provider in the order they are added to the * VFS. Since the VFSHostSystem is added first, this implies, that host filesystem * files will override whatever might be in other VFS Sources (e.g. the DAT files) + * + * @note All filenames have to be @b lowercase. The VFS will convert them to lowercase + * and emit a warning. This is done to avoid problems with filesystems which are not + * case sensitive. */ class VFS { public: