log engine/core/vfs/vfsdirectory.cpp @ 695:47d58c7a95d7

age author description
Thu, 31 Mar 2011 02:56:16 +0000 vtchill Fixed the VFSDirectory so that it is compatible with the different versions of boost::filesystem. It chooses the correct functions based on the boost version being used.
Thu, 11 Feb 2010 04:18:42 +0000 prock Fixed a bug where the editor would exit because of a boost exception when browsing to a directory that the user does not have access to. The vfs now catches the boost exception and throws a FIFE exception. Updated the filebrowser to catch the exception and display a warning to the user. fixes[t:413]
Sat, 23 Jan 2010 22:57:54 +0000 prock One last change to remove the lower case transofmrations of filenames. close[t:418]
Sat, 23 Jan 2010 21:53:51 +0000 prock Removed the filename lower case transformations. OSX 10.6 is not case sensitive so I was unable to test fully.
Fri, 13 Mar 2009 03:05:14 +0000 vtchill fixed bug where the root directory path name was being added to the filename twice. It was initially added in the listFiles/listDirectories functions and then added again in the private function list. I modified the code so it is only added in the list function now.
Thu, 26 Feb 2009 23:33:25 +0000 nihathrael * Applied two patches from icelus
Sat, 23 Aug 2008 21:43:21 +0000 m64 Compatibility patch for boost 1.36.0
Sun, 13 Jul 2008 11:05:12 +0000 mvbarracuda * Final LGPL switch step by adjusting the file headers
Sun, 29 Jun 2008 18:44:17 +0000 mvbarracuda * Datasets becomes the new trunk and retires after that :-)