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 |
[email protected]
|
7935050435
Now builds on Ubuntu 9.10
|
15 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
rude
|
5b30c7fcfe
Major developments to love.audio/love.sound. Music and Sound are gone. There are only Sources now, which is much cleaner.
|
15 years ago |
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.
|
16 years ago |
rude
|
42a3be2171
Added __tostring for all types.
|
16 years ago |
rude
|
3c2bd1bd9c
Fixed epic bug in runtime.cpp causing non-Lua-owned objects to be released by Lua GC.
|
16 years ago |
rude
|
623e701549
Modules now reside in Lua and are treated (almost) like normal objects.
|
16 years ago |
rude
|
d4a97d49f3
Added all callbacks to World.
|
16 years ago |
rude
|
dd420d68a3
Ok, project generation didn't really work out. Reverted.
|
16 years ago |