Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Mgcarpathian: Mapgen loop optimisations. fabs() -> std::fabs() | Paramat | 2018-03-29 |
| | | | | | | | * Mgcarpathian: ZYX -> ZXY mapgen loop optimisation. * 'pow(n, 3)' to 'n * n * n' type optimisations. * fabs() -> std::fabs(). | ||
* | 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 |