Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -24/+24 | |
2015-12-01 | Added PieceStructures generator. | Mattes D | 1 | -0/+42 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -15/+15 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -1/+1 | |
2015-07-07 | Fixed warnings generated by 64-bit MSVC. | Mattes D | 1 | -10/+10 | |
2015-05-24 | Fix comments | tycho | 1 | -1/+1 | |
2015-05-19 | More fixed warnings | tycho | 1 | -1/+4 | |
2015-05-19 | Fixed a lot of warnings | tycho | 1 | -21/+5 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2015-03-01 | Steppy HeiGen: Fixed Linux compilation. | Mattes D | 1 | -1/+1 | |
2015-03-01 | Added Steppy height generator. | Mattes D | 1 | -0/+64 | |
2014-11-26 | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 1 | -25/+67 | |
2014-11-13 | Gen refactor: Implemented CompositedHeiGen. | Mattes D | 1 | -0/+45 | |
This fixes crashes in the Village generator due to the missing generator. | |||||
2014-11-12 | Generator: Shape initial refactoring. | Mattes D | 1 | -25/+22 | |
The code compiles, but several structure generators are broken, crash on start. | |||||
2014-11-10 | Added BiomalNoise3D shape generator. | Mattes D | 1 | -0/+4 | |
2014-11-04 | MinMax heigen: Reduced the number of octaves. | Mattes D | 1 | -2/+0 | |
They didn't affect the terrain that much anyway. | |||||
2014-11-04 | Added MinMax height generator. | Mattes D | 1 | -0/+207 | |
Fixes #1578. | |||||
2014-11-03 | HeiGen: Moved construction to the end of file. | Mattes D | 1 | -75/+75 | |
This will allow us to define generators in the cpp file instead of needing them in the header, thus speeding up compilation on changes. | |||||
2014-10-27 | Comment alignment. | Alexander Harkness | 1 | -4/+4 | |
2014-10-27 | CheckBasicStyle'd | Alexander Harkness | 1 | -14/+14 | |
2014-10-27 | Fixed more warnings. | Alexander Harkness | 1 | -14/+14 | |
It's ugly though. | |||||
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -1/+1 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-19 | Mountain height gen: Added ditches. | Mattes D | 1 | -7/+14 | |
2014-10-19 | Generator: Rewritten to use SharedPtrs. | Mattes D | 1 | -6/+6 | |
2014-08-21 | Added initializers for class members. | Mattes D | 1 | -1/+7 | |
As reported by Coverity, these weren't initialized. | |||||
2014-08-18 | SwamplandM: Fixed sometimes having no mountains. | STRWarrior | 1 | -1/+1 | |
2014-08-02 | Added proper trees and height for SwamplandM biome | STRWarrior | 1 | -1/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-07-18 | Fixed spaces before commas. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -7/+7 | |
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-19 | Nullify deleted pointers. | archshift | 1 | -0/+2 | |
2014-06-11 | Revert "Initial Mesa Bryce implementation." | madmaxoft | 1 | -89/+0 | |
This reverts commit 1ff1a93866ab81e3868588a256f446a902a1a8c4. | |||||
2014-06-10 | Initial Mesa Bryce implementation. | madmaxoft | 1 | -0/+89 | |
2014-06-09 | Added an experimental height generator, Mountains. | madmaxoft | 1 | -0/+66 | |
2014-03-21 | Implemented faster upscaling using templates. | madmaxoft | 1 | -1/+1 | |
Fixes #819. | |||||
2014-01-10 | Fixed generator adding values to ini file. | madmaxoft | 1 | -0/+1 | |
2014-01-09 | Height generator creating moved info HeiGen.cpp. | madmaxoft | 1 | -0/+73 | |
The generator also explicitly sets the default back into the INI file. | |||||
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -2/+2 | |
2013-11-29 | Implemented mesa biomes in DistortedHeightmap CompoGen. | madmaxoft | 1 | -2/+2 | |
2013-11-28 | Added new biomes to old height generators. | madmaxoft | 1 | -29/+97 | |
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-10-11 | CompoGen and HeiGen read their settings in their respective Initialize() functions. | madmaxoft | 1 | -11/+47 | |
2013-05-14 | Noise3D generator is now using linear upscaling | madmaxoft@gmail.com | 1 | -1/+1 | |
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 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1479 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 | -1/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1475 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-06 | DistortedHeightmap: Small optimizations, memory leak fix. | madmaxoft@gmail.com | 1 | -0/+17 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1449 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-05 | Re-worked generator subobject ownership, added a cache for the CompositionGen | madmaxoft@gmail.com | 1 | -1/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1447 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-05-05 | Added the DistortedHeightmap height and composition generator. | madmaxoft@gmail.com | 1 | -0/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1445 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-22 | HeiGenBiomal: interpolate in 4x4 blocks on float values | madmaxoft@gmail.com | 1 | -14/+16 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1406 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-04-22 | Generator: Added notes of failed optimization attempts | madmaxoft@gmail.com | 1 | -0/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1404 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-20 | HeiGenBiomal: added a fast but ugly-looking optimization, disabled by default. | madmaxoft@gmail.com | 1 | -0/+25 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1292 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-25 | Adjusted Biomal height generator to have less hills in the rivers. | madmaxoft@gmail.com | 1 | -21/+21 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1165 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-15 | More valgrind fixes | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1044 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: Generating-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@881 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -302/+302 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-02 | Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max() | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@539 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-02 | Added a cHeiGenCache object for caching generated heightmaps. World generation is now about twice as fast as before Rev 535 :) | madmaxoft@gmail.com | 1 | -0/+90 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@538 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-02 | Added the Biomal height generator, made it the default height generator. | madmaxoft@gmail.com | 1 | -0/+121 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@536 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -0/+91 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@504 0a769ca7-a7f5-676a-18bf-c427514a06d6 |