Alex Szpakowski
|
2168d509b3
Reworked ImageData:encode:
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
3199482c3b
Fixed filesystem writing on iOS.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
91e94b4662
Potentially fixed a bug in the vorbis decoder seek callback.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
faa6b43441
Hopefully fixed a font initialization failure when OpenGL ES 3 is used.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
ded2dc39ee
Fixed Font:getWidth and Font:getWrap to use kerning information.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
8656797c5c
Added a message box popup asking to quit the game to the default error handler, activated when the mouse is pressed or the screen is tapped. This is mostly useful on mobile devices where users can't press 'escape'.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
bf432aff7c
Added basic kerning support for TrueType and BMFont fonts (resolves issue #1055.)
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
4550409ffa
Removed an obsolete #ifndef check.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
af06203a4a
Moved the appveyor script to a subfolder and updated it to properly choose Visual Studio 2012 and to create a post-build zip file.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
74fd145fa9
Merged in xpol/love (pull request #45)
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
ee90d09937
Fixed smooth lines drawn with the 'none' line join mode.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
6da759047e
The index values returned by SpriteBatch:add and used by SpriteBatch:set are now 1-based rather than 0-based.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
1e8786879b
Re-added the built-in NormalMatrix uniform 3x3 matrix variable to shaders.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
d8fd1413d6
Renamed the internal 'Matrix' class to 'Matrix4'.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
c3612acfde
Fixed the use of getRealDirectory when auto-detecting the identity name.
|
%!s(int64=10) %!d(string=hai) anos |
Bart van Strien
|
29da6b3c26
Attempt to make identity autodetection even more robust using getRealDirectory
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
247daa85b5
Added a couple comments documenting why some codepaths have been chosen.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
4c571e8fd7
Prevent redundant shader uniform uploads for built-in uniforms when OpenGL ES 2 is used.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
88c8e0c071
Added an optional (true by default) boolean argument to love.graphics.setBlendMode to specify whether alpha should be multiplied with rgb when blending.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
ed3f419747
Prevent redundant calls to glEnable/DisableVertexAttribArray. This should hopefully fix a performance regression compared to 0.9.2 as well.
|
%!s(int64=10) %!d(string=hai) anos |
Bart van Strien
|
e3ff0a0d63
Fix possible segfault when a DecodeHandler fails to decode an image properly
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
bf1b409da1
Smooth lines now draw the entire line in 1 OpenGL draw call, rather than 2.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
9d635fa63a
Updated the changelog
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
0583ebe470
All vertex component arguments to Mesh:setVertex and Mesh:setVertexAttribute are now optional rather than required. Float vertex components default to 0, and byte components default to 255.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
c82ccbb89b
love.graphics.setColor no longer uses the main per-vertex color attribute. This lets it affect the color of ParticleSystems, and SpriteBatches and Meshes even when they use custom per-vertex colors.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
42ae9c9585
Moved the love.graphics Lua code into the graphics module folder.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
2dc8a8ea45
Cleaned up some index buffer code.
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
073570b7af
Fixed the return type of luax_objlen.
|
%!s(int64=10) %!d(string=hai) anos |
Bart van Strien
|
3cb777e2b7
Add basic lua 5.3 support
|
%!s(int64=10) %!d(string=hai) anos |
Alex Szpakowski
|
df1bd42dec
Implemented efficient FFI versions of ImageData methods.
|
%!s(int64=10) %!d(string=hai) anos |