Skip to content

Commit

Permalink
0.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonN committed Oct 11, 2020
1 parent d85fac4 commit 8128bb5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Version history
===============

0.9.34
------

2020-10-11

lemforum: Backroute fixes for 6 levels, mainly due to Wibble's backroutes:
Bipolar Maniac, initial lix 10->11, floaters 5->6.
Las Ranas Hermanas, raise frogs.
Triangle Inequality, eliminiate trivializing backroute.
One Lix Showdown, likely functional but slightly unelegant fix.
Some Like to Run, faster spawn interval, needs checking.
Skulls, Sludge and Steel - possible fix, needs checking.
(No fixes yet for Duality and Dream the impossible Dream.)

Fix #404: The 64-bit Windows enet.dll crashed on hosting a networking game.
Now, I ship a new 64-bit enet.dll, version 1.3.13, that fixes the crash
on Windows, even though it still crashes in Wine.

Support 32-bit Windows again: I publish 32-bit Windows binaries in the github
releases and added linker flags for the 32-bit Windows DMD build in dub.json.

Updated D source libraries in dub.json: derelict-enet 4.1.0 -> 4.2.0,
taggedalgebraic 0.11.12 -> 0.11.18. This should have no visible effects.

Credit minim in doc/thanks.txt for upscaling the GUI icons to 150%, 200%, 300%
of the C++ Lix icons for 640x480 = 100%. minim worked on these icons in 2016.

Remove doc/oldwish.txt, it has become outdated. The text is preserved at:
https://www.lemmingsforums.net/index.php?topic=5132.0
Let's file issues on github instead.

0.9.33
------

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

struct Version {
Expand Down

0 comments on commit 8128bb5

Please sign in to comment.