aboutsummaryrefslogtreecommitdiff
path: root/src/filesys.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add environment variable MINETEST_WORLD_PATHSmallJoker2015-10-021-0/+2
| | | | Also add PATH_DELIM for Windows compatibility.
* Add mod securityShadowNinja2015-05-161-3/+7
| | | | Due to compatibility concerns, this is temporarily disabled.
* Tests: Modularize unit testingkwolekr2015-04-261-0/+4
| | | | | | Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code
* Porting: Refactor initalizePaths()kwolekr2015-04-191-0/+2
| | | | | Add support for Solaris and HP-UX Search additional potential procfs locations for current executable
* Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-081-13/+16
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-131-0/+2
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-2/+31
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Better file/directory removal platform code and utilitiesPerttu Ahola2012-03-261-4/+15
|
* Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola2011-10-161-0/+8
| | | | on OS)
* New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks2011-05-181-0/+3
|
* should work nowPerttu Ahola2011-01-261-0/+1
|
* Map deletion buttonPerttu Ahola2011-01-261-0/+6
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Initial filesPerttu Ahola2010-11-271-0/+27