Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-04 | Change internal type for seeds to s32 | kwolekr | |
This fixes value truncation (and therefore incompatibility) on platforms with an LP32 data model, such as VAX or MS-DOS. | |||
2016-05-27 | Cavegen: Move V5-style caves to CavesNoiseIntersection | kwolekr | |
2016-05-27 | Cavegen: Minor misc. fixes | kwolekr | |
- Convert instances of numeric literal doubles to floats - Move dswitchint to a local variable now that being a member is unnecessary - Improve const correctness - Indentation fixes | |||
2016-05-27 | Cavegen: Re-add small caves to CavesRandomWalk | kwolekr | |
2016-05-27 | Cavegen: Remove CavesRandomWalk dependency on Mapgen | kwolekr | |
2016-05-27 | Cavegen: Merge instances of repetitive surface level-finding code | kwolekr | |
2016-05-27 | Cavegen: Remove CavesV6 dependency on Mapgen | kwolekr | |
2016-05-27 | Cavegen: Rename CaveV6 to CavesV6 | kwolekr | |
- Add comment explaining why it exists - Remove unused 'flooded' variable - Rename shadowed variable - Fix some code style | |||
2016-05-27 | Cavegen: Merge CaveV5 and CaveV7 into CavesRandomWalk | kwolekr | |
2015-11-09 | Cavegen: Make mgfractal use mgv5 cavegen | paramat | |
Remove CaveFractal Add a lava depth constant to CaveV5 to make it universal | |||
2015-10-07 | Fractal mapgen: Add seabed and large pseudorandom caves | paramat | |
2015-08-03 | Cavegen V6: Make all caves consistent with 0.4.12 stable | paramat | |
When tunnels entirely above ground were avoided, the missing pseudorandom calls changed the allowed caves. Now, above ground tunnels are not placed while still running all previous pseudorandom calls. | |||
2015-07-19 | Cavegen: Mgv6: No small caves entirely above ground | paramat | |
Mgv5/mgv7: Remove 'should make cave hole' feature Remove ravine code | |||
2015-07-01 | Cavegen: Cleanup code. Define constant for MGV7_LAVA_DEPTH | paramat | |
2015-03-04 | Cavegen, mgv5: Cleanup code | paramat | |
Conf.example: Update mgv5 mapgen params Mgv7: Lava caves only below -256 | |||
2015-02-21 | Mgv5: Remove blobgen. Remove crumble and wetness noises | paramat | |
Add large pseudorandom caves below -256 De-link terrain level from water_level Cavegen: Mgv5 large cave code | |||
2015-01-05 | Shorten ManualMapVoxelManipulator to MMVManip | kwolekr | |
2013-07-06 | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | |
2013-07-01 | Cavegen: Prevent caves from occuring above ground level, and superfluous ↵ | kwolekr | |
mixing of lava and water in caves | |||
2013-04-27 | Enhance caves for mgv7, add ravines | kwolekr | |
2013-04-21 | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | |
Mapgen V7 |