326 Commits

Author SHA1 Message Date
Shoghi Cervantes
e43b4e67c6 Disallow sending empty chat messages 2013-06-03 23:33:52 +02:00
Shoghi Cervantes
45267ea074 Fixed crash when players try to chat [MCPE 0.7.0] 2013-06-03 23:33:07 +02:00
Shoghi Cervantes
f2927df2b3 Renamed TileEntity to Tile (TileEntityAPI, TileEntity class, variables) 2013-06-03 19:19:00 +02:00
Shoghi Cervantes
5bba03eb09 Refactored EntityAPI and TileEntityAPI 2013-06-03 19:11:46 +02:00
Shoghi Cervantes
588379a430 Added player.teleport.level 2013-06-03 18:51:33 +02:00
Shoghi Cervantes
dc22e1b81c Kick players on high packet loss 2013-06-03 18:27:17 +02:00
Shoghi Cervantes
f55fb8d490 Player actions and bows [WiP] 2013-06-03 16:31:33 +02:00
Shoghi Cervantes
4b6e456c65 Possible solution for #317 [gh#317] 2013-06-03 11:16:12 +02:00
Shoghi Cervantes
a890cdc023 Performance improvements - removed Player action queue 2013-05-31 14:43:53 +02:00
Shoghi Cervantes
d7f74a6725 Removed incorrect unloaded chunk detection 2013-05-31 11:53:50 +02:00
Shoghi Cervantes
450b5d9560 Updated TileEntity API [fixes #306] 2013-05-29 23:13:01 +02:00
Shoghi Cervantes
0d12039623 Added TileEntity::setText(1,2,3,4) 2013-05-28 23:35:33 +02:00
Shoghi Cervantes
044b25ccd2 Faster chunk distance ordering 2013-05-26 19:58:23 +02:00
Shoghi Cervantes
06c57a3aae Fixed #293 player.armor data not being correct [gh#293] 2013-05-26 16:16:36 +02:00
Shoghi Cervantes
6262fbffcb Send correct entity motion 2013-05-26 14:06:26 +02:00
Shoghi Cervantes
b39677cc96 Added LevelAPI::unloadLevel(Level $level) 2013-05-26 00:37:18 +02:00
Shoghi Cervantes
7ade4762b9 Fixed #288 [gh#288] 2013-05-25 21:19:24 +02:00
Shoghi Cervantes
a538543e4c Fixed #287 Items dropped will be deleted if picked up in creative mode [gh#287] 2013-05-25 19:27:29 +02:00
Shoghi Cervantes
f224c26084 Furnaces and Burning items 2013-05-25 19:06:31 +02:00
Shoghi Cervantes
221da1685e Fixed #281 client crashes due to packet recovery 2013-05-25 14:07:08 +02:00
Shoghi Cervantes
b8834890b6 Temporal fix for player crashing 2013-05-22 16:31:59 +02:00
Shoghi Cervantes
03062c4e54 Fixed #204 Packet recovery algorithm can recover unsent chunks [gh#204] 2013-05-22 12:17:31 +02:00
Shoghi Cervantes
363501d988 Fixed #275 2013-05-21 23:01:56 +02:00
Shoghi Cervantes
c9cecaf218 Fixes 2013-05-21 19:29:57 +02:00
Shoghi Cervantes
8c5d0f070d Changed flying checks 2013-05-21 19:17:13 +02:00
Shoghi Cervantes
73c5e7d7bc Added more food sources 2013-05-21 18:52:56 +02:00
Shoghi Cervantes
4766424cb3 Fixed moving to fast message during Player blocking 2013-05-21 18:40:00 +02:00
Shoghi Cervantes
ee12b41c39 Allow-flight disables speed checks 2013-05-21 08:24:17 +02:00
Shoghi Cervantes Pueyo
48b5afac46 Packet broadcast to players 2013-05-19 22:49:40 +02:00
Shoghi Cervantes Pueyo
bb9067acd7 Fixed #262 2013-05-19 19:32:40 +02:00
Shoghi Cervantes Pueyo
68855bdd4f Buffered block changes and sending big changes with Chunk Packets 2013-05-19 19:27:55 +02:00
Shoghi Cervantes Pueyo
04f0500822 MTU used correctly 2013-05-19 17:11:21 +02:00
Shoghi Cervantes Pueyo
e3de52ba8b Fixed bigRaw packets reliability 2013-05-19 16:47:57 +02:00
Shoghi Cervantes Pueyo
2c4a428698 Packets bigger than the MTU are automagically split in different packets 2013-05-19 13:51:02 +02:00
Shoghi Cervantes Pueyo
295363a381 New Player::directBigRawPacket() method 2013-05-19 02:50:04 +02:00
Shoghi Cervantes Pueyo
09fabfc87e Fixed getting spawn seed 2013-05-17 13:56:18 +02:00
Zhuowei Zhang
4678b57c75 Fixed a few missing methods due to multiworld conversion 2013-05-16 19:03:18 -07:00
Shoghi Cervantes Pueyo
4564765470 Added "player.teleport" 2013-05-16 19:39:15 +02:00
Shoghi Cervantes Pueyo
6a0cc4e122 Fixed teleport pitch 2013-05-16 18:13:08 +02:00
Shoghi Cervantes Pueyo
beb84ca013 Teleport fixes 2013-05-16 18:11:26 +02:00
Shoghi Cervantes Pueyo
9dd1568c40 New Player::getSpawn() 2013-05-16 18:05:05 +02:00
Shoghi Cervantes Pueyo
66322d7719 Selector aliases & @world & /spawnpoint 2013-05-16 18:02:24 +02:00
Shoghi Cervantes Pueyo
1dbbf08f1b Use other things instead of array_shift 2013-05-16 17:30:34 +02:00
Shoghi Cervantes Pueyo
9a3f887f44 Attacking entities fixed 2013-05-16 16:41:54 +02:00
Shoghi Cervantes Pueyo
f1e4bb0f62 Scheduled saving 2013-05-15 23:30:44 +02:00
Shoghi Cervantes Pueyo
244fde8143 Chunk unloading 2013-05-15 23:30:43 +02:00
Shoghi Cervantes Pueyo
5ee2cda4a6 Level-independient time change 2013-05-15 23:30:41 +02:00
Shoghi Cervantes Pueyo
78baa237e3 Remove teleporting players from the other world 2013-05-15 23:30:39 +02:00
Shoghi Cervantes Pueyo
3fca7ab6a5 Don't fire events in different worlds 2013-05-15 23:30:38 +02:00
Shoghi Cervantes Pueyo
991436993f Fixed things 2013-05-15 23:30:35 +02:00