This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-14 01:20:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3278ea55809729d2aef5be95ca6cdad99c1dfe14
love
/
src
/
modules
/
filesystem
/
physfs
T
History
Alex Szpakowski
bf67d7ad0e
PHYSFS_enumerateFiles bug has been fixed post-2.1.0.
...
--HG-- branch : minor
2017-09-04 01:18:48 -03:00
..
File.cpp
Use PhysFS_getErrorByCode instead of PhysFS_getLastError, when available.
2017-09-03 19:47:46 -03:00
File.h
Update love.filesystem backend to always use PhysFS 2.1+ codepaths when available.
2017-09-03 19:34:46 -03:00
Filesystem.cpp
PHYSFS_enumerateFiles bug has been fixed post-2.1.0.
2017-09-04 01:18:48 -03:00
Filesystem.h
Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue
#641
.
2017-08-27 18:14:54 -03:00