summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2022-12-15 12:34:31 +0100
committerLucki2022-12-15 12:34:31 +0100
commit506f0faa501856024609aa7283cb5b9412eb4628 (patch)
tree5c710668e676a88a054eb93b5498eadc135b99d4
parent3aa43288b7b663dc2fe8c5694ff2a3d070d65f8c (diff)
downloadaur-506f0faa501856024609aa7283cb5b9412eb4628.tar.gz
upgpkg: lix 0.10.2-1
upstream release
-rw-r--r--.CHANGELOG40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 45 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index c95a7a8b08d9..a9c3f512146f 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,46 @@
Version history
===============
+0.10.2
+------
+
+2022-12-13
+
+Fix #440: Replays load/save handicap. Old replays contain no handicap
+information. Newly created replays will have handicap information and also
+load and play it back correctly.
+
+Fix #386: Allow to scroll to the very right edge even when the replay tweaker
+is open. The bug was: Open the replay tweaker. You were not able to scroll all
+the way to the right side of the map. You had to zoom out to see the entire
+map, or zoom in deeply enough to make the tweaker obscure less of the level.
+This was because the map only anticipated the normal panel on the screen, not
+the tweaker. The map expected to be able to draw all the way to the right edge
+of the screen. Now, even while the tweaker is open, you can scroll such that
+the right end of the map is visible to the left of the tweaker.
+
+Fix how the tweaker was appearing for a single frame on level start. This bug
+has been in Lix for 4 years, but we never realized it because the old tweaker
+didn't re-focus cameras when showing/hiding. Now, the tweaker starts hidden.
+
+Backroute fixes to lemforum levels: Cornerstone, The Last Laugh,
+Tinker Tailor Soldier Lix, Ferry Tale.
+
+Clarify and beautify some more lemforum levels: Compression Method 2, Tapestry,
+To Destroy Is to Construct, Narbacular Drop, The Road Goes Ever On (and both
+of its repeats). Renamed mobius's Conundrum to Get Behind Me, Satan.
+
+Add Everybody Wins, a multiplayer map by geoo for 4 through 8 players.
+
+End-of-level screen says on its bottom button: Back to Level Browser.
+Before, we had: Back to the Browser. That wasn't clear. Not everybody
+considers the browser a browser.
+
+Removed pre-2018 options/trophy format support. If you're updating from Lix
+versions older than 5 years, you'll have to reconfigure your hotkeys.
+
+
+
0.10.1
------
diff --git a/.SRCINFO b/.SRCINFO
index a5da4af36126..de5ec815868e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.1
+ pkgver = 0.10.2
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.1.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.1.tar.gz
+ source = lix-0.10.2.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.2.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 = 0188ac079451e1a7c895b7c6d3023e0f72477eb86c55b01fd0f0960cc3da29392508d3e99a813922130087333d992c5d0f6a871f5c92f0ac476159f2aced8020
+ sha512sums = f1a36b17861a5f1fac36026e8898892a59ec4043e04b0991770dfbb79cf5bfbf84b0f874c8a4eb1710fe6bd1ee473b30119dc4cd2502b647efeaaa51bf3680d3
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 722adf54223f..f430e799cc4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.1
+pkgver=0.10.2
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=('0188ac079451e1a7c895b7c6d3023e0f72477eb86c55b01fd0f0960cc3da29392508d3e99a813922130087333d992c5d0f6a871f5c92f0ac476159f2aced8020'
+sha512sums=('f1a36b17861a5f1fac36026e8898892a59ec4043e04b0991770dfbb79cf5bfbf84b0f874c8a4eb1710fe6bd1ee473b30119dc4cd2502b647efeaaa51bf3680d3'
'37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425')
_gitname=LixD