• Alpha_1.3.12 c09bc259fc

    shoghicp released this 2014-02-11 09:27:53 +00:00 | 2558 commits to master since this release

    Before starting to rewrite even more parts of the code, we are releasing the last version of the Alpha_1.3.x Amai Beetroot「甘いビートルート」. Next one will be Alpha_1.4 with more rewrite!
    We have included the new Event API that will be used on the next release, but now it is only used to hook on packets.

    API Changelog:

    • Full network rewrite. Plugins can work with packets easily now.
    • New Event API, only implemented for packets right now.
    • Added player.block.place.bypass and player.block.break.bypass
    • Level included in data for event item.drop
    • Added Utils::getUniqueID()
    • Added default support in PHP binaries for MySQLi
    • Removed Spyc
    • Call Plugin::__destruct() on PluginAPI::__destruct()
    • Added more OS detection on Utils::getOS()

    Changelog:

    • New set-up wizard in multiple languages. Help translate it to more languages on http://translate.pocketmine.net/
    • Updated pthreads and PHP binaries
    • New font for MinTTY console on Windows
    • Send partial hotbar history
    • Fixed Tile saving indexes
    • Fixed a few teleport bugs
    • Improved crash dumps
    • Increased apple health restore
    • Fixed players being invincible after death
    • Fixed Level::unloadChunk() not using saveEnabled
    • Show player name on bad username kick
    • Fixed item duplication on void #1100
    • OPs can bypass the player limit
    • Fixed item replacing on furnace #1114
    • Fixed multiple small bugs #1058 #1032 #854 #823 #1135 #1150 #1172 #1173 #486 #466 #483
    • Fixed PHP compilation on 64-bit linux #519 #861 #940 #505 #590 #761 #129
    • Included OPCache to optimize opcodes

    If you are on Linux, you can use wget -q -O - http://cdn.pocketmine.net/installer.sh | bash -s - -v Alpha_1.3.12 to update. If you are on a MacOS, use curl -sL http://cdn.pocketmine.net/installer.sh | bash -s - -v Alpha_1.3.12

    Downloads