summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage/NBTChunkSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-533/+0
* Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft2013-10-091-1/+0
* Merge branch 'boats' of git://github.com/tigerw/MCServer.madmaxoft2013-09-091-0/+13
|\
| * Initial boat supportTiger Wang2013-09-081-0/+16
* | Thrown ender pearls are saved properly to MCA.madmaxoft2013-09-081-0/+1
* | Implemented loading more projectiles from MCA.madmaxoft2013-09-071-1/+1
|/
* Projectile entities get saved into MCA filesmadmaxoft2013-08-221-4/+63
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-4/+4
* Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-0/+2
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-459/+459
* Rewritten furnacesmadmaxoft@gmail.com2013-06-161-8/+6
* Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com2013-06-131-9/+25
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+10
* Moved BlockEntities to a separate foldermadmaxoft@gmail.com2013-05-281-7/+7
* Implemented droppersmadmaxoft@gmail.com2013-05-261-0/+16
* Dispensers rewritten to use ItemGridmadmaxoft@gmail.com2013-04-101-9/+1
* ItemGrid: Renamed all Item to Slot - better and consistent namingmadmaxoft@gmail.com2013-04-101-1/+1
* Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com2013-04-101-10/+20
* Minecarts get saved into Anvil.madmaxoft@gmail.com2013-03-091-4/+4
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-0/+417