Cubitect

Results 82 comments of Cubitect

Oh, and regarding the deterministic 'reset' from chunk to chunk; almost all the fixed noise points have two copies for the `depth` parameter, one at `depth=0` and one at `depth=10000`....

The one time I had to use VisualStudio I was really frustrated that it did not support C99 and I have not touched it since. Apparently in recent versions there...

Support for Windows should be okay now. See also https://github.com/Cubitect/cubiomes/pull/72.

Thanks for the interest, I was always a little sceptical about performance with a GPU. Generating giant areas in one go might work reasonably well on a GPU, but the...

Thanks, but unfortunately I don't have the time or motivation to support each minor version, which is why cubiomes only supports the latest patch of each major version. Minor patches...

A change in 2.3.2 broke Mansion generation and should be fixed in 2.4.0. See also #155.

Originally there wasn't any limit to the scale, but people reported several issues, so I set the limit to 1:1024 since that's more or less the limit where you won't...

Apparently I was mistaken. The tool uses [QSettings](https://doc.qt.io/qt-5/qsettings.html#locations-where-application-settings-are-stored) for the UI settings, which on Linux is just a file in the same location as [QStandardPaths::AppConfigLocation](https://doc.qt.io/qt-5/qstandardpaths.html#StandardLocation-enum), so it's just another file...

This seems to me like the problem I described in part of issue #130 that villages up to 1.9 can essentially have zero houses, so they effectively fail to generate....

The known issues section is meant for problems that won't be fixed (at least not in the foreseeable future). Discoveries of incorrect results should be reported as an issue. This...