summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-03-05 14:43:21 +0100
committerLucki2023-03-05 14:43:21 +0100
commit1c75fc0452d1b2dd08d96f9df609572d151af74e (patch)
tree337af6b057ab30541ff347ee8def16d478c39d37
parentbf194914f59793eb66e9e0953f0ebc8074e481ff (diff)
downloadaur-1c75fc0452d1b2dd08d96f9df609572d151af74e.tar.gz
upgpkg: lix 0.10.6-1
upstream release
-rw-r--r--.CHANGELOG32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 37 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 3000434f1977..c250338448fb 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,38 @@
Version history
===============
+0.10.6
+------
+
+2023-02-04
+
+Fix #453: Added a separate resolution user option (two integers) for hardware
+fullscreen. Now, you can specify a windowed resolution and a hardware
+resolution separately from each other. Before, the same setting applied
+to both windowed mode and hardware fullscreen.
+
+Fix a backroute in Come on Down to My Place, in lemforum.
+
+Fix a backroute in Spin Me Around, in miniatures.
+
+Re-order miniatures for difficulty: Uprank Diodes and The Bottomless Closet.
+
+Added Shed of Presents, a multiplayer map for 2p and 6p.
+
+music/minim-mobius/meadow-sunrise.ogg: Removed wrongly looped initial segment.
+Before, the song started, then restarted after 2 seconds.
+
+Work around a Linux-only bug in Allegro 5.2.8: Software fullscreen failed
+to deduce the desktop resolution. Lix now passes the hardware fullscreen
+resolution user option to Allegro even when entering a software fullscreen.
+Without the bug, Allegro ingores the passed resolution and deduce the desktop
+resolution, but with the bug, you can now achieve the right resolution.
+The user option tooltip still claims that software fullscreen ignores the
+resolution user options because this bug is Linux-only, it's already fixed,
+and the bugfix will ship with the next stable Allegro 5 release.
+
+
+
0.10.5
------
diff --git a/.SRCINFO b/.SRCINFO
index c7c5479fb79a..3f627b710243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.5
+ pkgver = 0.10.6
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.5.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.5.tar.gz
+ source = lix-0.10.6.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.6.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 = a1dee114d54cf94e7c590d69634d5696a0cf380e39998ec99266808952d70c23e1f8b0198bc7f1e8892ac1cd130fe0a172e752aaf2588cbc3f2b20a3868c9dd3
+ sha512sums = 58a78f5749d5de8f7acadf302c555f401bccc7713f53c50c266c6512406e793918a8f637a6126761d47005f91c470736843aaecc1869bb99bcc9c594d75b1ba1
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7fba085a8757..c85144c70177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.10.5
+pkgver=0.10.6
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=('a1dee114d54cf94e7c590d69634d5696a0cf380e39998ec99266808952d70c23e1f8b0198bc7f1e8892ac1cd130fe0a172e752aaf2588cbc3f2b20a3868c9dd3'
+sha512sums=('58a78f5749d5de8f7acadf302c555f401bccc7713f53c50c266c6512406e793918a8f637a6126761d47005f91c470736843aaecc1869bb99bcc9c594d75b1ba1'
'37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425')
_gitname=LixD