626 Commits

Author SHA1 Message Date
Shoghi Cervantes
6f9becdbb3 Added Empty chunk detection 2014-06-22 22:29:46 +02:00
Shoghi Cervantes
279a438ae6 Fixed spawning of Tile entities via chunk packets 2014-06-22 18:05:42 +02:00
Shoghi Cervantes
21f764590b Changed chunk-sending.per-second to chunk-sending.per-tick 2014-06-22 15:46:42 +02:00
Shoghi Cervantes
e381313747 New player chunk load queues with ACK notification 2014-06-21 19:41:06 +02:00
Shoghi Cervantes
dda57f7b0f Signs can be placed again. TODO: spawn tile entities after chunk has been received and ACKed 2014-06-17 19:48:14 +02:00
Shoghi Cervantes
3bd33a129f Added Player::getRemoveFormat() and Player::setRemoveFormat(bool) to choose showing colors in chat and nametags 2014-06-17 15:54:06 +02:00
Shoghi Cervantes
79bc42c995 Added Player::getNameTag() and Player::setNameTag($name) 2014-06-17 15:28:57 +02:00
Shoghi Cervantes
73b9b2491f Added custom settings, update notification 2014-06-16 19:34:47 +02:00
Shoghi Cervantes
89c61bb05e Fixed #1500 blocks cannot be placed in creative mode 2014-06-16 17:01:34 +02:00
Shoghi Cervantes
e1c0976927 Fixed block placing in creative mode 2014-06-16 00:19:46 +02:00
Shoghi Cervantes
214de28808 Player join message will be only shown if not empty (modified by plugins) 2014-06-15 23:53:31 +02:00
Shoghi Cervantes
e6224be46f Faster generation, ticks catch up when slower 2014-06-15 16:54:28 +02:00
Shoghi Cervantes
c4673addf7 Added server-side join message (removed from client-side MCPE) 2014-06-15 00:14:28 +02:00
Shoghi Cervantes
cb1c4da4ea Fixed chunk unload on level change 2014-06-15 00:07:21 +02:00
Shoghi Cervantes
6f36e9af24 Fixed chunk unloading on same level 2014-06-15 00:03:35 +02:00
Shoghi Cervantes
6977833b1a Fixed thread generator crashing, added thread generator garbage collector, fixed generation queues 2014-06-14 23:59:31 +02:00
Shoghi Cervantes
30318569e1 Fixed player spawnpoint not being restored 2014-06-14 22:15:07 +02:00
Shoghi Cervantes
b0775e3e0c Fixed EntityMoveEvent cancellation for Player 2014-06-13 21:59:10 +02:00
Shoghi Cervantes
109b6dbf44 Updated to v0.9.0 build 2, now using Anvil worlds 2014-06-11 00:06:46 +02:00
Shoghi Cervantes
fa50cbf4b3 Working Threaded Generation 2014-06-10 20:45:09 +02:00
Shoghi Cervantes
392eb74901 Merge branch 'Level-Rewrite' into 0.9.0 2014-06-10 16:08:34 +02:00
Shoghi Cervantes
5f163133ee Added grass color test 2014-06-10 15:24:33 +02:00
Shoghi Cervantes
9be231fbca Made levels infinite 2014-06-10 15:05:59 +02:00
Shoghi Cervantes
b6caad289d Faster chunk loading 2014-06-10 11:27:30 +02:00
Shoghi Cervantes
3fbc411e17 0.9.0 clients can join 2014-06-09 23:47:09 +02:00
Shoghi Cervantes
2566f2c4cb Worked on chunk loading 2014-06-07 22:29:45 +02:00
Shoghi Cervantes
e37b731e88 Fixed player block breaking 2014-06-05 18:27:50 +02:00
Shoghi Cervantes
fdc2edc421 Updated to new RakLib 2014-06-05 17:52:42 +02:00
Shoghi Cervantes
2674902eaa Preparing to merge 2014-06-05 01:22:04 +02:00
Shoghi Cervantes
596f4ddb0e Added lots of new events, enabled old features 2014-06-05 01:05:52 +02:00
Shoghi Cervantes
2877f026ec Added item drop 2014-06-05 00:31:16 +02:00
Shoghi Cervantes
99a0117a33 Implemented RakLib 2014-06-04 20:29:25 +02:00
Shoghi Cervantes
96445c4613 Fixed item in hand in creative mode, player files are now readable by Minecraft PC 2014-05-29 18:45:49 +02:00
Shoghi Cervantes
a45f8782b1 Fixed collision against other entities 2014-05-29 18:03:17 +02:00
Shoghi Cervantes
8d40f843cf MainLogger can now have debug level disabled 2014-05-29 00:08:02 +02:00
Shoghi Cervantes
7bd6f2ed91 Added Logger interface, threaded MainLogger and updated PluginLogger 2014-05-28 23:46:56 +02:00
Shoghi Cervantes
9df56295f6 Removed debug message for Transactions 2014-05-28 19:44:50 +02:00
Shoghi Cervantes
f66560ccd4 Update ContainerInventory on Transaction refused 2014-05-28 17:11:06 +02:00
Shoghi Cervantes
c778e0467e Fixed touching items with an empty hand 2014-05-28 15:22:25 +02:00
Shoghi Cervantes
70e340086d Fixed Inventory::addItem() not adding items properly 2014-05-28 15:08:07 +02:00
Shoghi Cervantes
b9ec63f016 Fixed getting Entities by area 2014-05-28 14:41:09 +02:00
Shoghi Cervantes
d5f160ea3d Added Stonecutter recipes 2014-05-27 23:59:59 +02:00
Shoghi Cervantes
3ac60f9860 Added Normal and Big crafting recipes, fixed CraftingTransactionGroup count 2014-05-27 23:26:07 +02:00
Shoghi Cervantes
6746987ce5 Added CraftItemEvent, Crafting system now uses Transactions 2014-05-27 17:49:22 +02:00
Shoghi Cervantes
a669797ccb Fixed breaking Spawnable tiles and cancelling it 2014-05-27 12:12:45 +02:00
Shoghi Cervantes
d92c5332da Added InventoryOpenEvent and InventoryPickupItemEvent 2014-05-27 01:44:56 +02:00
Shoghi Cervantes
e1ccd7f9ea Added InventoryCloseEvent 2014-05-27 01:30:24 +02:00
Shoghi Cervantes
6fcd5322d0 Implemented Transactions 2014-05-27 01:20:18 +02:00
Shoghi Cervantes
160c633c08 Updated trigger_error to Exceptions, fixed bug in Plugin task deletion 2014-05-26 12:22:28 +02:00
Shoghi Cervantes
ffa3e8a0aa Fixes for Chest & Furnace 2014-05-26 10:46:30 +02:00