summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-11-22 14:51:55 +0100
committerLucki2023-11-22 14:51:55 +0100
commit01c0602f7bf9e19d21c91bafdf2bf8595b623982 (patch)
tree8be50eb5a76be9b89dff6e34706a098c6337f76d
parent68a7829ce23b3e1582e9c0021150c1abb0912706 (diff)
downloadaur-01c0602f7bf9e19d21c91bafdf2bf8595b623982.tar.gz
upgpkg: lix 0.10.17-1
upstream release
-rw-r--r--.CHANGELOG33
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 38 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index e58d6d128ac3..6306c6572aa3 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,39 @@
Version history
===============
+0.10.17
+-------
+
+2023-11-21
+
+Reword the lix-identifying panel text when you hover the cursor over a lix.
+Before, when one lix platformed with 9 bricks left, and two lix walked past,
+it read "3 Platformers [9]". Now, it reads: "Lix #7 is platforming [9] + 2 lix"
+
+Remove "(RCF)" from the lix-identifying panel text for the permanent abilities:
+runners, climbers, floaters. We already show permanent abilities directly on
+the main map as little icons above the lix.
+
+Translate skill names. In English, a builder produces the lix-identifying
+panel text "Lix #13 is building [9]", which translates to the German text
+"Lix #13 baut [9]".
+
+Translate keyboard key names. E.g., in German, if you bind the Insert key, the
+keybinding button will read "Einfg". Before, it read "Insert" even in German.
+
+Reword the in-game tooltip "Replaying. To play, click into air."
+to "Replaying. Click to play from here."
+
+Don't show the tooltip "Rewind time or quit" after the single player has nuked.
+In this case, he wants to exit to menu, not rewind.
+
+Don't show tooltips in multiplayer. This works around bug #473: When you have
+both tooltips and the big score board, the tooltips don't erase the score board
+from screen properly. Until we solve the root cause of those drawing/undrawing
+races, let's hide tooltips altogether in multiplayer.
+
+
+
0.10.16
-------
diff --git a/.SRCINFO b/.SRCINFO
index e6a0127ed7df..799975889008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.16
+ pkgver = 0.10.17
pkgrel = 1
url = https://www.lixgame.com/
changelog = .CHANGELOG
@@ -14,7 +14,7 @@ pkgbase = lix
depends = enet
depends = hicolor-icon-theme
depends = d-runtime
- source = lix-0.10.16.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.16.tar.gz
+ source = lix-0.10.17.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.17.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.6+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 = 63f8348a01bccf0233a88e1cd24c22cd31ccf945e3a185a03401a4f2c83a5e7231dcab301b9dfc20591ae75fac2b9590dddad4610bbbf150fb5170f0954398da
+ sha512sums = 612f45b4cc582e2591945db26e7c299cfbd115b6c51137281314c3a144b2ec8e333b4dad68a9678ca94b5a04771f992192225c3c072f19a0c99d097e2bcab0cf
sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 90276d4a56d1..e46a6b1e9650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=lix
-pkgver=0.10.16
+pkgver=0.10.17
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=('63f8348a01bccf0233a88e1cd24c22cd31ccf945e3a185a03401a4f2c83a5e7231dcab301b9dfc20591ae75fac2b9590dddad4610bbbf150fb5170f0954398da'
+sha512sums=('612f45b4cc582e2591945db26e7c299cfbd115b6c51137281314c3a144b2ec8e333b4dad68a9678ca94b5a04771f992192225c3c072f19a0c99d097e2bcab0cf'
'280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
_gitname=LixD