Commit History

Author SHA1 Message Date
  Alex Szpakowski 7ee02e8d37 Fixed most PhysFS deprecated call warnings on iOS/Android. 9 years ago
  Alex Szpakowski d982f02634 Renamed File:eof to File:isEOF (closes issue #683.) 10 years ago
  Alex Szpakowski a7e4148869 Merged default into minor 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski 8d0654a6a7 Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount. 10 years ago
  Alex Szpakowski 028108ea64 Improved the error message when physfs fails to open a filepath. 11 years ago
  Alex Szpakowski 724bdbd296 love.graphics.newImage, love.image.newImageData, etc. no longer leave Lua-owned FileData objects floating around waiting to be GC'd when called with filename arguments, resulting in less memory use on startup (resolves issue #890.) 11 years ago
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 years ago
  Alex Szpakowski abd31ca4e2 Fixed ParticleSystems and Files crashing instead of erroring when given bad sizes (issue #666) 12 years ago
  Alex Szpakowski 8fbf43fcc3 Added File:setBuffer/getBuffer, File:flush, and File:getMode. 12 years ago
  Alex Szpakowski 186bcae7cb Added File:isOpen 12 years ago
  Bart van Strien 721d50c2ef Make most love.filesystem functions return nil, err instead of erroring (when used correctly) 12 years ago
  Alex Szpakowski d5aa807747 More internal code cleanup 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  Bart van Strien b10ff8da42 Apply patch that fixes File:read from reading too much (on EOF) (bug #530) 12 years ago
  Bart van Strien 33d7115887 Make love.sound.newDecoder accept FileData, and make File->read return FileData 13 years ago
  Bart van Strien 7793e7f02f CRLF to LF 13 years ago
  rude 81c38e22d0 Applied the new style guidelines. 13 years ago
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 years ago
  Bart van Strien 4b6df9baa2 Hopefully fix some more warnings in filesystem 13 years ago
  Bart van Strien cd330783f0 Apparently some compilers hate macros being redefined.. 13 years ago
  Bart van Strien 864c800e10 Fix some warnings 13 years ago
  Bill Meltsner 7378a90101 Upgrade love.filesystem to use 64-bit numbers for dealing with file sizes, thus (hopefully) enabling lovers to work with very large files (based on Boolsheet's patch in issue #179) 13 years ago
  Bart van Strien 0aae9684b3 Automated formatting fix 13 years ago
  Bart van Strien 3da5b3fd46 Make the eof code compile on windows 14 years ago
  Bart van Strien 7e06aebf66 Work around PhysicsFS eof bug on windows (issue #272) 14 years ago
  Bart van Strien defd6c5ee4 Attempt to close open files when File objects are destroyed 14 years ago
  Bart van Strien 610b89cd19 Handle PHYSFS_fileExists failing with empty strings on windows 14 years ago
  Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 14 years ago
  Bill Meltsner 73aba4bdd4 eliminated a whole bunch of gcc warnings 15 years ago