summaryrefslogtreecommitdiffstats
path: root/source/WorldStorage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-133-12/+12
* 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-102-10/+25
* Anvil loader: fixed Vanilla biomes not being readmadmaxoft@gmail.com2013-04-071-1/+1
* Anvil: Removed excessive debugging outputmadmaxoft@gmail.com2013-03-111-3/+0
* Minecarts get saved into Anvil.madmaxoft@gmail.com2013-03-092-7/+43
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-096-289/+775
* Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.madmaxoft@gmail.com2013-02-272-4/+5
* cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com2013-02-072-3/+3
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-8/+8
* Added dispensers (they can't dispense items yet)luksor111@gmail.com2012-12-193-17/+114
* Android: Made the initial pre-calculated spawn area smallerfaketruth2012-11-162-1/+10
* More valgrind uninitialized var fixingmadmaxoft2012-11-131-2/+12
* Fixed NBT IntArray serialization; Biomes are now saved to / loaded from Anvilmadmaxoft@gmail.com2012-10-283-14/+76
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-213-9/+66
* AnvilStats: made FastNBT faster by tweaking the pre-allocation.madmaxoft@gmail.com2012-10-051-1/+7
* Made Anvil the default storage schemafaketruth2012-09-271-1/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-243-15/+15
* Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-232-2/+2
* Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com2012-09-238-0/+3655