Skip to content

Commit

Permalink
0.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Aug 1, 2020
1 parent b6ee794 commit a7f6225
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
33 changes: 32 additions & 1 deletion doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
Version history
===============

0.9.32
------

2020-08-01

Distribution: Lix has an openSUSE package for easy installation on openSUSE
Linux, thanks to Martin H.! This is our third Linux packaging after Debian and
Arch. Updated Lix's readme and documentation.

Added Raymanni's crab trap at images/raymanni/crab.T.txt. There is an example
level, Crab Nightmare, in levels/misc/simon/crabnightmare.txt.

Added Thirteen Little Skills (version 2), a level contest entry by Proxima.

Every Lix for Herself (lemforum Lovely): Quicken the spawn interval, to
make it nicer to assign floaters to lix from the leftmost hatch.

Multiplayer: Pressing twice the end-game key (Esc by default) doesn't
exit the match, but rather opens and cancels the exit-match dialog.
This avoids accidental exiting. To exit the match via keyboard,
press Esc, then the key to delete files/lose data.

Replay tweaker: Add an extra line for the currently-shown physics update.

Remove the unnecessary translatable string optionShowButtonHotkeys. Button
hotkeys are always shown, there is no option to disable that; this option was
removed in Lix 0.9.30. This removes the leftover language field, so that
data/language/*.txt doesn't warn on loading a language.

Code: Fix deprecations according to DMD 2.093: Annotate ref-returning
functions with return

0.9.31
------

2020-04-23
----------

Compiling yourself: On Windows, Lix requires LDC 1.21.0, LDC or newer to
compile out of the box. For LDC 1.20.1 or older, in Lix's dub.json file, you
Expand Down
8 changes: 6 additions & 2 deletions doc/thanks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Contributors to Lix
===================

I (Simon Naarmann) wrote nearly all of the code and drew the character sprites,
but my thanks go to all community memebrs that shaped Lix over the years:
but my thanks go to all community membrs that shaped Lix over the years:

geoo
* Tilesets in images/geoo.
Expand All @@ -14,7 +14,7 @@ geoo
tilesets with Lix anyway because of their third-party copyrights.

Raymanni
* Toys, lab, gore, and holiday tilesets in images/raymanni.
* Toys, lab, gore, and holiday tilesets in images/raymanni.

Matt C.
* Tilesets in images/matt/.
Expand Down Expand Up @@ -62,11 +62,15 @@ Lucki

Alex M. (tarzeau)
* Hosting the Lix website and game server from 2010 to 2016.
* Maintaining the Lix Debian package

Mindless
* Running the IRC bot in irc.quakenet.org #lix to announce forum topics.
* Hosting my game server in 2009 and 2010.

Martin H.
* Maintaining the Lix openSUSE package

Clam
* ClamLix, an entire levelpack. This pack has no maintainer these days,
Forestidia and mobius renovated it for D Lix in 2017.
Expand Down
2 changes: 1 addition & 1 deletion src/net/version.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import std.bitmanip;
import std.conv;
import std.string;

private immutable _gameVersion = Version(0, 9, 31);
private immutable _gameVersion = Version(0, 9, 32);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit a7f6225

Please sign in to comment.