Alex Szpakowski
|
1d6cde226d
Updated the changelog.
|
9 anni fa |
Alex Szpakowski
|
b2b14eb2d6
Simplified some of the high-dpi scaling code for the no-game screen.
|
10 anni fa |
Alex Szpakowski
|
7043b5314d
Added high-dpi / retina support to the no-game screen; additional minor tweaks and cleanup.
|
10 anni fa |
rude
|
3cd18bae20
Tweak colors in no-game screen.
|
10 anni fa |
rude
|
7a260af39f
Add 0.10.0 (Super Toast) no-game screen.
|
10 anni fa |
Alex Szpakowski
|
0558fcdbd4
Added Source:getDuration (thanks Boolsheet!)
|
10 anni fa |
Bart van Strien
|
1b5a0f49fa
Update aur link in readme
|
10 anni fa |
Alex Szpakowski
|
bb24c1b7a6
Mesh:getVertexMap now returns nil rather than an empty table, if no vertex map is set (resolves issue #1096.)
|
10 anni fa |
Alex Szpakowski
|
46daf9dd15
Simplified some code by removing an unnecessary/useless optimization.
|
10 anni fa |
Alex Szpakowski
|
389b91cf6f
Added per-character color support to love.graphics.print/printf and Text objects. Resolves issue #865.
|
10 anni fa |
Alex Szpakowski
|
799e303673
More fixes for love.graphics.printf's text positioning.
|
10 anni fa |
Alex Szpakowski
|
396b0f0956
Mostly fixed the center and right wrap alignments for love.graphics.printf.
|
10 anni fa |
Alex Szpakowski
|
34b8e47831
Removed the internal rounding applied to the x and y parameters of love.graphics.print/printf. Resolves issue #1062.
|
10 anni fa |
Alex Szpakowski
|
c03ce3a9ab
love.math.random now uses a slight variant of Xorshift (Xorshift*).
|
10 anni fa |
Alex Szpakowski
|
f92e6552d4
Rewrote Font:getWrap (and thus love.graphics.printf's logic) to behave better. Resolves issue #799.
|
10 anni fa |
Alex Szpakowski
|
5fabd64aea
Improved the error message when an unsupported file format is used with love.image.newImageData or love.graphics.newImage.
|
10 anni fa |
Alex Szpakowski
|
890802c0a3
Use a more descriptive error message if love.graphics.newImage fails because the OpenGL texture can't be created.
|
10 anni fa |
Alex Szpakowski
|
d587c206f0
Added a new variant love.math.decompress(data, format), where data is any Data object.
|
10 anni fa |
Alex Szpakowski
|
2e9154283c
Added gzip support to love.math.compress and love.math.decompress.
|
10 anni fa |
Alex Szpakowski
|
ca29c364f8
Fixed the Mac build (see issue #1081.)
|
10 anni fa |
Alex Szpakowski
|
74ad3b8be6
Don't try to put zero-length data into OpenAL buffers (see issue #1083.)
|
10 anni fa |
Alex Szpakowski
|
6a1ca3a45e
Mac: Don't check for drop-file events on startup if the app was launched from a terminal (resolves issue #1081.)
|
10 anni fa |
Alex Szpakowski
|
0bf80bb9fc
Fixed a minor memory leak in love.graphics.setMode.
|
10 anni fa |
Alex Szpakowski
|
00845c0ad0
Added love.graphics.intersectScissor(x, y, w, h). Resolves issue #1071.
|
10 anni fa |
Alex Szpakowski
|
9c1214c77a
Updated the Xcode project to use Xcode 7's recommended settings.
|
10 anni fa |
Alex Szpakowski
|
99debab3a4
Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account.
|
10 anni fa |
Alex Szpakowski
|
05ed70ed18
Updated stb_image to 2.07.
|
10 anni fa |
Alex Szpakowski
|
d30e60f8d7
Disable bitcode (for now) when building the iOS app, since the dependencies don't have it.
|
10 anni fa |
Alex Szpakowski
|
369dedaf38
Fixed SpriteBatch:set and Mesh:setVertex preventing some vertex data from being sent to the GPU.
|
10 anni fa |
Alex Szpakowski
|
c9c772613c
Enable symlinks by default (resolves issue #1072.)
|
10 anni fa |