summaryrefslogtreecommitdiffstats
path: root/source/ChunkMap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.madmaxoft@gmail.com2013-02-051-1/+9
* Dispensers can dispense items and liquids nowluksor111@gmail.com2012-12-261-0/+33
* cChunk now tracks its neighbors as direct pointers; used in UnboundedRelGetBlock et al.madmaxoft@gmail.com2012-12-141-2/+74
* Removed an unused obsolete function chain - cWorld::GetChunkBlockData()madmaxoft@gmail.com2012-11-111-16/+0
* Fixed a valgrind warning in BlockDirt.madmaxoft@gmail.com2012-10-261-2/+6
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-211-0/+19
* Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block.madmaxoft@gmail.com2012-10-201-9/+44
* Floody fluid simulator now dries up correctly, too.madmaxoft@gmail.com2012-10-141-30/+49
* BlockArea writing support (BlockTypes with BlockMeta only)madmaxoft@gmail.com2012-10-061-0/+39
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-291-0/+19
* Added the block dig animation packet (patch contributed by l0udPL)madmaxoft@gmail.com2012-09-251-0/+19
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+1874