Alex Szpakowski
|
d6cd2e2e7e
Prettied up some code.
|
vor 11 Jahren |
Alex Szpakowski
|
d5e5f38e2f
Fixed Source:tell crashing if the Source is static.
|
vor 11 Jahren |
Alex Szpakowski
|
234ee0fea6
Fixed the default error handler's background color when sRGB is enabled for the screen.
|
vor 11 Jahren |
Alex Szpakowski
|
1978fa9910
Cleaned up a bit of unused code.
|
vor 11 Jahren |
Alex Szpakowski
|
44b97dfadc
Updated the changelog.
|
vor 11 Jahren |
Alex Szpakowski
|
8ffe610659
Added love.graphics.getStats. It returns a table with performance-related graphics statistics. Currently it contains these fields:
|
vor 11 Jahren |
Alex Szpakowski
|
e1f7e4abd3
Added a 'refreshrate' field to the table returned by love.window.getMode. The value may be 0 if the refresh rate of the monitor can't be determined. It might also be 59 instead of 60 on 59.94hz monitors on some operating systems.
|
vor 11 Jahren |
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'.
|
vor 11 Jahren |
Alex Szpakowski
|
1798115858
Error if the coordinates given to Canvas:getPIxel are not within [0, dimensions).
|
vor 11 Jahren |
Alex Szpakowski
|
27c75a1323
Updated the changelog.
|
vor 11 Jahren |
Alex Szpakowski
|
d5ccdc040a
Cleaned up some Proxy-related code.
|
vor 11 Jahren |
Alex Szpakowski
|
da7cd267ea
Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
|
vor 11 Jahren |
Alex Szpakowski
|
191b910f23
Fixed love.graphics.newScreenshot potentially deleting any active Canvases.
|
vor 11 Jahren |
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)
|
vor 11 Jahren |
Alex Szpakowski
|
d59c76a55f
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
|
vor 11 Jahren |
Alex Szpakowski
|
a0fff798aa
Fixed compiling with Visual Studio.
|
vor 11 Jahren |
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.
|
vor 11 Jahren |
Alex Szpakowski
|
028108ea64
Improved the error message when physfs fails to open a filepath.
|
vor 11 Jahren |
Alex Szpakowski
|
809ea8691f
Fixed wireframe mode not being saved and restored properly on love.window.setMode.
|
vor 11 Jahren |
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.
|
vor 11 Jahren |
Alex Szpakowski
|
c6c32dee17
Removed a piece of code I forgot to delete
|
vor 11 Jahren |
Alex Szpakowski
|
73c0f1e222
Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default.
|
vor 11 Jahren |
Alex Szpakowski
|
3ae336dd43
Added love.window.showMessageBox.
|
vor 11 Jahren |
Alex Szpakowski
|
d52bab4221
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
|
vor 11 Jahren |
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.
|
vor 11 Jahren |
Alex Szpakowski
|
e87fbdcaaf
Fixed the default line join mode to be 'miter' instead of an undefined value.
|
vor 11 Jahren |
Bart van Strien
|
59ab602111
Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically)
|
vor 11 Jahren |
Alex Szpakowski
|
a658c7df76
Fixed the error screen when highdpi mode is enabled on a retina monitor in OS X (resolves issue #908)
|
vor 11 Jahren |
Alex Szpakowski
|
0841ff209b
license.txt is now distributed with the OS X build of LÖVE in love.app/Contents/Resources/.
|
vor 11 Jahren |
Alex Szpakowski
|
a4a075dd2e
Fixed crashes and instability when love.graphics.setMode is called when a vertex buffer is mapped by love.
|
vor 11 Jahren |