summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2016-06-03 19:55:01 +0200
committerLucki2016-06-03 19:55:01 +0200
commit1282c4dadd0fdb30a110f08904a3510f3005132f (patch)
tree9dbd82609b518f6e6a1e6afd77d59c9631391300
parente86f3a2e6e853a96e0c835949a8ea17d9c25f61f (diff)
downloadaur-1282c4dadd0fdb30a110f08904a3510f3005132f.tar.gz
Update to v2016-06-02
-rw-r--r--.CHANGELOG76
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
3 files changed, 79 insertions, 3 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index e69de29bb2d1..1fb4fa645b3c 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -0,0 +1,76 @@
+* commit 64c9b940d2b0ba354226fc023ffca6ca77a7b630
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Fri Sep 4 19:43:31 2015 +0200
+|
+| advance on click or assign during pause
+|
+* commit a61fcfd6f66af9e1910e6163006fb1f30b6aa230
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Sun Jan 31 14:11:49 2016 +0100
+|
+| replay verifier can convert and overwrite
+|
+| Run lix --help for instructions
+|
+* commit e5c3d13b43daecfa9d3840d504f41942773e9d3c
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Sun Jan 31 09:13:59 2016 +0100
+|
+| level export, text won't overflow
+|
+* commit da33317129efa59e83cfebeafea8e01d69791eae
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Sat Jan 30 22:29:41 2016 +0100
+|
+| removed circle on visited/failed levels
+|
+| The failing result isn't even saved to the user file.
+|
+* commit 47dfd2317509ed5cb39b7b230b2de138dc613a6d
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Sat Jan 9 05:40:45 2016 +0100
+|
+| lemforum levels updated to 2015-06
+|
+* commit dead180bf5961f804dd1920958061e39f30a7484
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Sat Jan 9 04:52:13 2016 +0100
+|
+| bugfix: too many effects generated on framestep
+|
+| This fix works for replays played from the replay browser,
+| and for normal play with framestepping.
+|
+| It does not work for loading the user savestate: Effects will
+| probably be drawn at least once. I'd have to save the entire effect
+| list with the user savestate, which would be overkill right now.
+|
+* commit 0595af31d07289c6cb246e3e1ddb07c4f42c3dfd
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Thu Oct 8 18:44:44 2015 +0200
+|
+| don't savestate during verify mode
+|
+| This cuts the time per verified level to about a fifth.
+|
+* commit 9dbef36198b49aa6dea5d94bb0785abc0903e7b6
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Thu Sep 10 04:13:49 2015 +0200
+|
+| bugfix: panel displays 'Shrugger', not 'Shrugger2'
+|
+* commit 1766ca0f8046ba07b4a3d403278a165f1e84d177
+| Author: geoo89 <geoo89@gmail.com>
+| Date: Tue Sep 8 19:55:19 2015 +0200
+|
+| L1 levels: read 2 bytes, ignore big byte
+|
+| Some values in the L1 format were treated as 2 byte values while
+| one of the two bytes should be ignored. Fixed.
+| This especially affects Lemmix levels exported with NeoLemmix.
+|
+* commit 6d737facec033e7e53f449431e681a6588f6d862
+| Author: SimonN <eiderdaus@gmail.com>
+| Date: Fri Sep 4 12:29:05 2015 +0200
+|
+| umlauts in _german.X and jumpers tutorial
diff --git a/.SRCINFO b/.SRCINFO
index 58385c0ea9ea..1775623bfa11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 31 19:13:52 UTC 2016
+# Fri Jun 3 17:50:02 UTC 2016
pkgbase = lix-git
pkgdesc = An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings
- pkgver = 2016.01.09.r4.ga61fcfd
+ pkgver = 2016.06.02.r0.g64c9b94
pkgrel = 1
url = http://asdfasdf.ethz.ch/~simon/index.php
install = lix-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 2ced814b64ef..2f6e2a247b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lix-git
_pkgname=lix
-pkgver=2016.01.09.r4.ga61fcfd
+pkgver=2016.06.02.r0.g64c9b94
pkgrel=1
pkgdesc="An action-puzzle game in the IRS (Interactive Rodent Simulation) genre inspired by Lemmings"
arch=('i686' 'x86_64')