Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-09 | Moved end generator back to 3d perlin noise (#5552) | NiLSPACE | 1 | -82/+102 | |
* Moved end generator back to 3d perlin noise * Replaced magic numbers where constants are available * Use auto instead of NOISE_DATATYPE Fixed redeclaration of distanceFromSpawn variable Renamed EndGenIslandFlatness optoin to EndGenIslandThickness | |||||
2021-04-23 | fixed typo (#5208) | 12xx12 | 1 | -1/+1 | |
2020-10-11 | Simple end gen (#4973) | NiLSPACE | 1 | -70/+78 | |
* Fixed current end generator * Implemented new simplified end generation which includes a void between the main island and other islands * Fixed basic style * Hopefully fixed clang errors. | |||||
2020-10-04 | Fixed current end generator (#4968) | NiLSPACE | 1 | -36/+2 | |
2019-09-08 | ShapeGen, HeiGen: Changed to use cChunkCoords. | Mattes D | 1 | -19/+17 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -12/+12 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -3/+0 | |
2015-01-23 | Fixed defect #43671 in Coverity list. | Kirill Kirilenko | 1 | -0/+4 | |
2014-12-21 | cEndGen: Fixed unitialized member variables. | Mattes D | 1 | -1/+3 | |
Fixes CID 43671. | |||||
2014-11-26 | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 1 | -28/+16 | |
2014-11-12 | Generator: Shape initial refactoring. | Mattes D | 1 | -28/+16 | |
The code compiles, but several structure generators are broken, crash on start. | |||||
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -1/+1 | |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -1/+1 | |
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-05-31 | Implemented end and nether portals | Tiger Wang | 1 | -1/+1 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
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 one. | Alexander Harkness | 1 | -15/+15 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -217/+217 | |
2013-06-22 | Added the End height and composition generators. | madmaxoft@gmail.com | 1 | -0/+217 | |
Also made the dimension in world.ini specifiable by a string. Exported StringToDimension() and StringToBiome() to Lua API. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1621 0a769ca7-a7f5-676a-18bf-c427514a06d6 |