| Commit message (Expand) | Author | Age | Files | Lines |
* | ChunkDesc: Added heightmap verification (DEBUG-only), not used yet | madmaxoft@gmail.com | 2013-05-05 | 1 | -1/+1 |
* | Changed DelayedFluidSimulatorData to be a vector rather than a list, performance doubled :) | madmaxoft@gmail.com | 2013-03-14 | 1 | -2/+3 |
* | Fixed gcc compilation | madmaxoft@gmail.com | 2013-03-02 | 1 | -2/+2 |
* | New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data. | madmaxoft@gmail.com | 2013-03-01 | 1 | -0/+28 |
* | Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities. | madmaxoft@gmail.com | 2013-02-08 | 1 | -0/+6 |
* | Made cWorld's block query functions more orthogonal, added GetBlockInfo() returning all info on a block. | madmaxoft@gmail.com | 2012-10-20 | 1 | -0/+7 |
* | Reverted previous commit, chose a different solution, much cleaner. | madmaxoft@gmail.com | 2012-10-18 | 1 | -14/+11 |
* | Made constants in cChunkDef enums, compilation fixes for gcc. | madmaxoft@gmail.com | 2012-10-18 | 1 | -11/+14 |
* | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 2012-08-03 | 1 | -15/+15 |
* | BLOCKTYPE and NIBBLETYPE are finally exported in Lua API as numbers, not usertypes | madmaxoft@gmail.com | 2012-07-02 | 1 | -4/+5 |
* | cBlockArea object added (with only minimal testing so far) | madmaxoft@gmail.com | 2012-07-02 | 1 | -0/+6 |
* | ChunkDef: Fixed getters taking a const ptr | madmaxoft@gmail.com | 2012-07-02 | 1 | -5/+11 |
* | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 2012-06-14 | 1 | -492/+492 |
* | Added the Biomal height generator, made it the default height generator. | madmaxoft@gmail.com | 2012-06-02 | 1 | -0/+4 |
* | Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property setting | madmaxoft@gmail.com | 2012-05-27 | 1 | -3/+3 |
* | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 2012-05-25 | 1 | -30/+150 |
* | Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) | madmaxoft@gmail.com | 2012-04-23 | 1 | -1/+48 |
* | Unified the chunk data to use the BLOCKDATA datatype. | madmaxoft@gmail.com | 2012-03-14 | 1 | -0/+1 |
* | Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency | madmaxoft@gmail.com | 2012-03-14 | 1 | -0/+320 |