Skip to content

Commit

Permalink
0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Sep 23, 2018
1 parent 9c47609 commit ca86cbc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
Version history
===============

0.9.20
------

2018-09-23

Backroute fixes in Continuum Hypothesis and Inside the Fourth Wall.
Fewer lixes in Undercutting the Competition.

Reshaded rectangular blocks in matt/marble: Shading at the left and top should
only become lighter towards the outside. Before, the blocks looked flattened.
Diagonal blocks in matt/marble still have this issue.

Fix #349: Mirror button icon shows horizontal mirroring with two triangles,
not vertical mirroring with an upside-down tree anymore.

Partially fix #348: Custom grid button shows size of current custom grid.

Center images on BitmapButtons more accurately.

Removed unused UI graphics: Spawn interval graphic, hint selection graphic,
editor hatch direction graphic that is shown with a unicode arrow instead.

Fix #356: When you specify -w or --resol=XXXxYYY on the command line,
loading/switching the user configuration will not override the command line's
resolution in this session.

Reorganized the trophy area of the singleplayer browser: Don't draw last
game's results over the personal best of lix saved.

dub package Optional: I use Optional 0.6.3 now instead of Optional 0.4.x. This
requires a recent compiler (I know that 2.082 or newer works) when you build
Lix yourself.



0.9.19
------

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, 19);
private immutable _gameVersion = Version(0, 9, 20);
const(Version) gameVersion() { return _gameVersion; }

struct Version {
Expand Down

0 comments on commit ca86cbc

Please sign in to comment.