Skip to content

Commit

Permalink
Release 1.9.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Oct 3, 2021
1 parent 6317f0e commit 956aee5
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
v 1.9.3.5
Added: Support for all multiplayer versions of Classic (i.e. classic pre 0.30)
Improved: Can now send heartbeat to multiple addresses
Improved: /FixGrass is now a drawop (logs to BlockDB, can specify area bounds, etc)
Improved: /CmdLoad and autoload now log the actual names of loaded commands
Improved: If error(s) occur compiling commands/plugins with multiple source code files, error logs also include filename
Improved: Some map themes now have custom default environment settings
Improved: Rework /museum arguments to make more sense (Thanks Goodly)
Fixed: Spring/yoyo effect when teleporting via portals/warps (players appear to warp to new position, then previous, then new again)
Fixed: Markdown escaping issues with Discord relay bot
Fixed: Getting stuck on map loading screen if you tried to join a level that had been unloaded
Fixed: Physics should never be enabled in museums
Fixed: Restrict /blockprops to not allow setting blocks that you are not allowed to use
Fixed: Generating space themed map one block high throwing IndexOutOfRangeException
Fixed: Never showing line numbers on mono for commands/plugins with .mdb files
Fixed: messages with \n in them only showing first line on IRC
Fixed: /me from discord/console erroring
Fixed: Do not set auto unload to true on old main when switching mains (Thanks Goodly)
Fixed: Countdown doesn't work properly when started by autostart on server startup (Thanks forkiesassds)
Fixed: /plugin compile not accepting multiple soure code filenames
Fixed: When compiling plugins, output .dll filename was all source code filenames combined instead of just first
Fixed: Very rare case where a in-game message just after a .who would not appear in Discord
Fixed: /Players erroring if "Show empty ranks in /players" is true and there are no players online with a given rank (Thanks Goodly)
Removed: Drop extra/bots.json auto upgrading support (obsolete 4 years)

v 1.9.3.4
Added: Allow custom Discord .who embed color
Added: Events for messages received from a relay bot
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 @@ -38,7 +38,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.3.4";
public const string InternalVersion = "1.9.3.5";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
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.3.4
1.9.3.5

0 comments on commit 956aee5

Please sign in to comment.