]> git.lizzy.rs Git - dragonfireclient.git/history - src/filesys.cpp
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
[dragonfireclient.git] / src / filesys.cpp
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 PilzAdamDont write directly to files but rather write and copy...
2013-08-07 KahrlFix various memory access problems detected by valgrind
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-04-06 Perttu AholaAdd #include <unistd.h> to filesys.cpp
2012-03-26 Perttu AholaBetter file/directory removal platform code and utilities
2012-03-25 Perttu AholaSmall fix to fs::GetDirListing when trying to list...
2012-03-22 Perttu AholaFix filesys.cpp debug output to go into debug.txt
2012-03-11 Perttu AholaFix CreateAllDirs() (failed for relative fully non...
2011-12-04 Perttu AholaCheck symlinks with stat() to know if they are director...
2011-12-04 Perttu AholaAdd support for unix filesystems which yield DT_UNKNOWN...
2011-10-16 Perttu AholaFix map delete on windows (concatenate paths correctly...
2011-09-06 Perttu AholaMerge remote-tracking branch 'queatz/sqlite-map'
2011-09-06 Perttu AholaFix bug in posix file/directory removal wrapper, as...
2011-08-14 Perttu AholaWindows.h -> windows.h for cross-mingw build
2011-06-01 Perttu Aholamerged an old head into main branch
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-18 Ciaran GultnieksNew map directory structure that avoids map size being...
2011-01-25 Perttu Aholashould work now
2011-01-25 Perttu AholaLittle fixes
2011-01-25 Perttu AholaMap deletion button
2011-01-07 Perttu Aholaremoved boost support from filesys.cpp; default to...
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files