summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-05-30 00:20:38 +0200
committerLucki2023-05-30 00:20:38 +0200
commit67a0178fb7d9718748a5bd1144faff301eecdb24 (patch)
tree9ed0daeefd79b7760003a3dac8259d03379610b1
parent1be1b452c2f2b6dad1c7b4a729dd57af2ef77a5a (diff)
downloadaur-67a0178fb7d9718748a5bd1144faff301eecdb24.tar.gz
upgpkg: lix 0.10.10-1
upstream release
-rw-r--r--.CHANGELOG23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 28 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 0e9f49d4d72b..e6568c7c3ad9 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,29 @@
Version history
===============
+0.10.10
+-------
+
+2023-05-27
+
+Fix #452: The search for the next unsolved level works again for when
+the next unsolved level is not the next level. Before, from 0.10.6 through
+0.10.9, the end-of-singleplayer screen showed only the next level.
+
+Fix tooltips: When you hovered over a platformer or builder, the tooltip would
+always instruct you to queue, even if you had, e.g., miner selected in the
+skillbar. Now, the tooltip to queue appears only for the same selected skill.
+
+Tweaker lines have white text when you hover over the corresponding lix.
+
+When you erase an assignment via the tweaker, the tweaker will also erase
+all assignments to the same lix in the same or a future physics update.
+
+Add Kingshadow's Rescue Reduction, a new multiplayer map for 3 through 8
+players that combines Rescue Rangers Double Team with Downward Reduction.
+
+
+
0.10.9
------
diff --git a/.SRCINFO b/.SRCINFO
index 4cd37cf24976..32bcc748b09c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.9
+ pkgver = 0.10.10
pkgrel = 1
url = https://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = liblphobos
- source = lix-0.10.9.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.9.tar.gz
+ source = lix-0.10.10.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.10.tar.gz
source = lix-music-1.1.zip::https://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
@@ -25,7 +25,7 @@ pkgbase = lix
source = lix-sdlang-d::git+https://github.com/Abscissa/SDLang-D.git#tag=v0.10.6
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 = a76428e45868397ba5a74b6f1255b86af56f2f60da6acd6d10c6e74b114a7e1e345d9aa169135042bbff33c7c7f1fd06ba070aace55b6e55fd859f7791cfe058
+ sha512sums = cb2f93256af3d8104400698ae9ac9f96334c2deb72de0467463c9f62d9272d44000e424d23cc0cf632bfe9be0130b309ac8e48edf779c96b2ed2f2f371b735fb
sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fc560ccfebcf..913fdb21fe89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.9
+pkgver=0.10.10
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=('a76428e45868397ba5a74b6f1255b86af56f2f60da6acd6d10c6e74b114a7e1e345d9aa169135042bbff33c7c7f1fd06ba070aace55b6e55fd859f7791cfe058'
+sha512sums=('cb2f93256af3d8104400698ae9ac9f96334c2deb72de0467463c9f62d9272d44000e424d23cc0cf632bfe9be0130b309ac8e48edf779c96b2ed2f2f371b735fb'
'280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
_gitname=LixD