Bart van Strien
|
33d7115887
|
Make love.sound.newDecoder accept FileData, and make File->read return FileData
|
2012-10-14 17:19:40 +02:00 |
|
Bart van Strien
|
7793e7f02f
|
CRLF to LF
|
2012-07-04 14:40:24 +02:00 |
|
rude
|
81c38e22d0
|
Applied the new style guidelines.
Well, sort of. Lot's more to be done, but this is a start.
|
2012-06-28 23:52:33 +02:00 |
|
Bart van Strien
|
dd04074d62
|
Add love.filesystem.getIdentity
|
2012-06-01 17:31:44 +02:00 |
|
Bart van Strien
|
e57e9efe0e
|
Improve love.filesystem.lines
|
2012-01-14 18:18:18 +01:00 |
|
Bill Meltsner
|
be55579a22
|
Happy New Year, have an enormous diff
|
2012-01-09 02:41:11 -06:00 |
|
Bart van Strien
|
4b6df9baa2
|
Hopefully fix some more warnings in filesystem
|
2011-12-28 14:39:13 +01:00 |
|
Bart van Strien
|
cd330783f0
|
Apparently some compilers hate macros being redefined..
|
2011-12-27 23:04:50 +01:00 |
|
Bart van Strien
|
864c800e10
|
Fix some warnings
|
2011-12-27 21:25:06 +01:00 |
|
Bart van Strien
|
c707a4ca45
|
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
2011-12-24 01:10:40 +01:00 |
|
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)
|
2011-12-22 02:45:11 -06:00 |
|
Bill Meltsner
|
6277f4c75b
|
lua libraries, even on mac, almost never come in .dylib form, but rather .so - change love.filesystem.require accordingly
|
2011-12-19 01:42:34 -06:00 |
|
Bart van Strien
|
0aae9684b3
|
Automated formatting fix
|
2011-11-16 11:32:41 +01:00 |
|
Bart van Strien
|
0d174cfb81
|
Fix compiler warnings
|
2011-08-26 12:48:57 +02:00 |
|
Bart van Strien
|
09367dc3bd
|
Make love loaders the first 2, preventing lua loaders from loading the wrong files (issue #283)
|
2011-08-22 18:04:19 +02:00 |
|
Bart van Strien
|
59a407bc6d
|
Add second loader for binary modules
|
2011-08-12 13:49:49 +02:00 |
|
Bart van Strien
|
3da5b3fd46
|
Make the eof code compile on windows
|
2011-08-08 15:32:34 +02:00 |
|
Bart van Strien
|
7e06aebf66
|
Work around PhysicsFS eof bug on windows (issue #272)
|
2011-08-07 18:23:07 +02:00 |
|
Bart van Strien
|
d3280ae55b
|
Fix segfault in lines_i
|
2011-08-06 17:14:52 +02:00 |
|
Bart van Strien
|
a79231f9f9
|
Catch exception in lines
|
2011-08-06 16:54:04 +02:00 |
|
Bart van Strien
|
eae6c0ff85
|
Remove duplicate lines_i, finally fix leak (issue #271)
|
2011-08-06 16:51:33 +02:00 |
|
Bart van Strien
|
fdc56e7e73
|
Fix File:getSize crashing for a non-existent file
|
2011-08-06 14:44:49 +02:00 |
|
Bart van Strien
|
defd6c5ee4
|
Attempt to close open files when File objects are destroyed
|
2011-08-06 13:42:57 +02:00 |
|
Bart van Strien
|
9ed5906416
|
Fix lines iterator not closing opened files
|
2011-08-06 13:36:22 +02:00 |
|
rude
|
e1d1ebb2f1
|
Fix warnings in MSVC 2010.
|
2011-07-24 18:32:11 +02:00 |
|
Bart van Strien
|
160c17c180
|
Drop old require syntax (no more .lua extension)
|
2011-06-22 14:54:29 +02:00 |
|
Bart van Strien
|
fc5cda36e2
|
Allow merged games marked as 'release' to have their save dir directly in the appdata dir
|
2011-06-15 13:09:32 +02:00 |
|
Bart van Strien
|
7b8df4431a
|
Use proper chunk names, so tracebacks show filenames.
|
2011-05-27 16:59:46 +02:00 |
|
Bart van Strien
|
bac51446a7
|
Only remove trailing /. in paths (bug #194)
|
2011-03-03 09:46:52 +01:00 |
|
Bart van Strien
|
610b89cd19
|
Handle PHYSFS_fileExists failing with empty strings on windows
|
2011-02-20 01:00:27 +01:00 |
|
Bart van Strien
|
18ca165718
|
Fix fused games
|
2011-02-20 00:58:15 +01:00 |
|
Bart van Strien
|
453593c9b0
|
Catch some more file-opening exceptions and make them lua errors instead
|
2011-02-18 16:10:20 +01:00 |
|
Bill Meltsner
|
fde708160e
|
bringing in the new year by changing every 2010 to 2011
|
2011-01-15 14:40:27 -06:00 |
|
rude
|
31c9995082
|
Fixed some type conversion warnings in VC. Mostly float <-> int and bool <-> int.
|
2011-01-09 16:28:30 +01:00 |
|
Bart van Strien
|
571e401605
|
Changed int64_t to PHYSFS_sint64.
Because apparently some strange compilers can't do int64_t...
Oh, and I forgot to include the header, but that is totally unrelated, I promise!
|
2011-01-09 01:17:05 +01:00 |
|
Bart van Strien
|
aa7ec54121
|
Add love.filesystem.getLastModified (issue #163)
|
2011-01-06 22:54:51 +01:00 |
|
Bart van Strien
|
9b7df91797
|
Added ?/init.lua to the love loader (issue #116)
|
2010-11-28 11:39:55 +01:00 |
|
Bart van Strien
|
0aa4c36950
|
Last fix for proposal #105 and added it to changes.txt
|
2010-11-07 14:13:53 +01:00 |
|
Bart van Strien
|
9bf63b8607
|
Proposal #105 done + fixed warning in filesystem code
|
2010-11-07 13:51:51 +01:00 |
|
Bart van Strien
|
ba74763c2f
|
Removed thelinx' debug
|
2010-11-07 00:54:15 +01:00 |
|
Bart van Strien
|
e3a5a6cd9f
|
Import thelinx' freedesktop patch as in bug #105
|
2010-11-07 00:43:26 +01:00 |
|
Bart van Strien
|
2169f531f8
|
Threads now get the love.filesystem package.loader too
|
2010-10-14 20:24:38 +02:00 |
|
rude
|
d27dd8b5dd
|
Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff.
|
2010-09-19 13:22:10 +02:00 |
|
bart@bartbes.ath.cx
|
bf72299223
|
Fixed bug/epic fail in loader
|
2010-04-18 23:40:01 +02:00 |
|
bart@bartbes.ath.cx
|
736f7ab1a2
|
love.thread can now share full userdata
|
2010-02-14 17:41:11 +01:00 |
|
bart@bartbes.ath.cx
|
d8963569f3
|
Merge
|
2010-02-12 20:25:06 +01:00 |
|
bart@bartbes.ath.cx
|
355a94755d
|
Added first version of thread and enabled newFileData
|
2010-02-12 20:24:39 +01:00 |
|
Bill Meltsner
|
73aba4bdd4
|
eliminated a whole bunch of gcc warnings
|
2010-02-09 13:21:25 -05:00 |
|
rude
|
72efaa283f
|
Fixed crash on attempt to open non-existent file.
|
2010-02-03 20:48:58 +01:00 |
|
rude
|
aa01c984b9
|
Updated all dates to 2010.
|
2010-01-31 16:54:47 +01:00 |
|