summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG28
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
3 files changed, 34 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index c74ac0cfa761..8c6260741be6 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,34 @@
Version history
===============
+0.9.19
+------
+
+2018-08-10
+
+RepForLev: For a highlighted level in the singleplayer browser, you can enter
+the new dialog RepForLev that will offer all replays that start with the
+basename of the highlit level. (If the level file is "mylevel.txt", RepForLev
+will offer all replays that start with "mylevel-".)
+
+lemforum, some backroute fixes: Get Hype, remove flinging backroute. Toccata,
+use Proxima's backroute fix against a solution that takes 30 minutes. Striking
+News, add water pit at the top, different cactus placement at the bottom.
+Behind Bars, save 8/10.
+
+Multiplayer maps: Flopsy's shorter Block Chaos, Harden the Paint. Raymanni's
+Rainbow Road, The Frog-Hotel, Follow the Thread.
+
+Fix #354: Prevent the one-pixel-thick line of graphical garbage at the right
+edge of the map. This line occurred with some noninteger zooms during
+play/editor.
+
+Fix #344: Guideline pieces are selectable from the terrain browser again.
+Depth-2-directories (e.g., "geoo/construction/") are listed as only the second
+directory ("construction/") in the root selection of tile browser.
+
+
+
0.9.18
------
diff --git a/.SRCINFO b/.SRCINFO
index 2441408a2404..4cff3f57eea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.18
+ pkgver = 0.9.19
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -12,8 +12,9 @@ pkgbase = lix
makedepends = dub
depends = allegro
depends = enet
+ depends = hicolor-icon-theme
conflicts = lix-git
- source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.18
+ source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.19
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c65e608946ba..f24f78985c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix
-pkgver=0.9.18
+pkgver=0.9.19
pkgrel=1
changelog=.CHANGELOG
conflicts=("${pkgname}-git")
@@ -14,12 +14,12 @@ sha512sums=('SKIP'
'52d49562cd9be4eec76b464153af1cce2211fdbd6113a6a60df042f7e8f7e6a8f1942df883dfaaa6c1bbfea004c4154d884dfa767e25fa3fadf9c58be1103fe6')
_pkgname=${pkgname}
-# template start; name=lix; version=0.7;
+# template start; name=lix; version=0.8;
pkgdesc="An action-puzzle game inspired by Lemmings"
arch=('i686' 'x86_64')
url="http://www.lixgame.com/"
license=('custom:CC0')
-depends=('allegro' 'enet')
+depends=('allegro' 'enet' 'hicolor-icon-theme')
makedepends=('git' 'dmd' 'dub')
build()