Shoghi Cervantes
|
0d5eb149ab
|
Fixed Level not saving chunks on auto save
|
2014-06-22 16:20:00 +02:00 |
|
Shoghi Cervantes
|
557618c87d
|
Fixed Level not saving chunks on unload
|
2014-06-22 16:15:37 +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
|
f073a5b837
|
Fixed a few things
|
2014-06-17 18:46:16 +02:00 |
|
Shoghi Cervantes
|
e8cc52f99e
|
Added chunk-sending.compression-level property
|
2014-06-17 14:34:14 +02:00 |
|
Shoghi Cervantes
|
e47198deaf
|
Fixed Level methods
|
2014-06-16 03:14:18 +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
|
6977833b1a
|
Fixed thread generator crashing, added thread generator garbage collector, fixed generation queues
|
2014-06-14 23:59:31 +02:00 |
|
Shoghi Cervantes
|
f3e6c726b0
|
Added BlockMetadataStore to Level and Block
|
2014-06-14 20:06:42 +02:00 |
|
Shoghi Cervantes
|
cbaeec54ff
|
Added biomeIds and biomeColors to Anvil format
|
2014-06-13 20:04:07 +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
|
3fbc411e17
|
0.9.0 clients can join
|
2014-06-09 23:47:09 +02:00 |
|
Shoghi Cervantes
|
fb46faa320
|
Updated protocol changes from MCPE-6865
|
2014-06-09 15:19:24 +02:00 |
|
Shoghi Cervantes
|
115b4cf4ac
|
Updated Levels :D
|
2014-06-09 11:35:52 +02:00 |
|
Shoghi Cervantes
|
920e2a7c7e
|
Merge branch 'Level-Rewrite'
|
2014-06-07 23:33:49 +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
|
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
|
a45f8782b1
|
Fixed collision against other entities
|
2014-05-29 18:03:17 +02:00 |
|
Shoghi Cervantes
|
61ce7f11d6
|
Implemented bounding box limits for item placing
|
2014-05-29 17:04:37 +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
|
f795a3f565
|
Fixed DroppedItems not being restored after save
|
2014-05-28 16:09:57 +02:00 |
|
Shoghi Cervantes
|
130b2c4910
|
Fixed Chests and Furnaces not droping their contents when broken
|
2014-05-28 15:34:34 +02:00 |
|
Shoghi Cervantes
|
b9ec63f016
|
Fixed getting Entities by area
|
2014-05-28 14:41:09 +02:00 |
|
Shoghi Cervantes
|
96b1831229
|
Fixed Tile entities not being read correctly
|
2014-05-27 16:02:03 +02:00 |
|
Shoghi Cervantes
|
274f972b58
|
Items can be picked up
|
2014-05-25 21:57:58 +02:00 |
|
Shoghi Cervantes
|
03d7127e33
|
Finally, physics
|
2014-05-25 18:14:01 +02:00 |
|
Shoghi Cervantes
|
4f2856dc09
|
Added base physics
|
2014-05-25 12:31:00 +02:00 |
|
Shoghi Cervantes
|
ec055fd8d1
|
Items spawn, Tiles spawn, both are saved, blocks drop
|
2014-05-24 17:25:37 +02:00 |
|
Shoghi Cervantes
|
d8ea2e744f
|
Added methods to add/remove Entities/Tiles from Levels
|
2014-05-24 13:49:58 +02:00 |
|
Shoghi Cervantes
|
abff932d8f
|
Moved Entity::get() to Level::getEntity() and removed Entity::getAll()
|
2014-05-24 13:30:37 +02:00 |
|
Shoghi Cervantes
|
ef6ca9d2cd
|
Added Tile::saveNBT(), moved Player::broadcastPacket() to Server
|
2014-05-24 13:21:55 +02:00 |
|
Shoghi Cervantes
|
f9103772c3
|
It works. (Inventory, windows, block placement)
|
2014-05-24 00:32:29 +02:00 |
|
Shoghi Cervantes
|
5460ccf41c
|
Server can be joined, again! (fixed weak references and blocks)
|
2014-05-23 23:12:15 +02:00 |
|
Shoghi Cervantes
|
53749483c3
|
Implemented new Inventory windows on Player, Chest and Furnace
|
2014-05-23 20:53:06 +02:00 |
|
Shoghi Cervantes
|
6cbd39de9b
|
Added Inventory interfaces and types, updated long array() to []
|
2014-05-22 18:59:16 +02:00 |
|
Shoghi Cervantes
|
0be679c9d5
|
Updated method names: getMetadata() & setMetadata() to getDamage() & setDamage() on Block and Item classes
|
2014-05-22 18:37:28 +02:00 |
|
Shoghi Cervantes
|
387677e957
|
Level rewrite middle step
|
2014-05-22 17:53:56 +02:00 |
|
Shoghi Cervantes
|
aa1de79337
|
New Chunk objects / structure, Anvil region loader [WiP]
|
2014-04-10 05:05:36 +02:00 |
|
Shoghi Cervantes
|
7cd29f0fcf
|
Added block updates, correct block placing
|
2014-04-02 05:36:45 +02:00 |
|
Shoghi Cervantes
|
ee23b42e23
|
Added Spawn protection, including item usage, added /whitelist
|
2014-04-02 03:37:51 +02:00 |
|
Shoghi Cervantes
|
502c27273d
|
Moved Level methods to Server
|
2014-04-02 02:58:20 +02:00 |
|
Shoghi Cervantes
|
7e9304a0c9
|
Formatting
|
2014-04-01 19:48:28 +02:00 |
|
Shoghi Cervantes
|
dd17652aca
|
Fixed wrong paths
|
2014-04-01 05:06:12 +02:00 |
|