Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -5/+5 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -19/+19 | |
2014-12-01 | DistortedHeightmap: Added missing initialization. | Mattes D | 1 | -0/+2 | |
This was probably the original cause for the "empty chunks". Fixes #1433. | |||||
2014-11-26 | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 1 | -558/+7 | |
2014-11-12 | Generator: Shape initial refactoring. | Mattes D | 1 | -558/+7 | |
The code compiles, but several structure generators are broken, crash on start. | |||||
2014-10-27 | Comment alignment. | Alexander Harkness | 1 | -4/+4 | |
2014-10-27 | CheckBasicStyle'd | Alexander Harkness | 1 | -14/+14 | |
2014-10-27 | Fixed remaining warnings. | Alexander Harkness | 1 | -5/+5 | |
2014-10-27 | Actually fixed the warning. | Alexander Harkness | 1 | -20/+9 | |
2014-10-27 | Test warning fix. | Alexander Harkness | 1 | -0/+11 | |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -1/+1 | |
2014-10-19 | Generator: Rewritten to use SharedPtrs. | Mattes D | 1 | -3/+3 | |
2014-10-09 | DistortedHeightmap: Fixed crash on number rounding. | Mattes D | 1 | -4/+5 | |
Fixes #1521. | |||||
2014-07-28 | DistortedHeightmap: Now generates gravel in deep ocean. | STRWarrior | 1 | -1/+1 | |
2014-07-22 | Extreme Hills M variant only spawn with grass and stone | STRWarrior | 1 | -1/+1 | |
Removed gravel. | |||||
2014-07-21 | ExtremeHillsPlus and ExtremeHills spawn with grass only | STRWarrior | 1 | -12/+2 | |
Turns out only the M variants have stone and gravel in them. | |||||
2014-07-17 | Normalized comments. | madmaxoft | 1 | -5/+5 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-06-11 | Revert "Initial Mesa Bryce implementation." | madmaxoft | 1 | -3/+1 | |
This reverts commit 1ff1a93866ab81e3868588a256f446a902a1a8c4. | |||||
2014-06-10 | Initial Mesa Bryce implementation. | madmaxoft | 1 | -1/+3 | |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 1 | -1/+2 | |
2013-12-26 | Simplefied Extreme Hills M pattern select. | STRWarrior | 1 | -11/+3 | |
2013-12-25 | Extreme Hills M biomes now generate gravel, stone and grass patterns. | STRWarrior | 1 | -2/+10 | |
2013-12-25 | Changed tbGravel. Vanilla has 3 layers of gravel and then stone. | STRWarrior | 1 | -3/+3 | |
2013-12-25 | Normal extreme hills (plus) now generate a stone/grass pattern. | STRWarrior | 1 | -2/+20 | |
2013-12-25 | This generates gravel in Extreme Hills M biomes. | STRWarrior | 1 | -2/+20 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
2013-12-08 | moved deafult action into deafult clause at src/Generating/DistortedHeightmap.cpp line 741 | Tycho Bickerstaff | 1 | -2/+4 | |
2013-11-30 | Added floor pattern for MegaTaiga biomes. | madmaxoft | 1 | -1/+10 | |
2013-11-29 | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 1 | -19/+101 | |
2013-11-29 | DistortedHeightmap: Improved speed, prepared for mesa biomes. | madmaxoft | 1 | -157/+399 | |
This generates the rainbow-mesa as seen on the first mesa screenshot in the forum. | |||||
2013-11-28 | Added new biomes to old composition generator. | madmaxoft | 1 | -0/+49 | |
Mostly placeholders only, true per-biome characteristics still need to be implemented. This is only to test the new biome generators. | |||||
2013-11-28 | Added new biomes to old height generators. | madmaxoft | 1 | -8/+80 | |
Now Biomal and DistortedHeight generators will work with new biomes. | |||||
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 1 | -1/+1 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 1 | -1/+1 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-16 | Fixed another unsigned integer comparison. | Alexander Harkness | 1 | -12/+12 | |
2013-10-11 | CompoGen and HeiGen read their settings in their respective Initialize() functions. | madmaxoft | 1 | -1/+26 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -419/+419 | |
2013-06-04 | DistortedHeightmap: Added clay / sand / dirt selection on ocean floor | madmaxoft@gmail.com | 1 | -2/+44 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1550 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-16 | DistortedHeightmap: Rewritten to use the optimized cPerlinNoise and linear upscaling | madmaxoft@gmail.com | 1 | -113/+48 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1486 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-14 | Noise3D generator is now using linear upscaling | madmaxoft@gmail.com | 1 | -3/+3 | |
Measured 30% performance increase. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1482 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-12 | LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1479 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-12 | DistortedHeightmap: Deserts are now covered with sand and mushroom islands with mycelium (patch contributed by STR_Warrior) | madmaxoft@gmail.com | 1 | -3/+39 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1476 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-12 | Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file. | madmaxoft@gmail.com | 1 | -3/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1475 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-12 | DistortedHeightmap: Added info comment about the parameters table | madmaxoft@gmail.com | 1 | -1/+8 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1473 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-06 | DistortedHeightmap: Optimized by linear interpolation | madmaxoft@gmail.com | 1 | -46/+85 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1451 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-06 | DistortedHeightmap: Small optimizations, memory leak fix. | madmaxoft@gmail.com | 1 | -1/+12 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1449 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-06 | DistortedHeightmap: Slight speed increase | madmaxoft@gmail.com | 1 | -0/+7 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1448 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-05 | Added the DistortedHeightmap height and composition generator. | madmaxoft@gmail.com | 1 | -0/+341 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1445 0a769ca7-a7f5-676a-18bf-c427514a06d6 |