Skip to content

Commit

Permalink
Release 1.9.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Mar 12, 2020
1 parent 26efc4a commit bdd31d6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v 1.9.1.9
Improved: Make CalcEyeHeight take Y scale int account
Improved: /tpp 0 0 0 puts you on the ground at level 0
Fixed: Updating appearing to work with mono when Updater.exe is missing
Improved: Backup path in server.properties defaults to relative path
Improved: Log to player short summary of first 2 errors when compiling
Fixed: Eyeheight of skeleton model
Fixed: /copylvl,/renamelvl,/deletelvl consistently announce globally
Fixed: /botai list showing wrong name when a . in a bot AI's name
Fixed: /undo timespan not undoing some changes in rare cases
Improved: Make help consistent with level/map
Improved: /os map delete announces when level is deleted
Improved: Rename /levels to /loaded and /worlds to /levels
Fixed: Could manually set fallback for a custom block above 65

v 1.9.1.8
Fixed: Don't turn off 'auto unload' when setting main world
Fixed: /copylvl not saving level to disc first.
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/MCGalaxy_.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE;</DefineConstants>
<DefineConstants>TRACE;TEN_BIT_BLOCKS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\..\Source\General.ruleset</CodeAnalysisRuleSet>
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public sealed partial class Server {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.9.1.8";
public const string InternalVersion = "1.9.1.9";
public static Version Version { get { return new Version(InternalVersion); } }
public static string VersionString { get { return InternalVersion; } }

Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
Binary file modified Uploads/MCGalaxy_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1.8
1.9.1.9

0 comments on commit bdd31d6

Please sign in to comment.