14220 Commits

Author SHA1 Message Date
Shoghi Cervantes
f80326b714 Limited length of messages to 100 2013-06-04 00:10:57 +02:00
Shoghi Cervantes
1935e2bbf7 Disallow weird characters in chat 2013-06-04 00:08:58 +02:00
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
45efcc5faa Fixed undefined $message 2013-06-03 23:28:24 +02:00
Shoghi Cervantes
15c9b7214d Fixed crash at unload 2013-06-03 23:26:47 +02:00
Shoghi Cervantes
be83eaf521 Correct call of destruct chain to release PMF file locks at unload 2013-06-03 23:24:33 +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
d1f2f82c6d Fixed #313 Entities are updated depending on near block updates [gh#313] 2013-06-03 12:20:07 +02:00
Shoghi Cervantes
4b6e456c65 Possible solution for #317 [gh#317] 2013-06-03 11:16:12 +02:00
Shoghi Cervantes
a8b8427065 Updated secure random number generator ith harder entropy distillation 2013-06-02 18:01:34 +02:00
Shoghi Cervantes
ec22034ad7 Plugin version 2, include extra data 2013-06-02 17:55:59 +02:00
Shoghi Cervantes
c7a3fc4931 Fixed time checking on Linux 2013-06-02 13:32:36 +02:00
Shoghi Cervantes
91e414fb87 Added phpseclib for future usage 2013-06-02 13:29:24 +02:00
Shoghi Cervantes
1b50bd6e0f FInal fix #312 2013-06-02 12:54:21 +02:00
Shoghi Cervantes
ffd8ac2879 Fix again #312 - Vector3 2013-06-02 12:48:04 +02:00
Shoghi Cervantes
9ead05a6fa Fixed #312 Position::getSide() now returns a Position object instead of a Vector3 one 2013-06-02 12:46:27 +02:00
Shoghi Cervantes
4f39818cae Added something to test 2013-06-02 12:22:41 +02:00
Shoghi Cervantes
15ab47070a Sand now falls through Liquids when placed just on top of them 2013-06-02 11:34:02 +02:00
Shoghi Cervantes
b72d4ac407 Fixed #311 Check for Liquids, ladders and cobweb for flying 2013-06-02 11:20:16 +02:00
Michael Yoo
0ca18864f3 Fixes #311 2013-06-02 10:22:28 +09:30
Shoghi Cervantes
54b73e5f82 Added block cloning fix 2013-06-01 19:58:54 +02:00
Shoghi Cervantes
24ba7cbbd1 New direct block method, better block placement sending 2013-06-01 00:32:23 +02:00
Shoghi Cervantes
722eb6d1f9 Added -uclibc for Android 2013-05-31 23:09:15 +02:00
Shoghi Cervantes
1638e68c53 Another build script fix 2013-05-31 23:03:41 +02:00
Shoghi Cervantes
75bb2a6399 New method EntityAPI::getRadius() 2013-05-31 18:58:59 +02:00
Shoghi Cervantes
a890cdc023 Performance improvements - removed Player action queue 2013-05-31 14:43:53 +02:00
Shoghi Cervantes
66fc483156 Better item pickup 2013-05-31 14:30:07 +02:00
Shoghi Cervantes
1376cc860d Removed API::action() 2013-05-31 14:29:46 +02:00
Shoghi Cervantes
732f5f5168 Fixed compile script *again* 2013-05-31 13:46:56 +02:00
Shoghi Cervantes
66e635daeb New Entity update system, scheduled updates when needed only 2013-05-31 13:44:06 +02:00
Shoghi Cervantes
3ac4b0af68 Entities spawn with their motion 2013-05-31 12:04:43 +02:00
Shoghi Cervantes
d7f74a6725 Removed incorrect unloaded chunk detection 2013-05-31 11:53:50 +02:00
Shoghi Cervantes
0522052c75 New compile script 2013-05-31 00:48:25 +02:00
Shoghi Cervantes
e6dbd61308 Drops do not get into blocks 2013-05-30 19:54:55 +02:00
Shoghi Cervantes
848554bc0c Correct falling sand drop position 2013-05-30 19:34:31 +02:00
Shoghi Cervantes
fc02572065 Drops now have starting speed, correct entity motion at spawn 2013-05-30 18:55:50 +02:00
Shoghi Cervantes
09efcec605 Better entity position sending using motion update 2013-05-30 16:45:44 +02:00
Shoghi Cervantes
4507072980 Fixed sand falling replacing other blocks 2013-05-30 16:33:08 +02:00
Shoghi Cervantes
2c8d527025 Increased view-distance by default, due to Fancy Graphics in 0.7.0 2013-05-30 16:19:58 +02:00
Shoghi Cervantes
9919a709e9 Vector3 => Position fix 2013-05-30 13:13:36 +02:00
Shoghi Cervantes
3825edaaab Better item spawning on falling entity break 2013-05-30 12:51:56 +02:00
Shoghi Cervantes
6e5924a183 Typo fixed 2013-05-30 12:49:35 +02:00
Shoghi Cervantes
a795b64bab Added new Block properties (Block::isSolid, Block::isFullBlock) 2013-05-30 12:47:24 +02:00
Shoghi Cervantes
8d00ef381d Fixed Hardcore flags 2013-05-29 23:30:07 +02:00
Shoghi Cervantes
b564868467 Fixed #305 Made BlockAPI check for flowable blocks instead of transparent blocks [gh#305] 2013-05-29 23:25:43 +02:00