Commit Graph

2029 Commits (master)

Author SHA1 Message Date
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
Treer 5a105b0e42 Include underground biome in Ethereal and default. 2018-04-27 01:37:01 +10:00
Treer 788e051028 Fix empty profile bug
BiomeProfile.mt files were malformed when written in locales that use ',' for the decimal separator.
2018-04-26 22:12:49 +10:00
Treer 7c382bf18f
Update README.md
Add note about Java JRE 8 requirement
2018-04-25 19:39:10 +10:00
Treer 424741eb08 Set version to v1.0 beta3 2018-04-25 19:16:45 +10:00
Treer 4ac5660fde Add Carpathian mapgen 2018-04-25 19:09:01 +10:00
Treer 9c6525feb0 Add MineClone 2 biomes 2018-04-25 15:50:27 +10:00
Treer a3a59f62df Update build assets filename 2018-04-22 22:36:58 +10:00
Treer 06b8146e79 Set version to v1.0 beta2 2018-04-22 22:16:10 +10:00
Treer db3996bd16 Add Ethereal biomes 2018-04-22 21:49:59 +10:00
Treer 44ea73d3e7 Avoid a crash when reading malformed .mt files
color component values greater than 255 would cause the app to crash
2018-04-22 19:08:49 +10:00
Treer e7c328b0ae Exclude v7 ocean from mountain areas
This is not correct, rather it is a little less wrong. Regardless of whether the user enables the mountains layer, we will treat the land as above sea level where mountains are. This changes the ocean mask and also the biomes when mountains appear in ocean, however since we don't calculate the real mountain height a lot of this land will appear as the wrong biome (e.g. beaches instead of normal biome), and it will be wrong for a world that has mountains disabled.
2018-04-22 19:06:47 +10:00
Treer c9cd285d20 Preserve original biome order
Evaluate biomes in the order they are listed, as some mods contain biomes which overlap (e.g. Frost and Alpine in Ethereal), and if there more than one biome is tied for closest matching, then Minetest uses the first in the list.
2018-04-22 18:22:29 +10:00
Treer 0cd857a894 Find exact land height in v5 if land is above sea level
Implements a proper search function for land height, allowing accurate alpine biomes.
2018-04-22 14:20:45 +10:00
Treer 160ab17044 Cosmetic changes
No longer refers people to the Amidst-for-Minecraft project, so they won't end up fielding bug reports from this fork
New icon, take-3 (enlarged)
2018-04-16 22:45:28 +10:00
Treer 255c1262fe New icon, take-2
(no spider eyes)
2018-03-28 02:20:38 +11:00
Treer c5da3eb189 New icon 2018-03-27 00:57:52 +11:00
Treer 651455dffc Update readme.md 2018-03-25 00:06:53 +11:00
Treer 2f4af07024 Always create a biomes data directory 2018-03-24 23:24:48 +11:00
Treer 76d24847cc Set version to v1.0 beta
Prepare code for a release independent of Amidst
2018-03-24 23:21:44 +11:00
Treer 8bf76b88b8 Don't require Minecraft be installed 2018-03-24 23:18:44 +11:00
Treer 992c52b0c0 Work out colourings for biome profiles 2018-03-24 23:16:46 +11:00
Treer 32dd6f8a63 fix build
Should have been included in d0c69077ea
2018-03-22 08:00:33 +11:00
Treer fd3583bfd5 Merge branch 'master' of https://github.com/Treer/amidst 2018-03-22 07:53:05 +11:00
Treer d0c69077ea Ability to view mapgen params 2018-03-22 07:46:17 +11:00
Treer 86179d83a5
Update .travis.yml 2018-03-22 07:10:36 +11:00
Treer 03fbf3fa46 Travis secure token 2018-03-22 07:01:47 +11:00
Treer 84b8957857 Merge branch 'master' of https://github.com/Treer/amidst 2018-03-22 06:28:44 +11:00
Treer 525fd2ef43 Pass automatic tests 2018-03-22 06:25:12 +11:00