summaryrefslogtreecommitdiffstats
path: root/source/ChunkDef.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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