summaryrefslogtreecommitdiff
path: root/src/filesys.cpp
AgeCommit message (Collapse)Author
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-04-06Add #include <unistd.h> to filesys.cppPerttu Ahola
2012-03-26Better file/directory removal platform code and utilitiesPerttu Ahola
2012-03-25Small fix to fs::GetDirListing when trying to list an inexistent directoryPerttu Ahola
2012-03-23Fix filesys.cpp debug output to go into debug.txtPerttu Ahola
2012-03-11Fix CreateAllDirs() (failed for relative fully non-existing path)Perttu Ahola
2011-12-04Check symlinks with stat() to know if they are directories or notPerttu Ahola
2011-12-04Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, ↵Perttu Ahola
falling back on stat().
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola
on OS)
2011-09-06Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola
2011-08-14Windows.h -> windows.h for cross-mingw buildPerttu Ahola
2011-05-18New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks
2011-01-26should work nowPerttu Ahola
2011-01-26Little fixesPerttu Ahola
2011-01-26Map deletion buttonPerttu Ahola
2011-01-07removed boost support from filesys.cpp; default to posixPerttu Ahola
2010-11-29license stuffPerttu Ahola
--HG-- rename : src/licensecomment.txt => licensecomment.txt
2010-11-27Initial filesPerttu Ahola