summaryrefslogtreecommitdiffstats
path: root/source/ChunkDef.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-617/+0
* Added ASSERTs to all ChunkDef operations.madmaxoft2013-10-211-15/+40
* Added 1.7 biome constants.madmaxoft2013-10-121-2/+47
* Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-1/+2
* Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft2013-08-031-3/+2
* ChunkDesc: Added heightmap verification (DEBUG-only), not used yetmadmaxoft@gmail.com2013-05-051-1/+1
* Changed DelayedFluidSimulatorData to be a vector rather than a list, performance doubled :)madmaxoft@gmail.com2013-03-141-2/+3
* Fixed gcc compilationmadmaxoft@gmail.com2013-03-021-2/+2
* New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data.madmaxoft@gmail.com2013-03-011-0/+28
* Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com2013-02-081-0/+6
* Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block.madmaxoft@gmail.com2012-10-201-0/+7
* Reverted previous commit, chose a different solution, much cleaner.madmaxoft@gmail.com2012-10-181-14/+11
* Made constants in cChunkDef enums, compilation fixes for gcc.madmaxoft@gmail.com2012-10-181-11/+14
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-15/+15
* BLOCKTYPE and NIBBLETYPE are finally exported in Lua API as numbers, not usertypesmadmaxoft@gmail.com2012-07-021-4/+5
* cBlockArea object added (with only minimal testing so far)madmaxoft@gmail.com2012-07-021-0/+6
* ChunkDef: Fixed getters taking a const ptrmadmaxoft@gmail.com2012-07-021-5/+11
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-492/+492
* Added the Biomal height generator, made it the default height generator.madmaxoft@gmail.com2012-06-021-0/+4
* Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property settingmadmaxoft@gmail.com2012-05-271-3/+3
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-30/+150
* Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)madmaxoft@gmail.com2012-04-231-1/+48
* Unified the chunk data to use the BLOCKDATA datatype.madmaxoft@gmail.com2012-03-141-0/+1
* Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com2012-03-141-0/+320