Mercurial > fife-parpg
log engine/core/vfs/vfsdirectory.cpp @ 629:e37469251b22
age | author | description |
---|---|---|
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. |