Skip to content

Commit

Permalink
Release 1.8.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Sep 22, 2016
1 parent 8fecfae commit 8635dab
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
v 1.8.8.2
Added: Can provide reasons for /shutdown, mention /shutdown abort in its help
Added: Command spam blocking (to prevent spam using commands)
Added: Physics state now saves to level file (trains/doors work properly after unload)
Fixed: /copylvl should also copy portals,message blocks,zones
Fixed: 'disconnect' showing 'joined the game' on IRC.
Fixed: /outline not working
Fixed: /zone add with rank name not working
Improved: [yes] no longer shows in /unloaded to make it less spammy
Improved: Ask to confirm before ranking/temp-banning non existent players
Improved: Don't show 'level X loaded' for autoloads
Improved: sleep(10) instead of sleep(3) in player pos check thread to reduce CPU
Improved: Make many commands (/unloaded,/vip list,/whitelist list,/commands) use paginated output
Improved: Track custom block ids in /b
Improved: Allow spaces at end of rank prefix
Improved: /summon lets you summon players who cannot normally visit
Improved: Keep track of recent levels in ZS to avoid replaying them
Added: can toggle whether whitelist is used in gui
Added: can set blocks/command spam limits in gui
Added: Allow providing reasons in give/pay/take
Added: /bots [level] to only show bots on that level
Added: /search commands is back
Fixed: Voicing someone giving them wrong colour in /who
Fixed: -hax not working if motd has colour in it
Fixed: ' not being escaped properly in /server backup
Fixed: /server backup lite saving level backups
Fixed: /xjail still moving higher ranked players to xjail map
Fixed: /mi colours with multiple realm owners
Fixed: /shutdown on linux (without display) always raising an error
Fixed: /pay not working from console
Fixed: /hide incorrect colours on IRC
Fixed: If ignoring someone, you shouldn't see /send or /tpa
Fixed: Turning off /ride instantly killing you
Fixed: relative time in /balance with hours component > 12
Fixed: Aliases being duplicated in /help [cmd] after restart
Fixed: Own tab list name not being updated after unhiding
Fixed: Going AFK putting you in wrong group in tab list when playing ZS
Fixed: Bounties not persisting between rounds in ZS
Fixed: /env preset erroring
Fixed: Not being auto-unmuted for spamming if left before timer finished
Fixed: Server crashing if server name was too long
Fixed: tdoors/odoors on map borders activating tdoors/odoors on other map side (and trains)
Improved: money data is now stored in players table, instead of Economy table
Improved: awards saving overhead reduced
Improved: cleaned up lava survival in gui
Improved: Bots now rotate to face the targetted player in hunt AI
Improved: Show all previous alts, not just alts since last server restart
Improved: Allow using hunt and kill instructions in bot AIs
Improved: loginmsg/logoutmsg require extra perm to change messages of other players
Improved: Changing properties shouldn't change server salt
Improved: You are first fined 10 moneys for pillaring in ZS, second time is a kick
Improved: Announce best zombies at end of round in ZS
Improved: players are now limited so can only /newlvl one at a time
Improved: Warn ops when a player tries to speedhack or noclip in ZS
Removed: /blocks count

v 1.8.8.1
Added: Basic /transform rotate for rotating pastes and other draw operations
Added: /temprank, /undo and /highlight now support timespans
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ permissions and limitations under the Licenses.
// 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.8.1")]
[assembly: AssemblyVersion("1.8.8.2")]

// Version information for an assembly consists of the following four values:
//
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.8.1
1.8.8.2

0 comments on commit 8635dab

Please sign in to comment.