Skip to content

Commit

Permalink
0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Mar 4, 2023
1 parent 1990629 commit 0d827d7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Version history
===============

0.10.6
------

2023-02-04

Fix #453: Added a separate resolution user option (two integers) for hardware
fullscreen. Now, you can specify a windowed resolution and a hardware
resolution separately from each other. Before, the same setting applied
to both windowed mode and hardware fullscreen.

Fix a backroute in Come on Down to My Place, in lemforum.

Fix a backroute in Spin Me Around, in miniatures.

Re-order miniatures for difficulty: Uprank Diodes and The Bottomless Closet.

Added Shed of Presents, a multiplayer map for 2p and 6p.

music/minim-mobius/meadow-sunrise.ogg: Removed wrongly looped initial segment.
Before, the song started, then restarted after 2 seconds.

Work around a Linux-only bug in Allegro 5.2.8: Software fullscreen failed
to deduce the desktop resolution. Lix now passes the hardware fullscreen
resolution user option to Allegro even when entering a software fullscreen.
Without the bug, Allegro ingores the passed resolution and deduce the desktop
resolution, but with the bug, you can now achieve the right resolution.
The user option tooltip still claims that software fullscreen ignores the
resolution user options because this bug is Linux-only, it's already fixed,
and the bugfix will ship with the next stable Allegro 5 release.



0.10.5
------

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

struct Version {
Expand Down

0 comments on commit 0d827d7

Please sign in to comment.