summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-03-26 16:30:43 +0200
committerLucki2023-03-26 16:30:43 +0200
commit4b097d2c81c43944054f17f588083a7ab87e10ef (patch)
treeef447b983e269079d97d5f78583e5f3d1fd4c720
parent1c75fc0452d1b2dd08d96f9df609572d151af74e (diff)
downloadaur-4b097d2c81c43944054f17f588083a7ab87e10ef.tar.gz
upgpkg: lix 0.10.7-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 c250338448fb..9187ce208d16 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,40 @@
Version history
===============
+0.10.7
+------
+
+2023-03-25
+
+Fix #451: In the connection picker of the networking screen, the 3D outlines
+of the buttons for IP address and ports were sometimes mispainted. Now, the
+buttons are drawn correctly.
+
+Radio button options, e.g., for screen mode, show a tooltip per possible choice
+instead of a catch-all tooltip for the entire option.
+
+Don't play music during player name entry on a fresh installation before
+reaching the main menu. Play music only when we enter the main menu.
+The music might be too loud or unexpected, and it's more obvious how to
+exit from the main menu than from the player name entry screen.
+
+Replace "No" with "Cancel" in two dialog boxes: Really delete this level?
+Delete, Cancel. Really overwrite this level? Overwrite, Cancel.
+
+Explain the command-line switches for screen modes in the main readme.
+
+When you run Lix's unittests (`$ dub test`), the tests will scan all installed
+languages in `./data/transl/` and print missing and unnecessary translations.
+to stdout. Such translation issues do not abort or fail the unittests.
+As before, Lix logs during play the missing and unnecessary translation lines
+for your chosen language in the log file `./user/log.txt`.
+
+Use handwritten recoloring code from magic pink to alpha transparency instead
+of the Allegro 5 recoloring function, in hopes of avoiding #431: Magic pink
+won't become transparent on macOS. I doubt that this fixes #431.
+
+
+
0.10.6
------
diff --git a/.SRCINFO b/.SRCINFO
index 3f627b710243..37d63c1372e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.6
+ pkgver = 0.10.7
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.6.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.6.tar.gz
+ source = lix-0.10.7.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.7.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 = 58a78f5749d5de8f7acadf302c555f401bccc7713f53c50c266c6512406e793918a8f637a6126761d47005f91c470736843aaecc1869bb99bcc9c594d75b1ba1
+ sha512sums = bb2a473d77af74b1b2c30373bf60c5571a5106fbf8906a7970432938d022faa73adbe169488194f75ae667ef19c2d20d334dafe7e8d991e6170b464d6f9da831
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c85144c70177..950fbb7776e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.6
+pkgver=0.10.7
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=('58a78f5749d5de8f7acadf302c555f401bccc7713f53c50c266c6512406e793918a8f637a6126761d47005f91c470736843aaecc1869bb99bcc9c594d75b1ba1'
+sha512sums=('bb2a473d77af74b1b2c30373bf60c5571a5106fbf8906a7970432938d022faa73adbe169488194f75ae667ef19c2d20d334dafe7e8d991e6170b464d6f9da831'
'37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425')
_gitname=LixD