Alex Szpakowski
|
34b8e47831
Removed the internal rounding applied to the x and y parameters of love.graphics.print/printf. Resolves issue #1062.
|
hace 10 años |
Alex Szpakowski
|
c03ce3a9ab
love.math.random now uses a slight variant of Xorshift (Xorshift*).
|
hace 10 años |
Alex Szpakowski
|
f92e6552d4
Rewrote Font:getWrap (and thus love.graphics.printf's logic) to behave better. Resolves issue #799.
|
hace 10 años |
Alex Szpakowski
|
5fabd64aea
Improved the error message when an unsupported file format is used with love.image.newImageData or love.graphics.newImage.
|
hace 10 años |
Alex Szpakowski
|
890802c0a3
Use a more descriptive error message if love.graphics.newImage fails because the OpenGL texture can't be created.
|
hace 10 años |
Alex Szpakowski
|
d587c206f0
Added a new variant love.math.decompress(data, format), where data is any Data object.
|
hace 10 años |
Alex Szpakowski
|
2e9154283c
Added gzip support to love.math.compress and love.math.decompress.
|
hace 10 años |
Alex Szpakowski
|
ca29c364f8
Fixed the Mac build (see issue #1081.)
|
hace 10 años |
Alex Szpakowski
|
74ad3b8be6
Don't try to put zero-length data into OpenAL buffers (see issue #1083.)
|
hace 10 años |
Alex Szpakowski
|
6a1ca3a45e
Mac: Don't check for drop-file events on startup if the app was launched from a terminal (resolves issue #1081.)
|
hace 10 años |
Alex Szpakowski
|
0bf80bb9fc
Fixed a minor memory leak in love.graphics.setMode.
|
hace 10 años |
Alex Szpakowski
|
00845c0ad0
Added love.graphics.intersectScissor(x, y, w, h). Resolves issue #1071.
|
hace 10 años |
Alex Szpakowski
|
9c1214c77a
Updated the Xcode project to use Xcode 7's recommended settings.
|
hace 10 años |
Alex Szpakowski
|
99debab3a4
Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account.
|
hace 10 años |
Alex Szpakowski
|
05ed70ed18
Updated stb_image to 2.07.
|
hace 10 años |
Alex Szpakowski
|
d30e60f8d7
Disable bitcode (for now) when building the iOS app, since the dependencies don't have it.
|
hace 10 años |
Alex Szpakowski
|
369dedaf38
Fixed SpriteBatch:set and Mesh:setVertex preventing some vertex data from being sent to the GPU.
|
hace 10 años |
Alex Szpakowski
|
c9c772613c
Enable symlinks by default (resolves issue #1072.)
|
hace 10 años |
Alex Szpakowski
|
4dbc11800e
Hopefully fixed the Windows/VS2013 build.
|
hace 10 años |
Alex Szpakowski
|
dc7cffe111
Fixed the color set by love.graphics.setColor not being restored properly when love.graphics.pop is called after love.graphics.push("all").
|
hace 10 años |
Alex Szpakowski
|
1c0870ee29
Pre-emptively work around an issue in libvorbis 1.3.4 and older when rewinding some Ogg Theora videos.
|
hace 10 años |
Alex Szpakowski
|
d3d970b925
Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files.
|
hace 10 años |
Alex Szpakowski
|
e979455772
love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070.
|
hace 10 años |
Alex Szpakowski
|
55b9899c82
Backout changeset 521ee85a2bc4d896cddc7ccc5c2a73dfd3b16669
|
hace 10 años |
Alex Szpakowski
|
b432fa4f42
Appveyor: compile using VS 2015 instead of VS 2013.
|
hace 10 años |
Alex Szpakowski
|
d79d96a8f2
Also display graphics card information in the popup message when GL2 isn't supported.
|
hace 10 años |
Alex Szpakowski
|
4daa190513
Show the detected OpenGL version in the popup dialog when GL2.1 or GLES2 isn't available when the window is created.
|
hace 10 años |
Alex Szpakowski
|
1261427304
Replaced love.graphics.point with love.graphics.points, which draws a number of points at a time.
|
hace 10 años |
Bart van Strien
|
306049bcfe
Move and manually include c++11 m4 file to work around old aclocal versions
|
hace 10 años |
Alex Szpakowski
|
780c970b99
Removed an unnecessary error message in love.graphics.newMesh.
|
hace 10 años |