summaryrefslogtreecommitdiff
path: root/src/filesys.cpp
Commit message (Expand)AuthorAge
* Fix RemoveRelatvePathComponentsShadowNinja2016-12-20
* Fix fs::RemoveRelativePathComponents for paths with a leading dot componentShadowNinja2016-11-24
* Use MoveFileEx to rename files on Windows (not rename)gregorycu2016-05-01
* filesys: safeWriteToFile(): Remove the target file before rename only on WindowsPerttu Ahola2016-01-01
* Add seperate cache pathShadowNinja2015-12-07
* Windows: Fix some warnings.Diego Martinez2015-07-09
* Add mod securityShadowNinja2015-05-16
* Tests: Modularize unit testingkwolekr2015-04-26
* Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-08
* Fix fs::GetRecursiveSubPaths trying to get directory lists for filesShadowNinja2014-12-24
* Rewrite fs:GetDirListing(file) by kahrlSmallJoker2014-12-10
* Ignore .name directories and filesSmallJoker2014-12-10
* Remove temporary file at safeWriteToFile()selat2014-08-16
* Add support for Android 2.3+sapier2014-06-29
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-13
* Fix various memory access problems detected by valgrindKahrl2013-08-07
* Replace C++ mainmenu by formspec powered onesapier2013-07-02
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Add #include <unistd.h> to filesys.cppPerttu Ahola2012-04-06
* Better file/directory removal platform code and utilitiesPerttu Ahola2012-03-26
* Small fix to fs::GetDirListing when trying to list an inexistent directoryPerttu Ahola2012-03-25
* Fix filesys.cpp debug output to go into debug.txtPerttu Ahola2012-03-23
* Fix CreateAllDirs() (failed for relative fully non-existing path)Perttu Ahola2012-03-11
* Check symlinks with stat() to know if they are directories or notPerttu Ahola2011-12-04
* Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, fa...Perttu Ahola2011-12-04
* Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola2011-10-16
* Fix bug in posix file/directory removal wrapper, as pointed out by kahrlPerttu Ahola2011-09-06
* Windows.h -> windows.h for cross-mingw buildPerttu Ahola2011-08-14
* New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks2011-05-18
* should work nowPerttu Ahola2011-01-26
* Little fixesPerttu Ahola2011-01-26
* Map deletion buttonPerttu Ahola2011-01-26
* removed boost support from filesys.cpp; default to posixPerttu Ahola2011-01-07
* license stuffPerttu Ahola2010-11-29
* Initial filesPerttu Ahola2010-11-27