Alex Szpakowski
|
2b70d84611
Replaced the old stencil API with love.graphics.drawStencil(stencilfunc), love.graphics.setStencilTest(enable, invert), and love.graphics.getStencilTest.
|
пре 11 година |
Alex Szpakowski
|
53e63d48c9
Merged default into minor
|
пре 11 година |
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 година |
Alex Szpakowski
|
d59c76a55f
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
|
пре 11 година |
Alex Szpakowski
|
a0fff798aa
Fixed compiling with Visual Studio.
|
пре 11 година |
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 година |
Alex Szpakowski
|
028108ea64
Improved the error message when physfs fails to open a filepath.
|
пре 11 година |
Alex Szpakowski
|
809ea8691f
Fixed wireframe mode not being saved and restored properly on love.window.setMode.
|
пре 11 година |
Alex Szpakowski
|
2c7ee6959e
Renamed the fullscreen type "normal" to "exclusive".
|
пре 11 година |
Alex Szpakowski
|
aa05664d4c
Merged default into minor
|
пре 11 година |
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 година |
Alex Szpakowski
|
c6c32dee17
Removed a piece of code I forgot to delete
|
пре 11 година |
Alex Szpakowski
|
73c0f1e222
Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default.
|
пре 11 година |
Alex Szpakowski
|
3ae336dd43
Added love.window.showMessageBox.
|
пре 11 година |
Alex Szpakowski
|
d52bab4221
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
|
пре 11 година |
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 година |
Alex Szpakowski
|
e87fbdcaaf
Fixed the default line join mode to be 'miter' instead of an undefined value.
|
пре 11 година |
Bart van Strien
|
59ab602111
Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically)
|
пре 11 година |
Alex Szpakowski
|
88211ede8f
Merged default into minor
|
пре 11 година |
Alex Szpakowski
|
a658c7df76
Fixed the error screen when highdpi mode is enabled on a retina monitor in OS X (resolves issue #908)
|
пре 11 година |
Alex Szpakowski
|
0841ff209b
license.txt is now distributed with the OS X build of LÖVE in love.app/Contents/Resources/.
|
пре 11 година |
Alex Szpakowski
|
a4a075dd2e
Fixed crashes and instability when love.graphics.setMode is called when a vertex buffer is mapped by love.
|
пре 11 година |
Alex Szpakowski
|
75cf164507
Error when the second argument to love.graphics.newImage isn't a table.
|
пре 11 година |
Alex Szpakowski
|
a1d67f0788
Replaced love.graphics.isSupported and love.graphics.getSystemLimit with love.graphics.getSupported and love.graphics.getSystemLimits, which return tables with graphics feature / system limit enum names as keys, and support status / limit numbers as values.
|
пре 11 година |
Alex Szpakowski
|
e3f9c0dca4
Merged default into minor
|
пре 11 година |
Alex Szpakowski
|
9ab9a393d5
Added Contact:getFixtures and Body:getContactList (see issue #905).
|
пре 11 година |
Alex Szpakowski
|
dac9f4eaaa
Added love.window.minimize (resolves issue #904).
|
пре 11 година |
Alex Szpakowski
|
d5ae557149
Updated changelog
|
пре 11 година |
Alex Szpakowski
|
d11ccd0e69
Added love.graphics.getCanvasFormats and love.graphics.getCompressedImageFormats, and removed love.graphics.hasCanvasFormat.
|
пре 11 година |
Alex Szpakowski
|
56653fa946
Merged default into minor
|
пре 11 година |