summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.CHANGELOG28
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
3 files changed, 33 insertions, 5 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 0925c5b6c482..4bf0bebf3bf2 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,34 @@
Version history
===============
+0.9.45
+------
+
+2022-05-21
+
+Added many multiplayer levels by Flopsy, including Krypton Factor race.
+
+Added multiplayer levels by Kingshadow: Straight & Curved,
+Marble Puzzle League, Spiral Spyfall, The Ascending Lix Scenario,
+Tricky Breakthrough.
+
+Added tags ($TAG lines in levels) to several maps by Flopsy.
+
+Fix lagging client in a 10-hour netgame. This was an esoteric bug that never
+surfaced in normal usage. When the same networking game (not netplay session
+or server run, but really individual game; what happens after you click
+"ready" in the lobby) ran for over 10 hours, the client would stop
+updating at the normal speed of 15 physics updates per second, and instead run
+at 10 frames per second.
+
+Make Lix compile with the newly released DMD 2.100.0.
+
+Mention FreeGameDev IRC channel #lix in the main readme. QuakeNet #lix
+is still the development channel. I still recommend QuakeNet #lix to find
+players, with FreeGameDev #lix as an alternative.
+
+
+
0.9.44
------
diff --git a/.SRCINFO b/.SRCINFO
index b0d6c6820c20..f2ca33e3534a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lix
pkgdesc = An action-puzzle game inspired by Lemmings
- pkgver = 0.9.44
+ pkgver = 0.9.45
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.9.44.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.44.tar.gz
+ source = lix-0.9.45.src.tar.gz::https://github.com/SimonN/LixD/archive/v0.9.45.tar.gz
source = lix-music-1.zip::http://www.lixgame.com/dow/lix-music.zip
source = lix.desktop
source = lix-allegro::git+https://github.com/SiegeLord/DAllegro5.git#tag=v4.0.4+5.2.0
@@ -28,7 +28,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 = ac4f89b7bfe621216e1e6850529aa3c8abcc6beb8e97ddf7394327626013a83cd9e0ca5fa1d23491e6896450816952b9f725acee66dbcfb6e7bbab5e27285acd
+ sha512sums = dbdcb91f0848866146b872a232820eac7f977ccb4060f6b23dbe3758ee18909a781828c7a12c2e93518406253c88e7f3239e60e2b8d2cbd919906a1c42cee70e
sha512sums = 37349c98b739ea43c25137dd03865f1c9c41eec91e5edc109afd9d50ce3871bd0c7f63c3f3599a47bb4ef52f5bfd14e034010de0ac2aec5a9c0c83eaf0b89425
sha512sums = 375b1439d9398371a3f58a92bfc0901b86bd89140aae431c7d9405bd2fb36ebcdb22b2686fea72d88b23a4ab94b138b4d742d8fd2965d8ec0542d2f8f64ed0c2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e1eded2ae6f..39ec6123b745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# shellcheck disable=2034,2154
pkgname=lix
-pkgver=0.9.44
+pkgver=0.9.45
pkgrel=1
changelog=.CHANGELOG
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SimonN/LixD/archive/v$pkgver.tar.gz")
-sha512sums=('ac4f89b7bfe621216e1e6850529aa3c8abcc6beb8e97ddf7394327626013a83cd9e0ca5fa1d23491e6896450816952b9f725acee66dbcfb6e7bbab5e27285acd')
+sha512sums=('dbdcb91f0848866146b872a232820eac7f977ccb4060f6b23dbe3758ee18909a781828c7a12c2e93518406253c88e7f3239e60e2b8d2cbd919906a1c42cee70e')
_gitname=LixD
pkgdesc="An action-puzzle game inspired by Lemmings"