summarylogtreecommitdiffstats
path: root/.CHANGELOG
diff options
context:
space:
mode:
authorLucki2023-10-10 14:35:18 +0200
committerLucki2023-10-10 14:35:18 +0200
commit68a7829ce23b3e1582e9c0021150c1abb0912706 (patch)
tree36b81683a4b6c6f24bfd12aea3df0be7ca535d32 /.CHANGELOG
parent7faf1714604c32d40fd1bb2edcb9fb38d9f82f8f (diff)
downloadaur-68a7829ce23b3e1582e9c0021150c1abb0912706.tar.gz
upgpkg: lix 0.10.16-1
upstream release
Diffstat (limited to '.CHANGELOG')
-rw-r--r--.CHANGELOG23
1 files changed, 23 insertions, 0 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