Alex Szpakowski
|
0c1b73e2ca
Reference counting for love objects is now atomic.
|
11 years ago |
Alex Szpakowski
|
df5e48a082
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
9e93d854b8
love.image.isCompressed should return true if the file contains a compressed texture, even if the file's extension isn't 'dds'.
|
11 years ago |
Alex Szpakowski
|
fcf8329369
Fixed detection of TGA and BMP images and updated stb_image to the latest version.
|
11 years ago |
Alex Szpakowski
|
43a148ce3e
Fixed detection of PNG images.
|
11 years ago |
Alex Szpakowski
|
1798115858
Error if the coordinates given to Canvas:getPIxel are not within [0, dimensions).
|
11 years ago |
Alex Szpakowski
|
27c75a1323
Updated the changelog.
|
11 years ago |
Alex Szpakowski
|
19bbf6d3ff
Merged bartbes/love-experiments/stencil-functions into minor
|
11 years ago |
Alex Szpakowski
|
9b1f7d7a6e
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
d5ccdc040a
Cleaned up some Proxy-related code.
|
11 years ago |
Alex Szpakowski
|
da7cd267ea
Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
|
11 years ago |
Alex Szpakowski
|
a757315006
Removed runtime support for Mac OS 10.6 and switched from libstdc++ to libc++ in OS X. Now we can use C++11's standard library!
|
11 years ago |
Alex Szpakowski
|
191b910f23
Fixed love.graphics.newScreenshot potentially deleting any active Canvases.
|
11 years ago |
Alex Szpakowski
|
0749272632
Renamed love.graphics.drawStencil to love.graphics.stencil.
|
11 years ago |
Alex Szpakowski
|
2b70d84611
Replaced the old stencil API with love.graphics.drawStencil(stencilfunc), love.graphics.setStencilTest(enable, invert), and love.graphics.getStencilTest.
|
11 years ago |
Alex Szpakowski
|
53e63d48c9
Merged default into minor
|
11 years ago |
Bart van Strien
|
30ff7d4659
Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)
|
11 years ago |
Alex Szpakowski
|
d59c76a55f
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
|
11 years ago |
Alex Szpakowski
|
a0fff798aa
Fixed compiling with Visual Studio.
|
11 years ago |
Alex Szpakowski
|
afc505e183
Added stack type enums to love.graphics.push (resolves issue #906.) Current enums are "transform" and "all". "transform" is the default (for compatibility.) When love.graphics.push("all") is used, love.graphics.pop() will restore all love.graphics module state to what it was when push was called.
|
11 years ago |
Alex Szpakowski
|
028108ea64
Improved the error message when physfs fails to open a filepath.
|
11 years ago |
Alex Szpakowski
|
809ea8691f
Fixed wireframe mode not being saved and restored properly on love.window.setMode.
|
11 years ago |
Alex Szpakowski
|
2c7ee6959e
Renamed the fullscreen type "normal" to "exclusive".
|
11 years ago |
Alex Szpakowski
|
aa05664d4c
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
eaad102f5c
Calling love.window.setMode with fullscreen=true and a width or height larger than the largest fullscreen mode now falls back to the largest fullscreen mode instead of failing and returning false.
|
11 years ago |
Alex Szpakowski
|
c6c32dee17
Removed a piece of code I forgot to delete
|
11 years ago |
Alex Szpakowski
|
73c0f1e222
Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default.
|
11 years ago |
Alex Szpakowski
|
3ae336dd43
Added love.window.showMessageBox.
|
11 years ago |
Alex Szpakowski
|
d52bab4221
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
|
11 years ago |
Alex Szpakowski
|
014b9a46e5
Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime.
|
11 years ago |