log engine/core/vfs/vfsdirectory.cpp @ 433:c75f9834f9d0

age author description
2010-02-11 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]
2010-01-23 prock One last change to remove the lower case transofmrations of filenames. close[t:418]
2010-01-23 prock Removed the filename lower case transformations. OSX 10.6 is not case sensitive so I was unable to test fully.
2009-03-13 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.
2009-02-26 nihathrael * Applied two patches from icelus
2008-08-23 m64 Compatibility patch for boost 1.36.0
2008-07-13 mvbarracuda * Final LGPL switch step by adjusting the file headers
2008-06-29 mvbarracuda * Datasets becomes the new trunk and retires after that :-)