summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2023-10-10 14:35:18 +0200
committerLucki2023-10-10 14:35:18 +0200
commit68a7829ce23b3e1582e9c0021150c1abb0912706 (patch)
tree36b81683a4b6c6f24bfd12aea3df0be7ca535d32
parent7faf1714604c32d40fd1bb2edcb9fb38d9f82f8f (diff)
downloadaur-68a7829ce23b3e1582e9c0021150c1abb0912706.tar.gz
upgpkg: lix 0.10.16-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 bf2eb1ea8ffc..e58d6d128ac3 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,7 +1,30 @@
Version history
===============
+0.10.16
+-------
+
+2023-10-07
+
+Physics: Fix a bug with walkers in overlapping blocker fields that appears
+only in Lix versions 0.10.13, 0.10.14, and 0.10.15. The bug was: Trap a walker
+between two overlapping blockers on a slope, observe the walker bop up and
+down (0.10.13 through 0.10.15) instead of staying fixed on its height
+(0.10.12 and earlier). This bug triggered an assertion failure in debugging
+builds. This fix reverts the walker behavior to 0.10.12 and earlier.
+
+Fix a crash in the editor: When you copy-pasted a tile on a torus map,
+resulting in an offset copy that went beyond the torus seam, then moved the
+resulting tile, Lix crashed. Now, copy-pasting wraps coordinates correctly.
+
+Enlarge number displays for large resolutions, e.g., 1920x1080. Now, numbers
+won't be abbreviated anymore. The bug was, e.g., that the tweaker displayed
+a four-digit tick count of "...4" instead of "1234".
+
+
+
0.10.15
+-------
2023-08-30
diff --git a/.SRCINFO b/.SRCINFO
index 619d2cc65f21..e6a0127ed7df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.10.15
+ pkgver = 0.10.16
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.15.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.15.tar.gz
+ source = lix-0.10.16.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.10.16.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 = 5c2e9825aa78bceed5e888fa1a382d47adb8f58b69d1b6beb18961fac50d1c541f25cd27f05b5d4d199fad2f693a371ad8066db41bd6822252ed4263d782c45d
+ sha512sums = 63f8348a01bccf0233a88e1cd24c22cd31ccf945e3a185a03401a4f2c83a5e7231dcab301b9dfc20591ae75fac2b9590dddad4610bbbf150fb5170f0954398da
sha512sums = 280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75ac4ad048a7..90276d4a56d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=lix
-pkgver=0.10.15
+pkgver=0.10.16
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=('5c2e9825aa78bceed5e888fa1a382d47adb8f58b69d1b6beb18961fac50d1c541f25cd27f05b5d4d199fad2f693a371ad8066db41bd6822252ed4263d782c45d'
+sha512sums=('63f8348a01bccf0233a88e1cd24c22cd31ccf945e3a185a03401a4f2c83a5e7231dcab301b9dfc20591ae75fac2b9590dddad4610bbbf150fb5170f0954398da'
'280fd25a479ac8dd24475b014234270a12ab34edca7fb2f7ce4b768259111b1e7626d3ba37ac13d810f0653d23d7c9f212776e94d2c0b31a0de580864771ce9f')
_gitname=LixD