summaryrefslogtreecommitdiff
path: root/src/filesys.h
Commit message (Collapse)AuthorAge
* Add seperate cache pathShadowNinja2015-12-07
| | | | | This is set to the XDG cache path where possible. It's set to the app's cache path on Android.
* Add environment variable MINETEST_WORLD_PATHSmallJoker2015-10-02
| | | | Also add PATH_DELIM for Windows compatibility.
* Add mod securityShadowNinja2015-05-16
| | | | Due to compatibility concerns, this is temporarily disabled.
* Tests: Modularize unit testingkwolekr2015-04-26
| | | | | | Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code
* Porting: Refactor initalizePaths()kwolekr2015-04-19
| | | | | Add support for Solaris and HP-UX Search additional potential procfs locations for current executable
* Schematics: Prepend mod path to relative schematic filepathskwolekr2015-04-08
|
* Dont write directly to files but rather write and copy a tmp filePilzAdam2013-08-13
|
* 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 ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Better file/directory removal platform code and utilitiesPerttu Ahola2012-03-26
|
* Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola2011-10-16
| | | | on OS)
* New map directory structure that avoids map size being limited by filesystemCiaran Gultnieks2011-05-18
|
* should work nowPerttu Ahola2011-01-26
|
* Map deletion buttonPerttu Ahola2011-01-26
|
* license stuffPerttu Ahola2010-11-29
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Initial filesPerttu Ahola2010-11-27