summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2024-04-19 22:08:33 +0200
committerLucki2024-04-19 22:08:33 +0200
commit776baaec79e6329aca30e1e2e8c34611b32fc7bb (patch)
tree48b972debb0a06a3a566eba9b2da25c064a3169e
parent8d1233c3b7e102d51952b6b774ba5d0c3f783547 (diff)
downloadaur-776baaec79e6329aca30e1e2e8c34611b32fc7bb.tar.gz
upgpkg: lix 0.10.22-1
upstream release
-rw-r--r--.CHANGELOG34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 39 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index dc74390eb0dd..10846a13dccf 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,40 @@
Version history
===============
+0.10.22
+-------
+
+2024-04-17
+
+Fix #427: Reveal trigger areas during play: When you activate the splat ruler,
+you also see trigger areas of gadgets (goals, traps, flingers, water, ...)
+as cyan hollow rectangles.
+
+Fix #487: Whenever Lix saves your user options to `./user/options.sdl`,
+Lix will also save unknown options that you happened to have in your options
+file from past or future Lix versions. This will be helpful in the future
+when you keep different versions in the same tree, e.g., for testing, and
+they're all version 0.10.22 or newer.
+
+Fix #472: In level and replay browsers, you can't simultaneously quit the
+browser and open the deletion confirmation dialog anymore. Before, the bug
+was: You returned to the main menu and still had the deletion dialog open.
+
+Fix tooltip font size. Now, the pause tooltip always shows in small letters.
+Before, the pause tooltip showed in the medium font when the mouse was at the
+screen edge in a scrollable level.
+
+Add three multiplayer maps by geoo: Pachinko (4-7 players),
+Zick-Zack Kunterbunt (4-8 players), Hanabi around the World (4 players).
+
+Reorder the singleplayer level directory: geoo's pack appears alphabetically
+among the other one-author packs.
+
+The Windows build script `win-build.bat` still prefers LDC, but now allows
+to build Lix with any compiler.
+
+
+
0.10.21
-------
diff --git a/.SRCINFO b/.SRCINFO
index c36fc97cc70a..9a52e4912a3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.21
+ pkgver = 0.10.22
pkgrel = 1
url = https://www.lixgame.com/
changelog = .CHANGELOG
@@ -15,9 +15,9 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = d-runtime
- source = lix-0.10.21.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.21.tar.gz
+ source = lix-0.10.22.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.22.tar.gz
source = lix-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip
- sha512sums = ba0775040000fb28d9c489d78f0b09552780c60e5810bdcffce3ab8efd245eacba6f9d02f88aa4073c1d3396adf99a4482e5cf98646a21b8a538b01a51c750c5
+ sha512sums = 244f148a2dcf428a5009bd346860cc91113b3a025769f2f18ce37a67d8832b6afec16741dce2956ffd2920812d8bac5189124c3be9394842addc29479295558e
sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
pkgname = lix
diff --git a/PKGBUILD b/PKGBUILD
index 6c9fb47b5884..d849d7f4ab65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=lix
-pkgver=0.10.21
+pkgver=0.10.22
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz"
"$pkgname-music-1.1.zip::https://www.lixgame.com/dow/lix-music.zip")
-sha512sums=('ba0775040000fb28d9c489d78f0b09552780c60e5810bdcffce3ab8efd245eacba6f9d02f88aa4073c1d3396adf99a4482e5cf98646a21b8a538b01a51c750c5'
+sha512sums=('244f148a2dcf428a5009bd346860cc91113b3a025769f2f18ce37a67d8832b6afec16741dce2956ffd2920812d8bac5189124c3be9394842addc29479295558e'
'280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
_gitname=LixD