Skip to content

Commit

Permalink
0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed May 1, 2023
1 parent 23f15a2 commit 2f7ea90
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
28 changes: 28 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Version history
===============

0.10.9
------

2023-05-01

Fix radio buttons: It was possible to select multiple radio buttons by
clicking the squares, not the labels. Now, only one button is ever active.

Add the 6 singleplayer levels from Lemmings Forums's Level Design Contest 27
by me and geoo in misc/contests/2023/: Bumper Cave, Inside Your Router,
Pommes Schranke, Rhizome, Hanabi, The Last Shall Be First.

Add Catalan translation of the Lix user interface.
Thanks for the translation, Rampoina!

Reduced the filesize of the SVG icon data/images/lix_logo.svg from 3.4 MB
to 30 KB. It looks practically the same. Thanks for re-tracing, Rampoina!

Allow longer description in the level editor's topology menu for wrap options.
Paint the size warning (level too large can crash 32-bit Lix) in red, possibly
overlapping the descriptions of the wrap checkboxes when both the description
and the warning texts are long.

Clarify "Alt+Tab is fast" in the options menu. Now the tooltip says:
"Switching windows (e.g., with Alt+Tab) works quickly."



0.10.8
------

Expand Down
4 changes: 4 additions & 0 deletions doc/thanks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Sanchez
* Swedish translation of Lix's user interface:
data/transl/swedish.txt

Rampoina
* Catalan translation of Lix's user interface:
data/transl/catalan.txt

CyberShadow
* Contributing code to early D Lix to for better bitmap buttons
on large resolutions.
Expand Down
2 changes: 1 addition & 1 deletion src/net/version.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import std.conv;
import std.range;
import std.string;

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

struct Version {
Expand Down

0 comments on commit 2f7ea90

Please sign in to comment.