Skip to content

Commit

Permalink
Release 1.9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Apr 13, 2020
1 parent cd8b4b7 commit d6ea272
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v 1.9.2.0
Fixed: Placed/deleted overflowing at 33 million
Fixed: Turning off 'colours' option in GUI console shows raw colour codes
Improved: More descriptive message when you're muted by chatmod
Fixed: /hug and /high5 not working from console
Fixed: Allow using /eat and /me from console
Fixed: Zones getting lost with /resizelvl
Improved: Don't lowercase command name in /cmdcreate output
Fixed: /compile showing wrong error line number when source has 'reference' statements
Fixed: Unloading custom commands not removing command aliases
Improved: Simplify information in /ranks
Fixed: /chatroom del and /chatroom spy throwing NullReferenceException
Fixed: Not immediately asking for pass when you are ranked to a rank requiring password
Fixed: Settings -> Eco -> Rank item in GUI crashing server on mono
Fixed: Support 'reference' statements when compiling custom commands from GUI
Improved: Simplify showing errors when compiling custom commands from GUI
Fixed: /buy level erroring if level failed to generate

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
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.9";
public const string InternalVersion = "1.9.2.0";
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.9
1.9.2.0

0 comments on commit d6ea272

Please sign in to comment.