vrld
4df411d95a
Faster Matrix::setTransformation
2011-01-02 22:44:19 +01: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
Bill Meltsner
708f4f92ae
updated version stuff
2010-09-14 15:42:46 -04:00
Bart van Strien
9d35792fe5
Did the name change
2010-08-13 13:33:13 +02:00
Bart van Strien
f87738edb5
Added first review of vrld's FBO patch
2010-08-10 19:05:56 +02:00
Bart van Strien
b8c82d51b8
Oops, that wasn't supposed to be in the repo (yet)
2010-08-10 16:43:35 +02:00
Bart van Strien
8362e86627
First import and review of vrld's patch
2010-08-10 16:23:11 +02:00
bart@bartbes.ath.cx
200d4bc653
It looks like a dirty hack, it probably is, but this fixes the GC
2010-05-20 21:53:50 +02:00
bart@bartbes.ath.cx
3d726b0dd9
Added mutexes to the GC and made tip buildable again on linux
2010-05-20 17:31:07 +02:00
Bill Meltsner
17d7770eec
added varargs version of luax_convobj (for making Rasterizers)
2010-04-15 10:18:09 -04:00
Bill Meltsner
e5c3f3ae02
Added FontData class, preparing for overhauling love.graphics' Font class
2010-04-14 20:31:36 -04:00
Bill Meltsner
b1dac7f381
EncodedImageData was implemented really stupidly. Now it's less stupid.
2010-04-11 23:09:29 -04:00
rude
abe37d188f
Disabled love.thread. Upped version to 0.6.2.
2010-03-01 21:07:46 +01:00
Bill Meltsner
7c33786100
fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them)
2010-02-26 03:55:21 -05: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
160c8eee3b
Upped version to 0.6.1.
2010-02-03 20:22:18 +01:00
bart@bartbes.ath.cx
7935050435
Now builds on Ubuntu 9.10
2010-01-31 23:16:10 +01:00
rude
aa01c984b9
Updated all dates to 2010.
2010-01-31 16:54:47 +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
rude
a3f6a55593
Fixed UTF-8 encoding of APPDATA and CWD on Windows.
2009-11-22 22:19:00 +01:00
rude
fa3b226edc
Added an option to attach a console in Windows.
2009-11-07 14:41:35 +01:00
rude
0dc6d985ee
LOVE arguments now work with Unicode in Windows.
2009-11-07 00:47:57 +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
be768bdc2e
Fixed gcc error. (Invalid cast in const expression).
2009-10-10 14:55:25 +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
rude
42a3be2171
Added __tostring for all types.
2009-09-06 12:56:53 +02:00
rude
3c2bd1bd9c
Fixed epic bug in runtime.cpp causing non-Lua-owned objects to be released by Lua GC.
2009-09-05 16:14:52 +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
bill@Ixion
b8677cebd0
added an endianness check in VorbisDecoder.cpp
2009-08-31 16:29:27 -05:00
rude
c52c218ba1
Renamed Frame to Quad; added drawq/addq; fixed some bugs.
2009-08-17 23:35:04 +02:00
rude
d4a97d49f3
Added all callbacks to World.
2009-08-15 14:29:47 +02:00
rude
579f9c75db
Embedded nogame screen into binary and exposed version info.
2009-08-15 12:48:32 +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
b04b278cd0
Added project generator.
2009-08-06 21:19:01 +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
477d5a05b8
Updated love.font, and added Glyph object in love.graphics.
2009-07-30 21:43:00 +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
121ed82bf7
Added MemoryData.
2009-07-28 17:18:10 +02:00
rude
e0115a384e
Moved most constants into relevant classes.
2009-07-26 23:05:26 +02:00
rude
dcb3dfd83d
Initial Mercurial commit.
2009-07-26 15:46:49 +02:00