vrld
|
71317c4359
Add Geometries (replaces Quads).
|
12 years ago |
Alex Szpakowski
|
5301026f3c
Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy.
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
rude
|
c03e35b6cc
Merge default branch.
|
12 years ago |
Bart van Strien
|
68a895e7c6
Catch errors in love.font.newRasterizer, add luax_pconvobj which pcalls, allowing love.graphics.newFont to clean up before re-erroring
|
12 years ago |
Bart van Strien
|
8867f6c329
Merge in default
|
13 years ago |
vrld
|
1fd12e4596
Add Module::registerInstance() and Module::getInstance().
|
13 years ago |
Bart van Strien
|
399a6a6614
Merge in channels from love-experiments
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bart van Strien
|
fbfd20a142
Move the references from _G to the registry
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
e0b420c988
Properly export love modules to lua, package.loaded is correct now
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
2fafab9a0e
Add luax_checkstring/pushstring functions that handle inline \0 characters
|
13 years ago |
Bill Meltsner
|
d40b25c1e6
Hindenmerge
|
14 years ago |
Bill Meltsner
|
d35dbaa28b
Add __eq metamethod to all objects (checks to see if the Proxy data they represent are equal)
|
14 years ago |
Bart van Strien
|
09367dc3bd
Make love loaders the first 2, preventing lua loaders from loading the wrong files (issue #283)
|
14 years ago |
vrld
|
28b4008797
Rename Framebuffer to Canvas (issue #263). Move error reporting code.
|
14 years ago |
Przemysław Grzywacz
|
1d5fca6f46
Multiple thread backends.
|
14 years ago |
Bill Meltsner
|
2e675a40c0
do a bit of type cleanup
|
14 years ago |
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
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
rude
|
31c9995082
Fixed some type conversion warnings in VC. Mostly float <-> int and bool <-> int.
|
14 years ago |
[email protected]
|
200d4bc653
It looks like a dirty hack, it probably is, but this fixes the GC
|
15 years ago |
[email protected]
|
3d726b0dd9
Added mutexes to the GC and made tip buildable again on linux
|
15 years ago |
Bill Meltsner
|
17d7770eec
added varargs version of luax_convobj (for making Rasterizers)
|
15 years ago |
Bill Meltsner
|
b1dac7f381
EncodedImageData was implemented really stupidly. Now it's less stupid.
|
15 years ago |
[email protected]
|
736f7ab1a2
love.thread can now share full userdata
|
15 years ago |