Commit Graph

2007 Commits (c4c80290f02e8ccc49b6b6f6e7eb4ebdf1caa831)

Author SHA1 Message Date
Treer c4c80290f0 Set version to v1.3 2018-09-16 19:41:26 +10:00
Treer cfb35a7500 Include mgValleys humid river effects in biome distribution calculations. Whew!!
This completes #20
2018-09-16 19:04:13 +10:00
Treer 69d69b56d4 Add Australia biomes 2018-09-10 23:39:31 +10:00
Treer 3b90c59ae2 Add Aotearoa biomes 2018-09-09 23:40:00 +10:00
Treer 365508f7a6 Allow mapgens like Valleys to affect the Voronoi diagram.
Add notification system to the Voronoi diagram, to update it with the new mapgen when the mapgen is changed.
2018-09-09 23:39:51 +10:00
Treer 8858dda70f Improve riverbank color in Valleys mapgen 2018-09-08 12:36:30 +10:00
Treer 03b0d4f63c Add river and altitude effects to Valleys mapgen biomes 2018-09-08 02:03:30 +10:00
Treer a74766a36e Implement Valleys mapgen heightmap
An unoptimized duplicate of the valleys code from Minetest.
Does not implement the temperature and humidity adjustments.
2018-09-07 21:42:07 +10:00
Treer 84066f26ca partial work on mgvalleys
It looks like valleys messes with the biome humidity, so it will need some thought, and the Voronoi stats will be wrong for it
2018-09-07 19:15:27 +10:00
Treer b06bb5db6e Set version to v1.2 2018-08-31 01:16:59 +10:00
Treer a4dfd27b2f Add troubleshooting help for common crashes caused by misconfiguration 2018-08-31 00:59:33 +10:00
Treer bffe12a033 Fix #22 - move Amidstest Preferences to a separate location from Amidst 2018-08-19 12:58:12 +10:00
Treer abd0238189 Set version to v1.2-beta 2018-06-17 03:44:01 +10:00
Treer 9ec0e7f0cb Fix #17, v6 biomes Vonoroi at altitude=1 has biome overlap 2018-06-17 03:26:46 +10:00
Treer 23f3f764fa Some minor GUI tweaks
Includes some items from #11
2018-06-17 03:07:04 +10:00
Treer 6f62a0b27a Fix #14, Open sky in v7 floatlands should be called “Air” 2018-06-17 02:42:09 +10:00
Treer 049a030144 Fix support of 20-digit numeric seeds
Minetest 64 bit seeds were being listed signed instead of unsigned in some places.
E.g. with seed 14105561135541706857, "Copy Seed" used to put -4341182938167844759 in the clipboard
2018-06-17 02:28:01 +10:00
Treer dffe29e2d1 Fix #15, Crash after click on “Go to Player” 2018-06-17 01:51:09 +10:00
Treer 831ee13629 Fix #9, Rename default biome profiles 2018-06-17 01:13:11 +10:00
Treer c650121a6c Fix #8, Word “Minecraft” appears in profile selector 2018-06-17 01:08:04 +10:00
Treer b17c6846f0 Fix #7, Crash when selecting default world type 2018-06-17 01:04:07 +10:00
Treer e4adcb5308 Colour the median line in the voronoi frequency graph purple
It's both a quartile line (red) and a 10-percentile line (blue)
2018-06-17 00:41:31 +10:00
Treer 2173935d81 Add Hallelujah Mountains support
The Hallelujah Mountains mod (aka cloudlands) was designed in Amidstest, this is its code.
2018-06-16 23:07:16 +10:00
Treer 866af79cb8 Merge branch 'master' of https://github.com/Treer/amidstest 2018-05-17 23:20:18 +10:00
Treer d202654eb3 Set version to v1.1b 2018-05-17 23:20:05 +10:00
Treer 9cd3a5b915 Support 20-digit numeric seeds 2018-05-17 23:18:19 +10:00
Treer 879b0f81b2
Update README.md 2018-05-14 14:52:06 +10:00
Treer 5e2473e3d4 Fix off-by-1 positional error in graph
The distribution graph was scaling off by 1, and areas the noise doesn't produce were being interpolated with neighbouring values, making the grey box part of the graph thin and transparent.
2018-05-13 15:41:07 +10:00
Treer 20ad4b5712 Merge branch 'master' of https://github.com/Treer/amidst 2018-05-13 02:41:33 +10:00
Treer bf4547dc8b Add missing file 2018-05-13 02:40:45 +10:00
Treer 741f45209d
Update README.md 2018-05-13 00:00:27 +10:00
Treer 2630b97fb2 Update Vonoroi screenshot in README.md 2018-05-12 23:34:44 +10:00
Treer 6736b55d29 Merge branch 'master' of https://github.com/Treer/amidst 2018-05-12 23:25:03 +10:00
Treer 9eefa4e11a Set version to v1.1 2018-05-12 23:24:07 +10:00
Treer f1f882a926 Pixelated sky for void in floatland maps 2018-05-12 21:59:00 +10:00
Treer 34ed551c5e Add mountain-layer support for Carpathian mapgen 2018-05-12 21:57:52 +10:00
Treer bc88396c33 Add biome world-distribution data and graph to Voronoi diagram 2018-05-12 21:56:31 +10:00
Treer 6203dd8fa5
Update README.md
Add dev info link
2018-05-07 14:59:36 +10:00
Treer 97863d3ade Add Voronoi diagram screenshot to README.md 2018-05-07 00:53:40 +10:00
Treer f00ccd7ec6 Set version to v1.1-beta2 2018-05-07 00:20:49 +10:00
Treer 4fd6e73f73 Give SunflowerPlains distinct biome color (MineClone2) 2018-05-07 00:18:58 +10:00
Treer 3b86bf8753 Refactor Voronoi graph 2018-05-07 00:18:01 +10:00
Treer c03d39eed6 Initial Voronoi commit 2018-05-06 20:16:07 +10:00
Treer f6a1cf52e4 Merge branch 'master' of https://github.com/Treer/amidst 2018-05-03 02:05:44 +10:00
Treer e050045316 Set version to v1.1-beta 2018-05-03 02:04:59 +10:00
Treer 9bcbfed694 Add v7 Floatlands support 2018-05-03 02:01:53 +10:00
Treer a74a7a412a
Update README.md
Add Minetest logo
2018-04-30 17:01:39 +10:00
Treer d4e05b9749
Update README.md
add documentation links to wiki
2018-04-28 14:08:40 +10:00
Treer 474d5c4400 Set version to v1.0 2018-04-28 12:56:54 +10:00
Treer b0c1ced5f2 Avoid a crash when reading malformed .mt files
Handle excess commas in .mt files, such as files with a comma after the last item in the list.
2018-04-28 12:29:59 +10:00