Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-22 | Improved large jungle and acacia tree generation (#4413) | NiLSPACE | 1 | -0/+21 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -2/+0 | |
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -21/+12 | |
2015-11-25 | OrePockets finisher is now configurable. | Mattes D | 1 | -0/+1 | |
2015-05-28 | Fix comments | tycho | 1 | -1/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -5/+6 | |
2015-05-19 | Fixed a lot of warnings | tycho | 1 | -2/+2 | |
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 1 | -29/+14 | |
2014-11-18 | Refactored cRidgedNoise into a separate template. | Mattes D | 1 | -64/+2 | |
This allows us to make the ridges out of any noise and to combine the cRidgedNoise with cOctavedNoise. | |||||
2014-11-17 | Added cOctavedNoise template. | Mattes D | 1 | -84/+14 | |
This allows us to use any noise generator in the combination of octaves. | |||||
2014-11-17 | Added cImprovedNoise implementation. | Mattes D | 1 | -5/+100 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -6/+6 | |
2014-10-21 | Alignment. | Alexander Harkness | 1 | -6/+6 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -6/+6 | |
2014-07-27 | Added a missing include for abs(float). | madmaxoft | 1 | -0/+6 | |
2014-07-27 | RoughRavines: Made floor and ceiling settings-adjustable. | madmaxoft | 1 | -0/+6 | |
The world.ini has settings for the minimum and maximum height for each at the ravines' center and edges. | |||||
2014-07-17 | Normalized comments. | madmaxoft | 1 | -2/+2 | |
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-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -1/+1 | |
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | |||||
2014-06-09 | Added cRidgedMultiNoise, fixed cPerlinNoise. | madmaxoft | 1 | -0/+64 | |
2014-05-01 | Fixed a warning in Noise. | madmaxoft | 1 | -1/+1 | |
2014-04-04 | Changed cNoise seed to signed. | madmaxoft | 1 | -3/+3 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-05-15 | Moved noise debugging into the Noise.* files | madmaxoft@gmail.com | 1 | -0/+10 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1485 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 | -59/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1475 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-24 | Noise: Removed the reference to Noise.inc | madmaxoft@gmail.com | 1 | -8/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1408 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-22 | Noise: Implemented 2D Perlin noise, removed unused parameters. | madmaxoft@gmail.com | 1 | -14/+50 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1402 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-17 | Noise: removed the unused SSE branches and unused interpolation methods. Removed the Noise.inc file. | madmaxoft@gmail.com | 1 | -46/+132 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1391 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-17 | Making float the default datatype for noise calculation (it's faster on ARM and same-speed on x86) | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1390 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-16 | Implemented the new cCubicNoise in 2D | madmaxoft@gmail.com | 1 | -5/+106 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1387 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-24 | Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289. | madmaxoft@gmail.com | 1 | -0/+48 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1307 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-29 | DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes. | madmaxoft@gmail.com | 1 | -0/+11 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@708 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-22 | Noise: made interpolation methods public static, so that they can be used by the outside world as well | madmaxoft@gmail.com | 1 | -3/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@692 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -81/+81 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -0/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@504 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-22 | Noise function optimization (chunk generation now about 1.5x faster :) | madmaxoft@gmail.com | 1 | -2/+18 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@317 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-12-26 | Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speed | faketruth | 1 | -7/+29 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@115 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-25 | Using SSE instructions for noise (terrain generation) | faketruth | 1 | -0/+5 | |
Unfortunately the noise functions is only like 7% faster, so you won't even notice git-svn-id: http://mc-server.googlecode.com/svn/trunk@9 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+33 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |