11019 Commits

Author SHA1 Message Date
Shoghi Cervantes
e42314ade7 Fixed block durability 2013-08-20 04:53:22 +02:00
Shoghi Cervantes
5683dca9f6 Fixed crash Alpha_1.3.4 2013-08-20 02:57:37 +02:00
Shoghi Cervantes
b5c935559f Alpha_1.3.4 2013-08-20 02:32:47 +02:00
Shoghi Cervantes
7a37b0e4bf Quartz slabs 2013-08-20 02:24:15 +02:00
Shoghi Cervantes
19b3ac4a99 Fixed disconnection 2013-08-20 02:15:18 +02:00
Shoghi Cervantes
bf1b00f0e6 Correct teleporting with the new player list handling 2013-08-20 02:06:14 +02:00
Shoghi Cervantes
7102787aa9 Added correct handling of RemovePlayer packet for in-game player list 2013-08-20 01:42:45 +02:00
Shoghi Cervantes
d26d657b95 Fixed /difficulty 2013-08-20 01:16:24 +02:00
Shoghi Cervantes
3374bbcc9e Chest animations for everyone! Woo! 2013-08-20 00:26:37 +02:00
Shoghi Cervantes
8d408996f4 Double chest checks, chest opening broadcast 2013-08-19 21:05:09 +02:00
Shoghi Cervantes
68e78ba40b Implemented basic tool durability 2013-08-19 17:37:08 +02:00
Shoghi Cervantes
a7b739d17f Fixed hotbar reset bugs in block placement 2013-08-19 17:04:02 +02:00
Shoghi Cervantes
78c242eac4 Fixed armor hotbar reset bug 2013-08-19 16:51:40 +02:00
Shoghi Cervantes
7e6758fb60 Alpha_1.3.4dev 2013-08-18 21:32:26 +02:00
Shoghi Cervantes
39658ef63f Automatic recovery of corrupted maps 2013-08-18 21:31:47 +02:00
Shoghi Cervantes
4f1ce9adee Revert "Merge pull request #682 from Humerus/patch-1"
This reverts commit 04c641b79bb4045cebef1cef5937a2c8897cb0b3, reversing
changes made to ba9b800eff33a24005a789e32702335981cf9ab4.

Revert
2013-08-18 13:17:01 +02:00
Michael Yoo
87a67804c4 Merge pull request #677 from Humerus/master
Enabled autosave via an option in server.properties.
2013-08-18 04:11:53 -07:00
williamtdr
04c641b79b Merge pull request #682 from Humerus/patch-1
I'm bored x2.
2013-08-09 21:22:01 -07:00
Humerus
9c9939440f I'm bored x2. 2013-08-09 22:57:32 -04:00
Shoghi Cervantes
ba9b800eff Merge pull request #599 from MinecrafterJPN/master
Fixed player.block.activate
2013-08-09 04:44:10 -07:00
Humerus
62b589295e Enabled autosave 2013-08-08 23:02:38 -04:00
Humerus
b6d86c287c Update ServerAPI.php 2013-08-08 22:58:32 -04:00
Shoghi Cervantes
792a4bd98e Changed IRC Link 2013-08-02 13:01:47 +02:00
Shoghi Cervantes
28790e0fb3 Changed chcp to normal Unicode 2013-08-01 19:32:17 +02:00
Shoghi Cervantes
b77e7dd05c Added weird water 2013-08-01 19:31:39 +02:00
williamtdr
4c73629b9e Object check - Fixes #537 2013-07-31 22:38:17 -05:00
williamtdr
330e06b892 Players can no longer be given air (causes client crash) through /give.
Fixes #567.
2013-07-31 22:08:34 -05:00
williamtdr
f3f6828699 Object check on getting distance for PvP attacks
Fixes #586, although I'm not entirely sure what's causing the object to be invalid in the first case, so this is a temporal fix.
2013-07-31 21:45:23 -05:00
williamtdr
c1e1f5195b Fix for players connecting with a blank username field
Fix for players connecting with a blank username field (#636).
2013-07-31 16:45:56 -05:00
Shoghi Cervantes
a60d41d489 Merge pull request #634 from williamtdr/patch-1
Fix for fly kick when player is standing on Fence
2013-07-31 14:37:04 -07:00
williamtdr
5975bd9d32 Fix for fly kick when player is standing on Fence
Fix for Issue #631 (Player kicked for flying when standing on fence).
2013-07-31 00:44:41 -05:00
Shoghi Cervantes
e67b583cbe Added Player::realmsData for future checking 2013-07-23 19:02:32 +02:00
Shoghi Cervantes
4755dee47d Fixed player count bug 2013-07-23 17:33:37 +02:00
Shoghi Cervantes
fd5d981aa5 Revert "Better Command Permissions Check"
This reverts commit b42222c4619f57de2a2ecfd778dc7a14c08fa04e.
2013-07-23 16:13:59 +02:00
Shoghi Cervantes
a93b2cf954 Revert "Minor fix to command.check"
This reverts commit ed9eadd1a0981bb0aa04265bc3cbbc260998d08c.
2013-07-23 16:13:51 +02:00
Shoghi Cervantes
16e65560a8 Revert "Update Deprecation.php"
This reverts commit 08000257fb0cf8ba777349cc51ed0249846d88cc.
2013-07-23 16:13:44 +02:00
MinecrafterJPN
32d658122b Fixed player.block.activate 2013-07-22 21:59:29 +09:00
Shoghi Cervantes
1cf2741f96 Moved chat disconnect broadcast 2013-07-21 23:42:07 +02:00
Shoghi Cervantes
47c934cee2 Reordered instructions 2013-07-21 23:36:14 +02:00
Shoghi Cervantes
3606c392f2 Disallow packet receival on Player disconnect 2013-07-21 23:35:03 +02:00
Michael Yoo
6d4465eb67 Fixed High CPU Usage. setPosition now uses prepared statements. 2013-07-15 21:44:47 +09:00
Michael Yoo
08000257fb Update Deprecation.php 2013-07-15 12:50:03 +09:30
Michael Yoo
ed9eadd1a0 Minor fix to command.check 2013-07-15 12:15:23 +09:00
Michael Yoo
b42222c461 Better Command Permissions Check 2013-07-15 12:08:28 +09:00
Michael Yoo
635cd677eb minor armor api fix. 2013-07-14 17:50:14 +09:30
Shoghi Cervantes
56f500d520 Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP 2013-07-13 23:59:39 +02:00
Shoghi Cervantes
3202678594 Compiler changes 2013-07-13 23:59:23 +02:00
Michael Yoo
a68676a247 Added setArmor and getArmor 2013-07-13 18:18:10 +09:00
Shoghi Cervantes
7efed17b74 Possible fix for armor crash 2013-07-04 23:33:56 +02:00
Shoghi Cervantes
b776d9d5fc Fixed ghost armor Alpha_1.3.3 2013-07-04 22:01:28 +02:00