Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix many issues reported by clang-tidy (#7189) | Loïc Blot | 2018-04-02 |
| | | | | | | | | | | | * Fix many issues reported by clang-tidy We have many issues in code related to some performance to float <-> double. Clang-tidy reported it in performance-type-promotion-in-math-fn I fixed many of them. It's not ready for a promote to blocking Also fix some value which should be const-ref | ||
* | VoxelArea: add_{x,y,z,p} must be static | Loic Blot | 2018-03-09 |
| | | | | | Fix some documentations issues Use getNodeNoCheck(v3s16, ...) in some cases instead of getNodeNoCheck(x, y, z, ...) | ||
* | MapgenValleys: Fixed submarine valleys shape | Gael-de-Sailly | 2018-03-03 |
| | |||
* | Dungeons: Add Y limits in all mapgens | paramat | 2018-02-20 |
| | | | | Preserve the upper limit used in mgvalleys. | ||
* | Mapgen folder: Update and improve copyright information of files | paramat | 2018-01-15 |
| | |||
* | Move files to subdirectories (#6599) | Vitaliy | 2017-11-08 |
* Move files around |