summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
3 files changed, 41 insertions, 8 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index db59865f59e1..35c626ee1d5c 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,37 @@
Version history
===============
+0.9.8
+-----
+
+lemforum: Lix Cannon, cover confusing gaps that were solid. Pipe Dream, remove
+miners, improve lower route. Snow Jump, raise two pieces slightly.
+
+Fix #285: Solving singleplayer replays are auto-terminated with a nuke if you
+leave a game with ESC before the game is over.
+
+Fix #281: Explain airclick to cancel replays in a tooltip.
+
+When you scroll at the screen edge, a tooltip explains hold-to-scroll.
+
+Fix #279: With music enabled, but no music installed, the main menu explains
+how to download the music archive from the Lix website. Text will appear in
+the corner of the screen, not as a dialog box.
+
+Fix: Sound volume setting had no effect.
+
+Editor shows mouse coordinates in the panel, in addition to the piece
+coordinates that it has already shown before.
+
+TAB is default binding for the splat ruler/exit ping. If you keep your old
+user file, this change will not affect your bindings.
+
+Removed unused hotkey to cycle spectated teams. When I have a better ingame
+score board with player names, I'll think about how to implement this.
+
+Removed unused strings from translation files in data/transl/. Each file lost
+over 60 strings, mostly leftovers from C++ Lix.
+
0.9.7
-----
@@ -42,6 +73,9 @@ Fix: The level-to-image exporter crashed when called from the command line.
Document where to download music in the main readme, in the detailed build
notes, and in the notes for package maintainers.
+I ship the Windows binaries with newer Allegro libraries, their version is
+now 5.2.3. Any Allegro 5.2.x should work well with Lix.
+
0.9.6
-----
diff --git a/.SRCINFO b/.SRCINFO
index a73b8559056e..86bbd31ef73e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.7
- pkgrel = 2
+ pkgver = 0.9.8
+ pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
arch = i686
@@ -13,7 +13,7 @@ pkgbase = lix
depends = allegro
depends = enet
conflicts = lix-git
- source = lix::git+https://github.com/SimonN/LixD.git#commit=84d0e22a894ffb20c91acad8d5d33349e35e54c0
+ source = lix::git+https://github.com/SimonN/LixD.git#tag=v0.9.8
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 b3b0f3934bab..6a6b655c3611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
-# Maintainer: Lucki <Lucki at holarse-linuxgaming dot de>
+# Maintainer: Lucki <https://aur.archlinux.org/account/Lucki>
# Contributor: Carl Reinke <mindless2112 gmail com>
pkgname=lix
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
changelog=.CHANGELOG
conflicts=("${pkgname}-git")
-source=( #"${pkgname}::git+https://github.com/SimonN/LixD.git#tag=v${pkgver}"
- "${pkgname}::git+https://github.com/SimonN/LixD.git#commit=84d0e22a894ffb20c91acad8d5d33349e35e54c0"
+source=("${pkgname}::git+https://github.com/SimonN/LixD.git#tag=v${pkgver}"
"${pkgname}-music-1.zip::http://www.lixgame.com/dow/lix-music.zip"
"${pkgname}.desktop")
sha512sums=('SKIP'