Skip to content

Commit

Permalink
0.10.29
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Jan 27, 2025
1 parent 72fa5ab commit 32b8ddd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/desktop/com.lixgame.Lix.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.10.29" date="2025-01-27" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.29</url>
</release>
<release version="v0.10.28" date="2024-12-20" type="stable">
<url>https://github.com/SimonN/LixD/releases/tag/v0.10.28</url>
</release>
Expand Down
25 changes: 25 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Version history
===============

0.10.29
-------

2025-01-27

When a digger hits steel and stops, the jackhammer breaks into three pieces
that fly away.

After a basher has turned from hitting steel, the shovel flies away.

Observers of a networking match can change the current team: Hover the mouse
cursor over the lix of a different team to see that team's skillset
and hear that team's sound effects.

In solobattle (= play a multiplayer level from the singleplayer browser),
you'll only hear sound effects for the current team. Hover the mouse cursor
over the lix of a different team to change the current team.

Update Allegro DLLs in the Windows binary release to Allegro 5.2.10.

Document in `./doc/dev/nuget-dlls.txt` how to extract Allegro DLLs from the
Allegro 5 NuGet release.



0.10.28
-------

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

struct Version {
Expand Down

0 comments on commit 32b8ddd

Please sign in to comment.