summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2018-11-30 01:22:21 +0100
committerLucki2018-11-30 01:22:21 +0100
commitf5827c9b76ba3bb62aaa6c1202b71cbcf3626d10 (patch)
tree2553ca4e19c9c8165e7b99a352a18feedb877959 /.CHANGELOG
parent48c9cb9e121a557e6cb550d250411b97db7ced6d (diff)
downloadaur-f5827c9b76ba3bb62aaa6c1202b71cbcf3626d10.tar.gz
Update to v0.9.22
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG37
1 files changed, 37 insertions, 0 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index ad3189d7612e..414ac093d69b 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,6 +1,43 @@
Version history
===============
+0.9.22
+------
+
+2018-11-30
+
+Include xmas2018: a new singleplayer pack with 24 holiday-themed levels.
+
+Fix #350: In singleplayer, the splat ruler button tooltip claimed falsely
+that this button also pings hatches and exits, but it does that only in
+multiplayer. Fixed this tooltip. (Issue #301 remains: In multiplayer, this
+button should be functionally split into two buttons.)
+
+Support 64-bit Windows builds with LDC >= 1.13.0-beta2. I encourage all
+Windows users to choose the 64-bit build over the 32-bit build, hoping to
+avoid the out-of-RAM crashes on large maps.
+
+Binary downloads are now hosted on github, not on Lix's homepage.
+
+Binary download archives carry a version number in their filename and unpacked
+Lix directory. With self-contained Lix (i.e., not installed system-wide via a
+Linux package manager), you should still update existing self-contained Lix as
+usual by copying your user files, custom levels, and replays from the old
+directory into the new.
+
+Fix #369: When you build from source and choose a debugging version instead
+of a release version, Lix will start windowed by default, not with software
+fullscreen. User options can override this as usual.
+
+Updated the DAllegro5 bindings to 4.0.4+5.2.0 and removed Lix's allegro-color
+dependency on all platforms.
+
+Many refactorings in the source code for physics updates. No physics changes.
+This will be useful in case I manage efficient skill blueprints a.k.a. skill
+shadows.
+
+
+
0.9.21
------