Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | Add seperate cache path | ShadowNinja | |
This is set to the XDG cache path where possible. It's set to the app's cache path on Android. | |||
2015-07-09 | Windows: Fix some warnings. | Diego Martinez | |
2015-05-16 | Add mod security | ShadowNinja | |
Due to compatibility concerns, this is temporarily disabled. | |||
2015-04-26 | Tests: Modularize unit testing | kwolekr | |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code | |||
2015-04-08 | Schematics: Prepend mod path to relative schematic filepaths | kwolekr | |
2014-12-24 | Fix fs::GetRecursiveSubPaths trying to get directory lists for files | ShadowNinja | |
2014-12-10 | Rewrite fs:GetDirListing(file) by kahrl | SmallJoker | |
2014-12-10 | Ignore .name directories and files | SmallJoker | |
Signed-off-by: Craig Robbins <kde.psych@gmail.com> | |||
2014-08-16 | Remove temporary file at safeWriteToFile() | selat | |
2014-06-29 | Add support for Android 2.3+ | sapier | |
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed! | |||
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-08-13 | Dont write directly to files but rather write and copy a tmp file | PilzAdam | |
2013-08-07 | Fix various memory access problems detected by valgrind | Kahrl | |
2013-07-02 | Replace C++ mainmenu by formspec powered one | sapier | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-04-06 | Add #include <unistd.h> to filesys.cpp | Perttu Ahola | |
2012-03-26 | Better file/directory removal platform code and utilities | Perttu Ahola | |
2012-03-25 | Small fix to fs::GetDirListing when trying to list an inexistent directory | Perttu Ahola | |
2012-03-23 | Fix filesys.cpp debug output to go into debug.txt | Perttu Ahola | |
2012-03-11 | Fix CreateAllDirs() (failed for relative fully non-existing path) | Perttu Ahola | |
2011-12-04 | Check symlinks with stat() to know if they are directories or not | Perttu Ahola | |
2011-12-04 | Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, ↵ | Perttu Ahola | |
falling back on stat(). | |||
2011-10-16 | Fix map delete on windows (concatenate paths correctly with / or \ depending ↵ | Perttu Ahola | |
on OS) | |||
2011-09-06 | Fix bug in posix file/directory removal wrapper, as pointed out by kahrl | Perttu Ahola | |
2011-08-14 | Windows.h -> windows.h for cross-mingw build | Perttu Ahola | |
2011-05-18 | New map directory structure that avoids map size being limited by filesystem | Ciaran Gultnieks | |
2011-01-26 | should work now | Perttu Ahola | |
2011-01-26 | Little fixes | Perttu Ahola | |
2011-01-26 | Map deletion button | Perttu Ahola | |
2011-01-07 | removed boost support from filesys.cpp; default to posix | Perttu Ahola | |
2010-11-29 | license stuff | Perttu Ahola | |
--HG-- rename : src/licensecomment.txt => licensecomment.txt | |||
2010-11-27 | Initial files | Perttu Ahola | |