diff --git a/Changelog.txt b/Changelog.txt index cca40a87e..5ad7e72d0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,18 @@ +v 1.8.3.0 +- Added brushes system similar to fCraft. +- Added support for importing .fcm files from fCraft/ProCraft. +- Significantly optimised physics and /undo responsiveness. +- Many changes to reduce memory usage. +- Made most commands that involve querying the database case insensitive. +- More commands now show an appropriate message if the input name matches multiple online players. +- /paste now can take an optional list of blocks to only paste, or alternatively an optional list of blocks to not paste. +- Added a torus draw operation. +- Cleaned up the economy code. Now separated into /buy, /store, and /eco setup. +- /tempban can be used with offline players. +- More work on zombie survival. +- Noise map generators now use water and sand. (Thanks megalomaniactom) +- Added an 8ball command. (Thanks PatchTest) + v1.8.2.0 - Fix a critical bug with leaving a level as the only player and then rejoining the level would result in you being re-added to the level which was then unloaded diff --git a/Commands/CmdTeam.cs b/Commands/CmdTeam.cs index 6596e172f..ec74bf1d4 100644 --- a/Commands/CmdTeam.cs +++ b/Commands/CmdTeam.cs @@ -15,7 +15,7 @@ or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses. */ -using System; +/*using System; using MCGalaxy.Games; namespace MCGalaxy.Commands { @@ -106,4 +106,4 @@ namespace MCGalaxy.Commands { Player.SendMessage(p, "%T/team members [name] %H-Lists the players within that team."); } } -} \ No newline at end of file +}*/ \ No newline at end of file diff --git a/Uploads/MCGalaxy.exe b/Uploads/MCGalaxy.exe index 61d7fcc12..e349dae1c 100644 Binary files a/Uploads/MCGalaxy.exe and b/Uploads/MCGalaxy.exe differ diff --git a/Uploads/MCGalaxy_.dll b/Uploads/MCGalaxy_.dll index 48e224eab..0b6e630a0 100644 Binary files a/Uploads/MCGalaxy_.dll and b/Uploads/MCGalaxy_.dll differ diff --git a/Uploads/current_version.txt b/Uploads/current_version.txt index 74093dd76..8aaa36aff 100644 --- a/Uploads/current_version.txt +++ b/Uploads/current_version.txt @@ -1 +1 @@ -1.8.2.0 \ No newline at end of file +1.8.3.0 \ No newline at end of file diff --git a/properties/AssemblyInfo.cs b/properties/AssemblyInfo.cs index afe63baf1..bb6265ebb 100644 --- a/properties/AssemblyInfo.cs +++ b/properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ using System.Runtime.InteropServices; // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("24d9085c-78ba-4f53-b69c-f2b52153683f")] -[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyVersion("1.8.3.0")] // Version information for an assembly consists of the following four values: //