Skip to content

Tags: Doon03/PocketMine-MP

Tags

1.7dev-83

Toggle 1.7dev-83's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Made incompatible client disconnect messages more informative

api/3.0.0-ALPHA8

Toggle api/3.0.0-ALPHA8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Made incompatible client disconnect messages more informative

1.7dev-27

Toggle 1.7dev-27's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge remote-tracking branch 'origin/php/7.0'

1.6.2dev-562

Toggle 1.6.2dev-562's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added new events for network interface handling, close pmmp#1232 (pmm…

…p#1250)

Added 
- NetworkInterfaceRegisterEvent (cancellable)
- NetworkInterfaceUnregisterEvent
- NetworkInterfaceCrashEvent

api/3.0.0-ALPHA7

Toggle api/3.0.0-ALPHA7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added new events for network interface handling, close pmmp#1232 (pmm…

…p#1250)

Added 
- NetworkInterfaceRegisterEvent (cancellable)
- NetworkInterfaceUnregisterEvent
- NetworkInterfaceCrashEvent

1.6.2dev-229

Toggle 1.6.2dev-229's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove the old plugin repo from README since it is dead/outdated

api/3.0.0-ALPHA6

Toggle api/3.0.0-ALPHA6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove the old plugin repo from README since it is dead/outdated

1.6.2dev-57

Toggle 1.6.2dev-57's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use short class names for unhandled packet logging, added some docume…

…ntation

api/3.0.0-ALPHA5

Toggle api/3.0.0-ALPHA5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use short class names for unhandled packet logging, added some docume…

…ntation

api/3.0.0-ALPHA4

Toggle api/3.0.0-ALPHA4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
**For Minecraft PE 1.0.3.0**

Many bug fixes, changes to Chunk, Tile and Entity API, improved language system

**DISCLAIMER: THIS IS AN _ALPHA_ SNAPSHOT. THIS BUILD IS NOT FEATURE-COMPLETE AND IS LIKELY TO BE HIGHLY UNSTABLE. WE ARE NOT RESPONSIBLE FOR NUCLEAR WAR, EXPLOSIONS OR CORRUPTION OF DATA RESULTING FROM USE OF THIS BUILD.**

This build has breaking API changes, so the API has been bumped to 3.0.0-ALPHA4. These changes are NOT yet complete.

Notable changes
Core
- Removed SQLite3 hard dependency as it is no longer used by the core code.
- Translation system has been reworked for better synchronization and consistency. Please head over to http://translate.pocketmine.net if you would like to help.

Gameplay
- Enchanted Golden Apples now give the eater Absorption 4

API
- Removed chunk/provider/level/tile/entity entanglement. This is a very breaking change, see c21197e for details.
- Removed some sound classes
- Removed deprecated version constants from PocketMine.php
- Added UnknownBlock class
- Added some API methods for changing entity scale (6dc6e32)

Fixes
- Fixed a CPU leak that occurred when movement checks were disabled (this was the same underlying issue causing `player moved too fast, reverting movement`) (ccef045)
- Fixed a CrashDump bug causing all crashdumps to report an issue creating the crashdump directory (09a6776)
- Fixed incorrect git commit hash parsing when running a server from source code (pmmp#299)
- Fixed some issues with command sending
- Fixed Sea Lantern lighting issues
- Fixed half-trees in freshly-generated worlds
- Fixed DestroyBlockParticle
- Fixed some issues with removing items from item frames
- Fixed movement-checking bugs due to bad anti-spam check in MovePlayerPacket handler
- Fixed lots of improperly-implemented blocks causing suffocation
- Fixed issues breaking some improperly-implemented blocks
- Fixed heightmap-related crashes in McRegion worlds