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 |
|
bill@Ixion
|
3f70006283
|
Fixed Filesystem::getWorkingDirectory() so that it actually compiles on non-Windows systems.
|
2009-11-22 16:42:34 -06:00 |
|
rude
|
a3f6a55593
|
Fixed UTF-8 encoding of APPDATA and CWD on Windows.
|
2009-11-22 22:19:00 +01:00 |
|
bill@localhost
|
6853f8374e
|
made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)
|
2009-11-01 22:09:23 -06:00 |
|
rude
|
435fc43f68
|
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
|
2009-10-29 22:34:54 +01:00 |
|
bart@bartbes.ath.cx
|
ff06834934
|
Made write dir override the .love
|
2009-10-23 13:41:50 +02:00 |
|
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.
|
2009-10-10 11:11:04 +02:00 |
|
bill@Ixion
|
ac16935782
|
now does what the previous commit was supposed to make it do, but with fewer bugs
|
2009-09-19 20:45:20 -05:00 |
|
bill@Ixion
|
a45500c1ff
|
now uses the proper appdata directory on Mac OS X
|
2009-09-19 19:59:23 -05:00 |
|
bill@Ixion
|
8d17ca0546
|
Apparently we're not using love.filesystem.write anymore? Oh well. now file:write can write data as well.
|
2009-09-04 01:36:26 -05:00 |
|
bill@Ixion
|
3655c9caae
|
Lots changed: ImageData can now encode itself to any format you like as long as it's tga, love.filesystem can now write data to files, added EncodedImageData class.
|
2009-09-04 00:34:13 -05:00 |
|
rude
|
28b1ee4f16
|
Fixed bug which caused files opened in write mode to fail.
|
2009-09-02 22:47:11 +02:00 |
|
rude
|
623e701549
|
Modules now reside in Lua and are treated (almost) like normal objects.
Also added a way of getting a pointer to abstract module instances internally.
|
2009-09-02 21:18:13 +02:00 |
|
bart@bart
|
0aae22d523
|
Fixed PHYSFS_fileLength segfault on non-existant files by checking if a file exists when a file object is created
|
2009-08-26 17:20:23 +02:00 |
|
rude
|
0fa37fc711
|
Fixed bug where file was left open when doing a love.filesystem.read.
|
2009-08-25 22:22:55 +02:00 |
|
rude
|
92c678ce02
|
Fixed file not closing after require(). Changed seek() to use seconds.
|
2009-08-24 19:57:08 +02:00 |
|
rude
|
c52c218ba1
|
Renamed Frame to Quad; added drawq/addq; fixed some bugs.
|
2009-08-17 23:35:04 +02:00 |
|
rude
|
45f69512ac
|
Added some resources.
|
2009-08-14 22:44:57 +02:00 |
|
rude
|
5c75f3b5a5
|
Fixed compilation errors in filesystem and added workaround for machines without PhysFS 2.0.
|
2009-08-13 21:55:05 +02:00 |
|
rude
|
dd420d68a3
|
Ok, project generation didn't really work out. Reverted.
|
2009-08-10 21:33:07 +02:00 |
|
rude
|
ba1a75e547
|
Added many comments, and changed function names for wrapper functions.
|
2009-08-09 21:08:55 +02:00 |
|
rude
|
8e681b4204
|
It's now possible to build each module individually (as a DLL).
|
2009-08-04 19:57:14 +02:00 |
|
rude
|
524ef5e118
|
Added looping in love.audio (though needs implementation in love.sound).
|
2009-08-01 22:11:48 +02:00 |
|
rude
|
0c241a14fb
|
Added resources, and changed slightly how wrappers expose functions.
|
2009-07-30 00:37:43 +02:00 |
|
rude
|
78370abb58
|
Fixed MemoryData.
|
2009-07-28 17:43:22 +02:00 |
|
rude
|
a9e3fb12cc
|
Moved FileData to love::filesystem.
|
2009-07-28 17:21:29 +02:00 |
|
rude
|
dcb3dfd83d
|
Initial Mercurial commit.
|
2009-07-26 15:46:49 +02:00 |
|