summaryrefslogtreecommitdiff
path: root/games/love09/Makefile
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-10-01 23:20:41 +0000
committermaya <maya@pkgsrc.org>2018-10-01 23:20:41 +0000
commit339a1128d6b971735ec81c90c874537109d54dc5 (patch)
tree90ccbd207c913e082988a40d14ba6b5bf8ba766f /games/love09/Makefile
parent31667a2fa860fa2ff8953c6ae733b974f1f8ac20 (diff)
downloadpkgsrc-339a1128d6b971735ec81c90c874537109d54dc5.tar.gz
love09: update to 0.9.2
We would benefit from having the latest branch in each 0.9.x, as they're backwards compatible (but not forwards!). changes: 0.9.2: The lua 5.3 UTF-8 module was added, bringing easy handling of UTF-8 in strings. Added [wiki]love.joystick.loadGamepadMappings[/wiki] and [wiki]love.joystick.saveGamepadMappings[/wiki] to easily load and store gamepad mapping databases. See [wiki]love.joystick.setGamepadMapping[/wiki] for more details. Added relative mouse mode ([wiki]love.mouse.setRelativeMode[/wiki]) and the corresponding [wiki]love.mousemoved[/wiki]. Added symlink support to love.filesystem, as well as [wiki]love.filesystem.getRealDirectory[/wiki], making development and debugging easier. Fixed a bunch of memory leaks, crashes and other bugs. Renamed FSAA to MSAA. The 'console' option now tries to re-use its console, and it can open earlier, allowing its use in early stages of game loading. Replace several error messages with clearer, more obvious ones. 0.9.1: • Canvases can now be used with SpriteBatches, ParticleSystems, and Meshes. Canvases and Images are now both sub-types of the new [wiki]Texture[/wiki] type, which those three things accept. [wiki]SpriteBatch:setTexture[/wiki] (etc.) have been added, and [wiki]SpriteBatch:setImage[/wiki] (etc.) is now deprecated, but not removed yet. • Better support for retina displays in OS X has been added. To take advantage of it, you will need to enable the new "highdpi" window flag in either [wiki]love.conf[/wiki] or [wiki]love.window.setMode[/wiki]. When this is done on a compatible computer, the pixel resolution of the window will be double what the requested window size is. You will almost certainly need to adjust your code if you want to use this properly! The new function [wiki]love.window.getPixelScale[/wiki] can help immensely. • Canvases now have antialiasing support. You will need to request it when creating the Canvas, with the new function variant [wiki]love.graphics.newCanvas[/wiki](width, height, texturetype, fsaa). • A new function [wiki]Source:clone[/wiki] has been added. This lets you create multiple static Sources which play the same sound much more efficiently (in terms of loading time, memory usage, and code duplication.) • Some nasty bugs have been fixed, including an off-by-one issue in [wiki]Joystick:isDown[/wiki], love.graphics.setCanvas breaking everything when love.graphics.setScissor is used sometimes, and 8-bit [wiki]SoundData[/wiki] sounding completely wrong when loaded into a [wiki]Source[/wiki].
Diffstat (limited to 'games/love09/Makefile')
-rw-r--r--games/love09/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/love09/Makefile b/games/love09/Makefile
index 5dd0967fa33..ab50e3f5638 100644
--- a/games/love09/Makefile
+++ b/games/love09/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/09/30 19:17:24 maya Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/01 23:20:41 maya Exp $
-DISTNAME= love-0.9.0-linux-src
+DISTNAME= love-0.9.2-linux-src
PKGNAME= ${DISTNAME:S/-linux-src//:S/love/love09/}
CATEGORIES= games
MASTER_SITES= https://bitbucket.org/rude/love/downloads/