Skip to content

Commit

Permalink
0.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Apr 17, 2024
1 parent d3f2970 commit f900dd8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/desktop/com.lixgame.Lix.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.10.22" date="2024-04-17" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.22</url>
</release>
<release version="v0.10.21" date="2024-03-08" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.21</url>
</release>
<release version="v0.10.20" date="2024-02-18" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.20</url>
</release>
<release version="v0.9.47" date="2022-08-11" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.9.47</url>
</release>
Expand Down
34 changes: 34 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
Version history
===============

0.10.22
-------

2024-04-17

Fix #427: Reveal trigger areas during play: When you activate the splat ruler,
you also see trigger areas of gadgets (goals, traps, flingers, water, ...)
as cyan hollow rectangles.

Fix #487: Whenever Lix saves your user options to `./user/options.sdl`,
Lix will also save unknown options that you happened to have in your options
file from past or future Lix versions. This will be helpful in the future
when you keep different versions in the same tree, e.g., for testing, and
they're all version 0.10.22 or newer.

Fix #472: In level and replay browsers, you can't simultaneously quit the
browser and open the deletion confirmation dialog anymore. Before, the bug
was: You returned to the main menu and still had the deletion dialog open.

Fix tooltip font size. Now, the pause tooltip always shows in small letters.
Before, the pause tooltip showed in the medium font when the mouse was at the
screen edge in a scrollable level.

Add three multiplayer maps by geoo: Pachinko (4-7 players),
Zick-Zack Kunterbunt (4-8 players), Hanabi around the World (4 players).

Reorder the singleplayer level directory: geoo's pack appears alphabetically
among the other one-author packs.

The Windows build script `win-build.bat` still prefers LDC, but now allows
to build Lix with any compiler.



0.10.21
-------

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, 21);
private immutable _gameVersion = Version(0, 10, 22);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit f900dd8

Please sign in to comment.