Alex Szpakowski
|
2c7ee6959e
Renamed the fullscreen type "normal" to "exclusive".
|
11 rokov pred |
Alex Szpakowski
|
aa05664d4c
Merged default into minor
|
11 rokov pred |
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 rokov pred |
Alex Szpakowski
|
c6c32dee17
Removed a piece of code I forgot to delete
|
11 rokov pred |
Alex Szpakowski
|
73c0f1e222
Added love.filesystem.isSymlink, love.filesystem.setSymlinksEnabled, and love.filesystem.areSymlinksEnabled. Symbolic link support is disabled by default.
|
11 rokov pred |
Alex Szpakowski
|
3ae336dd43
Added love.window.showMessageBox.
|
11 rokov pred |
Alex Szpakowski
|
d52bab4221
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
|
11 rokov pred |
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 rokov pred |
Alex Szpakowski
|
e87fbdcaaf
Fixed the default line join mode to be 'miter' instead of an undefined value.
|
11 rokov pred |
Bart van Strien
|
59ab602111
Normalize slashes in paths unless they are direct user input (XDG_DATA_HOME/APPDATA, specifically)
|
11 rokov pred |
Alex Szpakowski
|
88211ede8f
Merged default into minor
|
11 rokov pred |
Alex Szpakowski
|
a658c7df76
Fixed the error screen when highdpi mode is enabled on a retina monitor in OS X (resolves issue #908)
|
11 rokov pred |
Alex Szpakowski
|
0841ff209b
license.txt is now distributed with the OS X build of LÖVE in love.app/Contents/Resources/.
|
11 rokov pred |
Alex Szpakowski
|
a4a075dd2e
Fixed crashes and instability when love.graphics.setMode is called when a vertex buffer is mapped by love.
|
11 rokov pred |
Alex Szpakowski
|
75cf164507
Error when the second argument to love.graphics.newImage isn't a table.
|
11 rokov pred |
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 rokov pred |
Alex Szpakowski
|
e3f9c0dca4
Merged default into minor
|
11 rokov pred |
Alex Szpakowski
|
9ab9a393d5
Added Contact:getFixtures and Body:getContactList (see issue #905).
|
11 rokov pred |
Alex Szpakowski
|
dac9f4eaaa
Added love.window.minimize (resolves issue #904).
|
11 rokov pred |
Alex Szpakowski
|
d5ae557149
Updated changelog
|
11 rokov pred |
Alex Szpakowski
|
d11ccd0e69
Added love.graphics.getCanvasFormats and love.graphics.getCompressedImageFormats, and removed love.graphics.hasCanvasFormat.
|
11 rokov pred |
Alex Szpakowski
|
56653fa946
Merged default into minor
|
11 rokov pred |
Alex Szpakowski
|
4c67a94ba3
Hopefully fixed issue #898, and cleaned up code for love.graphics.getRendererInfo.
|
11 rokov pred |
Alex Szpakowski
|
738cc01468
Increased version to 0.9.2.
|
11 rokov pred |
Alex Szpakowski
|
2ae4e9cd5a
Fixed a potential memory leak in the love.physics World callbacks.
|
11 rokov pred |
Bart van Strien
|
fb3aa060b2
Fix Texture leak in Meshes
|
11 rokov pred |
Bart van Strien
|
c5d59107ad
Modify desktop file to play nicer with file associations in newer versions of nautilus (gnome file browser)
|
11 rokov pred |
Alex Szpakowski
|
f0fa63ba47
Backported commits 145524a and 7785b4b from minor into default (Added SpriteBatch:flush, deprecated SpriteBatch:bind/unbind, SpriteBatch:flush is called implicitly when the spritebatch is drawn.)
|
11 rokov pred |
Alex Szpakowski
|
2bfa8dbfb5
Merged default into minor
|
11 rokov pred |
Alex Szpakowski
|
b9cd93e071
Re-added ParticleSystem:setQuads(q1, q2, ...). Active particles use the quads based on the particle's lifetime in a similar style to ParticleSystem:setColors and ParticleSystem:setSizes.
|
11 rokov pred |