aboutsummaryrefslogtreecommitdiff
path: root/src/filesys.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add #include <unistd.h> to filesys.cppPerttu Ahola2012-04-061-0/+1
* Better file/directory removal platform code and utilitiesPerttu Ahola2012-03-261-20/+114
* Small fix to fs::GetDirListing when trying to list an inexistent directoryPerttu Ahola2012-03-251-3/+2
* Fix filesys.cpp debug output to go into debug.txtPerttu Ahola2012-03-231-16/+17
* Fix CreateAllDirs() (failed for relative fully non-existing path)Perttu Ahola2012-03-111-2/+3
* Check symlinks with stat() to know if they are directories or notPerttu Ahola2011-12-041-6/+7
* Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, fa...Perttu Ahola2011-12-041-4/+29
* Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola2011-10-161-2/+2
* Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola2011-09-061-1/+1
* Windows.h -> windows.h for cross-mingw buildPerttu Ahola2011-08-141-1/+1
* New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks2011-05-181-0/+19
* should work nowPerttu Ahola2011-01-261-1/+5
* Little fixesPerttu Ahola2011-01-261-5/+18
* Map deletion buttonPerttu Ahola2011-01-261-0/+87
* removed boost support from filesys.cpp; default to posixPerttu Ahola2011-01-071-37/+3
* license stuffPerttu Ahola2010-11-291-0/+19
* Initial filesPerttu Ahola2010-11-271-0/+205