aboutsummaryrefslogtreecommitdiff
path: root/src/filesys.cpp
AgeCommit message (Expand)Author
2014-12-24Fix fs::GetRecursiveSubPaths trying to get directory lists for filesShadowNinja
2014-12-10Rewrite fs:GetDirListing(file) by kahrlSmallJoker
2014-12-10Ignore .name directories and filesSmallJoker
2014-08-16Remove temporary file at safeWriteToFile()selat
2014-06-29Add support for Android 2.3+sapier
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Dont write directly to files but rather write and copy a tmp filePilzAdam
2013-08-07Fix various memory access problems detected by valgrindKahrl
2013-07-02Replace C++ mainmenu by formspec powered onesapier
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 GP...Perttu Ahola
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, fa...Perttu Ahola
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola
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
2010-11-27Initial filesPerttu Ahola