vrld
24a52f056b
Add pixel effects (love-glsl)
2011-07-24 14:03:46 +02:00
vrld
d420d68048
Add shear transformation and transform object (issue #152 ).
...
Add origin parameters to love.graphics.print.
New shear parameters kx,ky for:
- love.graphics.draw,
- love.graphics.drawq,
- love.graphics.print,
- SpriteBatch:add,
- SpriteBatch:addq.
Transform objects apply to:
- love.graphics.draw,
- love.graphics.drawq,
- love.graphics.print.
2011-07-05 14:33:34 +02:00
Bart van Strien
a012a4408e
New no-game screen (credits go to rude), updated version number and codename
2011-06-23 17:08:26 +02:00
Bart van Strien
3460bf918c
Enabled headless build in autotools
2011-06-08 17:14:41 +02:00
Przemysław Grzywacz
1d5fca6f46
Multiple thread backends.
2011-06-08 16:54:35 +02:00
Bill Meltsner
2e9e5a1502
make po2 stuff better
2011-05-15 16:33:38 -04:00
Bill Meltsner
2e675a40c0
do a bit of type cleanup
2011-05-08 18:41:42 -04:00
Bart van Strien
4fd9888a16
Merge in minor branch, now minor is our next development target
2011-05-07 14:12:41 +02:00
Bill Meltsner
61af1dfe27
Nuke MemoryData, as it's been superseded by base64
...
--HG--
branch : minor
2011-03-28 10:28:45 -04:00
Bill Meltsner
cee7a4ccdb
Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though
...
--HG--
branch : minor
2011-03-19 23:41:07 -05:00
rude
ffa9e205eb
Updating version -> 0.7.2.
2011-03-13 13:50:30 +01:00
rude
6a2423f104
windows.h #defines min/max by default, causing problems with std::[min, max].
...
--HG--
branch : minor
2011-03-09 11:01:40 +01:00
Bart van Strien
600dbaad69
Update version information for nearing 0.7.1 release
2011-02-11 15:45:31 +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
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