index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filesys.cpp
Age
Commit message (
Collapse
)
Author
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