summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-24Pickups now have collection delay when vomitedTiger Wang1-1/+1
2013-10-09Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft2-3/+1
2013-09-08Thrown ender pearls are saved properly to MCA.madmaxoft1-0/+1
2013-09-08Fixed a bunch of stuffTiger Wang1-1/+1
2013-09-08Initial boat supportTiger Wang4-1/+39
2013-09-07Implemented loading more projectiles from MCA.madmaxoft3-12/+146
2013-08-25Arrows get loaded from MCA.madmaxoft2-4/+48
2013-08-22Projectile entities get saved into MCA filesmadmaxoft2-4/+65
2013-08-19Moved entities into the Entities subfolder.madmaxoft3-9/+9
2013-08-16Compilation and Minecart fixesTiger Wang1-0/+42
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang4-0/+8
2013-08-11Each world now ticks in a separate thread.madmaxoft2-0/+10
2013-07-29Changed everyting to Unix line endings.Alexander Harkness2-569/+569
2013-06-20Furnaces light up visually when they're cookingmadmaxoft@gmail.com3-10/+29
2013-06-16Rewritten furnacesmadmaxoft@gmail.com3-12/+10
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com4-49/+96
2013-06-02Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com1-1/+16
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+10
2013-05-28Fixed previous commitmadmaxoft@gmail.com1-2/+1
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com3-21/+20
2013-05-26Block entities with storage now correctly mark the chunk as dirty when their contents change.madmaxoft@gmail.com2-32/+78
2013-05-26Implemented droppersmadmaxoft@gmail.com3-0/+19
2013-05-05Lighting: Fixed underwater lighting (FS #369)madmaxoft@gmail.com1-1/+10
2013-05-01FastNBT: Added cFastNBTTag::GetName()madmaxoft@gmail.com2-0/+8
2013-04-13Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com3-12/+12
2013-04-10Dispensers rewritten to use ItemGridmadmaxoft@gmail.com1-9/+1
2013-04-10ItemGrid: Renamed all Item to Slot - better and consistent namingmadmaxoft@gmail.com1-1/+1
2013-04-10Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com2-10/+25
2013-04-07Anvil loader: fixed Vanilla biomes not being readmadmaxoft@gmail.com1-1/+1
2013-03-11Anvil: Removed excessive debugging outputmadmaxoft@gmail.com1-3/+0
2013-03-09Minecarts get saved into Anvil.madmaxoft@gmail.com2-7/+43
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com6-289/+775
2013-02-27Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.madmaxoft@gmail.com2-4/+5
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2-3/+3
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-8/+8
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com3-17/+114
2012-11-16Android: Made the initial pre-calculated spawn area smallerfaketruth2-1/+10
2012-11-13More valgrind uninitialized var fixingmadmaxoft1-2/+12
2012-10-28Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvilmadmaxoft@gmail.com3-14/+76
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com3-9/+66
2012-10-05AnvilStats: made FastNBT faster by tweaking the pre-allocation.madmaxoft@gmail.com1-1/+7
2012-09-27Made Anvil the default storage schemafaketruth1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com3-15/+15
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2-2/+2
2012-09-23Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com8-0/+3655