summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 31 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index a9c3f512146f..0e5c296423ef 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,32 @@
Version history
===============
+0.10.3
+------
+
+2022-12-21
+
+Fix #428: Update the next-level cache after solving. Before, there was the
+following bug: Have three unsolved singleplayer levels -- A, B, and C -- in
+this order. Enter A, exit to level browser, solve B, then solve A. Lix would
+then offer B as unsolved, even though you've solved B. Now, the end-of-level
+screen correctly offers B as solved and C as next unsolved level.
+
+The end-of-singleplayer screen, when you choose to play the previous level
+that you've just played, starts that previous level with your replay playing.
+You can view your solution again or fix your attempt. (To avoid the replay,
+interrupt it immediately when it starts playing, or instead start the previous
+level from the singleplayer browser.)
+
+Fix a backroute in mobius's Five for Fighting in lemforum/Vicious.
+
+In lemforum/Lovely: Diamond Dash: Replace imploders and blockers with walkers.
+The Borderland: Raise save requirement from 30/60 to 40/60 to require saving
+lix from both hatches. Reorder Climb to Freedom earlier to avoid two
+successive snow levels. Reorder Beneath the Lab to after Solar Eclipse.
+
+
+
0.10.2
------
diff --git a/.SRCINFO b/.SRCINFO
index de5ec815868e..42949b524346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = http://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.10.2.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.2.tar.gz
+ source = lix-0.10.3.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.3.tar.gz
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
source = lix-bolts::git+https://github.com/aliak00/bolts.git#tag=v1.3.1
@@ -27,7 +27,7 @@ pkgbase = lix
source = lix-silly::git+https://gitlab.com/AntonMeep/silly.git#tag=v1.0.2
source = lix-taggedalgebraic::git+https://github.com/s-ludwig/taggedalgebraic.git#tag=v0.11.22
source = lix-unit-threaded::git+https://github.com/atilaneves/unit-threaded.git#tag=v0.7.55
- sha512sums = f1a36b17861a5f1fac36026e8898892a59ec4043e04b0991770dfbb79cf5bfbf84b0f874c8a4eb1710fe6bd1ee473b30119dc4cd2502b647efeaaa51bf3680d3
+ sha512sums = 563d6ba36d015afd655fd0723f8a684ab308fdbc0e3e77cbca51a2ca0007278ce4e4e907bc23cc65914e168225b5330ef5bf3121973dd72d13fdd6e2842cb772
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f430e799cc4a..a38af3a22307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz"
"$pkgname-music-1.zip::http://www.lixgame.com/dow/lix-music.zip")
-sha512sums=('f1a36b17861a5f1fac36026e8898892a59ec4043e04b0991770dfbb79cf5bfbf84b0f874c8a4eb1710fe6bd1ee473b30119dc4cd2502b647efeaaa51bf3680d3'
+sha512sums=('563d6ba36d015afd655fd0723f8a684ab308fdbc0e3e77cbca51a2ca0007278ce4e4e907bc23cc65914e168225b5330ef5bf3121973dd72d13fdd6e2842cb772'
'37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425')
_gitname=LixD