Skip to content

Releases: Cubitect/cubiomes-viewer

cubiomes-viewer 2.0.dev2

15 Feb 21:37
Compare
Choose a tag to compare
Pre-release

Changes:

  • added radial distance option for spawn and strongholds
  • added option for the memory usage by the map viewer cache
  • improved cache utilization for the map viewer
  • fixed search algorithm for relative positions when they are invalid on first search pass
  • fixed stronghold filter yielding some false negatives

cubiomes-viewer 2.0.dev1

12 Feb 17:40
Compare
Choose a tag to compare
Pre-release

Changes:

  • added more warnings for loading issues (including notices for missing seed files)
  • added key shortcut support for matching seeds UI
  • fixed initial state of collapsible areas

cubiomes-viewer 2.0.dev0

05 Feb 16:18
Compare
Choose a tag to compare
Pre-release

Bumped main version to 2 for the second year.

This update focuses on search conditions with relative dependencies, making them more flexible and intuitive to use. (The previous behavior and limits seem to have caused confusion, judging by the bug reports.)

Changes:

  • conditions with a single required instance will now check each instance individually rather than average the occurrences to a single point
  • condition are now aware of their branching status in a dependency tree and may optimize the search accordingly
  • added an OR logic gate helper
  • added radial distance option for several filters
  • added structure exclusion filter option, looking for an area with no instances
  • added filter which finds the approximate location of the first stronghold
  • added copy of some DejaVu fonts which should help with UI problems on some platforms
  • fixed biome names not working with biome color config

cubiomes-viewer 1.12.1

11 Dec 13:22
Compare
Choose a tag to compare

Changes:

  • fixed progress save files from previous versions not loading
  • fixed parser for biome colors not reading decimal integers correctly

cubiomes-viewer 1.12.0

07 Dec 22:04
Compare
Choose a tag to compare

Changes:

  • added approximations to biome filter which enables optimizations that trade accuracy for speed
  • added custom grid spacing option
  • added helper for coordinate multiplication of cross-dimension relative locations
  • added village type selector to filters
  • added 1.18 villages, outposts and bastions to known bounding boxes
  • added option for custom biome color overrides
  • updated end gateways for 1.18
  • changed biome names to be version dependent
  • tweaked biome colors for a slightly better contrast in 1.18
  • fixed oceans getting ignored by the biome filter for 1.18
  • fixed 48-bit search for structures (hopefully better this time)
  • fixed the quad-structure search for the large area regime
  • fixed precompiled windows build which had the structure salt options disabled

cubiomes-viewer 1.11.2

02 Dec 21:15
Compare
Choose a tag to compare

Changes:

  • added warning for expensive biome checks (necessary because 1.18 generation is soooooo slow)
  • changed noise biome checks to use a stochastic generation order, which should improve performance for most conditions
  • fixed the search function dead-locking with slow biome conditions
  • fixed a bug that prevented many structure filters from working with the 48-bit search mode
  • fixed Outpost generation in 1.18
  • update for Fortresses and Bastions generation to 1.18
  • tweaks to 1.18 structure checks, should improve accuracy slightly

cubiomes-viewer 1.11.1

29 Nov 21:38
Compare
Choose a tag to compare

Changes:

  • fixed a bug in the 1.18 biome generation
  • fixed some completely wrong stronghold positions for certain seeds in 1.18
  • fixed spawn filter not working at all

cubiomes-viewer 1.11.0

28 Nov 13:11
Compare
Choose a tag to compare

Update for Minecraft 1.18 support.
Warnings for the new generation:

  • The new noise-based algorithm for biome generation is approximately 100x slower than the old one, after optimization.
  • Some structures no longer depend solely on biomes and may fail to generate based on surface height.
    (This effect is most prevalent for desert pyramids and jungle temples.)

Changes:

  • updated cubiomes
  • added 1.18 support for map view, search, and structures
  • added y-level option for the map view and biome filters
  • added separate biome filters for river- and ocean- layers
  • added zoom limits
  • moved large biomes option to main UI

cubiomes-viewer 1.10.0

20 Nov 16:22
Compare
Choose a tag to compare

Release for the 1.10 revision from September.

Changes:

  • fixed several issues by defining relative conditions much more rigorously
    • relative conditions now always use the center of their parent
    • a new helper condition allows for checks at individual instances
  • added condition triggers to analysis tab, this can also be used to look for locations in a given seed
  • added copy teleport command to context menu
  • search performance should be better for several types of searches

cubiomes-viewer 1.9.1

23 Jul 21:17
Compare
Choose a tag to compare

Changes:

  • fixed that Qt was using the executable name for the config location

The application session data would not transfer between versions if you were using the precompiled executables, because the file name changed with each version. This patch specifies a config location which should stay constant moving forwards, but does not fix this retroactively. Sessions from previous versions can be recovered via an export/import of a progress file ("File" -> "Save progress..." / "Load progress...").