Alex Szpakowski
4dc2072fc6
Fixed error messages in functions where love.filesystem.newFile(Data) is called internally
2013-05-23 17:59:15 -03:00
Alex Szpakowski
7959158ffa
love.audio.newSource now optionally accepts FileData (issue #624 )
2013-05-23 14:03:58 -03:00
Alex Szpakowski
3cf03fee8f
Fixed the lua header generator script to output the correct year in the copyright text
2013-02-06 23:53:22 -04:00
Alex Szpakowski
96161c66f6
Updated copyright text for the new year
2013-02-05 05:32:49 -04:00
vrld
85fa71c519
Make love.graphics.getFont() return (and set) default font when no font set.
...
Use closures instead of love.graphics.print(f)1() and love.graphics.newFont1.
2012-07-05 16:14:44 +02:00
Bill Meltsner
be55579a22
Happy New Year, have an enormous diff
2012-01-09 02:41:11 -06:00
Bart van Strien
d34d907b00
Rewrite auto.lua
...
Biggest advantages being automatic header+footer generation, minimal code verification and smaller diffs (from now on)
2011-06-21 19:45:00 +02:00
vrld
a13b792a5c
Revert to last commit, as msvc is stuck in the last millenium
2011-02-22 11:15:27 +01:00
vrld
08259a4a0e
Change auto.lua to create plaintext instead of hex code.
2011-02-20 23:34:48 +01:00
vrld
8581efae07
Change auto.lua to remove comments and unneeded whitespaces before converting to hex
2011-02-20 22:03:14 +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
b71a87f670
Reverted auto.lua: use the source, not bytecode.
2010-02-07 15:45:11 +01:00
rude
5b30c7fcfe
Major developments to love.audio/love.sound. Music and Sound are gone. There are only Sources now, which is much cleaner.
...
The audio module was not really stable in 0.6.0, it takes very little messing around to cause OpenAL to do horrible things. It should now be much more stable,
and you *should* be able to play/stop/pause/resume/rewind/loop like a madman without disasters. Seek and tell, however, are still not tested and verified for
all decoders, but that's less important. Also, all objects now have object:type() and object:typeOf(), which returns the type name of the object,
and checks whether an object is of a certain type, respectively.
2010-01-31 11:52:54 +01:00