Alex Szpakowski
|
3b532fdb70
Fixed an uncaught exception in File:getSize
|
11 years ago |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
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 |
Alex Szpakowski
|
daea857c1e
Removed duplicated code for a crash workaround in Mac OS 10.5
|
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
|
4952ebd5d9
love.filesystem.newFile now accepts an optional FileMode parameter ("r", "w", "a") to better mirror io.open
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bart van Strien
|
e57e9efe0e
Improve love.filesystem.lines
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
864c800e10
Fix some warnings
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
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
|
eae6c0ff85
Remove duplicate lines_i, finally fix leak (issue #271)
|
14 years ago |
Bart van Strien
|
fdc56e7e73
Fix File:getSize crashing for a non-existent file
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
rude
|
87e3c4131c
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
|
16 years ago |
bill@Ixion
|
8d17ca0546
Apparently we're not using love.filesystem.write anymore? Oh well. now file:write can write data as well.
|
16 years ago |
rude
|
28b1ee4f16
Fixed bug which caused files opened in write mode to fail.
|
16 years ago |
rude
|
ba1a75e547
Added many comments, and changed function names for wrapper functions.
|
16 years ago |
rude
|
dcb3dfd83d
Initial Mercurial commit.
|
16 years ago |