Skip to content

Commit

Permalink
Release 1.8.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jun 26, 2017
1 parent 9fa3b8d commit f0fe592
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v 1.8.9.4
Fixed: Having 30-35 bots causing 10-20% CPU usage on mono
Fixed: Opchat/Adminchat showing to IRC
Fixed: uPnP not working at all
Fixed: Console not showing timestap for commands
Fixed: Players not being sent to spawn base in CTF
Fixed: /bots not working from console
Fixed: /me showing up on IRC when level has level-only chat
Fixed: Various commands still sending globally when level-only chat
Fixed: CTF writing broken config
Fixed: random/cloudy brush showing 'only admin+ can draw with unknown'
Fixed: No message being shown when specifiying an invalid block in commands
Fixed: Upgrading old lockdown erroring
Fixed: Being able to send opchat messages with no contents
Improved: lb/gb info shows block tint colour
Improved: /help map motd details the special rules (-hax, +respawn, etc)
Added: Stack block (slabs/stairs) is a block property now
Added: Ability to measure ping with /ping
Added: Can configure IRC settings (command prefix, controller rank) from Gui
Added: Can disable afk/unafk showing on IRC

v 1.8.9.3
Added: Listening on a specific IP
Added: Color selector to GUI
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 @@ -54,7 +54,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.8.9.3";
public const string InternalVersion = "1.8.9.4";
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/MCGalaxy_.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.8.9.3
1.8.9.4

0 comments on commit f0fe592

Please sign in to comment.