| Commit message (Expand) | Author | Age | Files | Lines |
* | MineShafts: Staircases have further connections behind them. | madmaxoft@gmail.com | 2013-03-31 | 1 | -1/+8 |
* | MineShafts: Added staircases; added floors to mineshafts going through water | madmaxoft@gmail.com | 2013-03-31 | 1 | -4/+173 |
* | Added cCuboid:Assign() and cChunkDesc:FloorRelCuboid() | madmaxoft@gmail.com | 2013-03-31 | 2 | -0/+61 |
* | MineShafts: Set the default GridSize to 256 | madmaxoft@gmail.com | 2013-03-30 | 1 | -1/+1 |
* | MineShafts: Added branching crossings | madmaxoft@gmail.com | 2013-03-30 | 1 | -7/+132 |
* | ChunkDesc: Extended the interface, RelCuboid functions now take either a cCuboid or a set of 6 coords. | madmaxoft@gmail.com | 2013-03-30 | 2 | -20/+67 |
* | MineShafts: added supports in corridors | madmaxoft@gmail.com | 2013-03-30 | 1 | -11/+103 |
* | MineShafts: Added branching corridors | madmaxoft@gmail.com | 2013-03-30 | 1 | -3/+67 |
* | MineShafts: implemented basic corridors, without any embellishments or branching yet. | madmaxoft@gmail.com | 2013-03-29 | 3 | -29/+142 |
* | ChunkDesc: Cuboid-based manipulation | madmaxoft@gmail.com | 2013-03-29 | 2 | -0/+66 |
* | MineShafts: backup commit with initial work, still unusable. | madmaxoft@gmail.com | 2013-03-29 | 3 | -1/+639 |
* | Made MultiStepMap BioGen the default | madmaxoft@gmail.com | 2013-03-24 | 1 | -8/+8 |
* | Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289. | madmaxoft@gmail.com | 2013-03-24 | 2 | -13/+23 |
* | Re-tweaked WormNestCaves for more reasonable cave sizes | madmaxoft@gmail.com | 2013-03-22 | 1 | -7/+14 |
* | WormNestCaves: tweaked a bit not to produce the single-block holes in the floor | madmaxoft@gmail.com | 2013-03-22 | 1 | -5/+5 |
* | HeiGenBiomal: added a fast but ugly-looking optimization, disabled by default. | madmaxoft@gmail.com | 2013-03-20 | 1 | -0/+25 |
* | Alpha-sorted the generators in ComposableGenerator | madmaxoft@gmail.com | 2013-03-20 | 1 | -15/+15 |
* | Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed. | madmaxoft@gmail.com | 2013-03-19 | 2 | -6/+11 |
* | Lakes: added a limiter, better height distribution | madmaxoft@gmail.com | 2013-03-19 | 3 | -11/+22 |
* | The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator. | madmaxoft@gmail.com | 2013-03-19 | 9 | -170/+225 |
* | Trees: fixed a glitch in large jungle trees' leaves (1 column was missing) | madmaxoft@gmail.com | 2013-03-19 | 1 | -1/+1 |
* | Fixed a copypasta error in cChunkDesc's BlockArea writer | madmaxoft@gmail.com | 2013-03-18 | 1 | -2/+2 |
* | Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging) | madmaxoft@gmail.com | 2013-03-17 | 14 | -658/+305 |
* | Fixed zero-probability height distribution in FluidSprings finisher | madmaxoft@gmail.com | 2013-03-17 | 1 | -4/+11 |
* | Added water and lava springs. | madmaxoft@gmail.com | 2013-03-14 | 3 | -3/+229 |
* | Initial nether composition generator | madmaxoft@gmail.com | 2013-03-11 | 3 | -0/+130 |
* | FinishGen: Fixed sand collapsing and fluid stationarizing | madmaxoft@gmail.com | 2013-03-03 | 1 | -3/+14 |
* | Presimulator finisher now drops sand and gravel through fire blocks as well | madmaxoft@gmail.com | 2013-03-02 | 1 | -0/+1 |
* | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2013-02-16 | 2 | -2/+2 |
* | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 2013-02-08 | 3 | -5/+216 |
* | 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 | 6 | -170/+276 |
* | Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature. | madmaxoft@gmail.com | 2013-02-05 | 1 | -5/+4 |
* | Moved BioGen parameter reading from cComposableGenrator into each BioGen itself | madmaxoft@gmail.com | 2013-02-02 | 4 | -48/+96 |
* | Merged the usable portion of the "gens" branch. | madmaxoft@gmail.com | 2013-01-25 | 12 | -522/+903 |
* | Adjusted Biomal height generator to have less hills in the rivers. | madmaxoft@gmail.com | 2013-01-25 | 1 | -21/+21 |
* | A brand new biome generator: cBioGenMultiStepMap. | madmaxoft@gmail.com | 2013-01-24 | 3 | -0/+359 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -1/+1 |
* | PreSimulator finisher should now drop blocks through water and lava (untested) | madmaxoft@gmail.com | 2012-12-22 | 1 | -0/+4 |
* | Made WormNest caves generate smaller. | madmaxoft@gmail.com | 2012-12-16 | 1 | -3/+29 |
* | Adjusted the default for chunk generator structures. | madmaxoft@gmail.com | 2012-11-20 | 1 | -1/+1 |
* | Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging. | madmaxoft@gmail.com | 2012-11-20 | 2 | -2/+25 |
* | More valgrind fixes | madmaxoft@gmail.com | 2012-11-15 | 2 | -4/+4 |
* | Added DeadBushes finisher (initial patch by STR_Warrior; DeathBushes FTW!) | madmaxoft@gmail.com | 2012-11-11 | 3 | -19/+125 |
* | Adjusted the number and sizes of ore nests (Patch contributed by STR_Warrior) | madmaxoft@gmail.com | 2012-10-23 | 1 | -10/+10 |
* | cFinishGenPreSimulator sets correct fluid type (stationary in the middle, flowing on chunk borders / holes next to water. | madmaxoft@gmail.com | 2012-10-21 | 2 | -2/+94 |
* | Added the first part of the PreSimulator finisher, drops floating sand and gravel to ground. | madmaxoft@gmail.com | 2012-10-21 | 3 | -0/+112 |
* | Ravines: Drill only through specific blocks (FS #259) | madmaxoft@gmail.com | 2012-10-19 | 1 | -1/+23 |
* | WormNestCaves: drills only through specific blocks (FS #259) | madmaxoft@gmail.com | 2012-10-19 | 1 | -1/+23 |
* | Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER. | madmaxoft@gmail.com | 2012-10-14 | 2 | -3/+3 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 10 | -13/+13 |
* | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 2012-09-23 | 1 | -1/+1 |
* | Source files cleanup: Generating-related files in a separate subfolder | madmaxoft@gmail.com | 2012-09-23 | 18 | -0/+5790 |