Commit Graph

1953 Commits (4ac5660fded3553230da6173efa40e39aa603879)

Author SHA1 Message Date
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
Treer 3e4f1e43be
Pass automatic tests 2018-03-21 15:59:12 +11:00
Treer 9bae1bcb25
Update .travis.yml 2018-03-21 15:53:29 +11:00
Treer f11fcbae9e Fix woodland-mansions merge
various tweaks
2018-03-19 03:04:07 +11:00
Treer 9be50e735c Merge branch 'master' of https://github.com/Treer/amidst 2018-03-19 00:53:15 +11:00
Treer c72792982b
Merge pull request #4 from moulins/woodland-mansions
Woodland mansions
2018-03-19 00:54:10 +11:00
Treer 16e75d76ba
Merge branch 'master' into woodland-mansions 2018-03-19 00:53:55 +11:00
Treer 57e93d4c33 Detach Amidstest from Amidst automatic updates 2018-03-19 00:37:45 +11:00
Treer 92c55cc2b8 Adjust layers menu to reflect available features 2018-03-19 00:25:23 +11:00
Treer d347b7786c Add V5, V6, Flat 2018-03-18 20:33:38 +11:00
Treer 8bf19537ad BiomeProfile UI improvements
biomeprofile menu items are radio buttons, last selected biome profile is saved, BiomeProfile implementations can supply more than one default profile, Biome Widget updates when different biome profile selected,
2018-03-17 18:52:34 +11:00
Treer d992672f38 Default biomes 2018-03-15 03:22:25 +11:00
Treer 7870d9b371 Dynamic biomes
Work in progress. Abstracted away from fixed biomes singleton so Minetest is able to get biomes from the BiomeProfile instead.
2018-03-13 23:49:17 +11:00
Treer 01b241c4e4 Refactor
Seperate Minetest VersionFeatures from Minecraft
Refactor WorldType to support Minetest
Moving toward being capable of supporting different Minetest versions
2018-03-11 21:17:03 +11:00
Treer 432a1174b5 Add some icons 2018-03-11 21:02:09 +11:00
Treer 1b1181850c Add Minetest Biomes
Enable Minecraft support, clean up some menu items
2018-03-11 19:21:44 +11:00
Treer ca523baa11 Add oceans 2018-03-11 00:24:15 +11:00
Treer 3b029dcf84 Implement 3D noise function, and correct for different coordinate systems 2018-03-10 22:40:01 +11:00
Treer 969f26e406 Minetest support - initial commit
Rivers don't match the game, but Amidst can now draw maps made with a different engine than Minecraft
2018-03-10 18:48:03 +11:00
Treer 196a2bca7b
Merge pull request #2 from Treer/revert-1-infinite-zoom
Revert "Infinite zoom"
2018-03-08 23:39:59 +11:00
Treer 754b3ae195
Revert "Infinite zoom" 2018-03-08 23:39:14 +11:00
Treer b7ba4be545
Merge pull request #1 from Badel2/infinite-zoom
Infinite zoom
2018-03-08 23:21:55 +11:00
moulins bc3cf44034 Add woodland mansion algorithm 2018-02-21 02:26:12 +01:00
moulins 4c7148dd02 Add menu item and layer for woodland mansions 2018-02-21 02:15:08 +01:00
Badel2 e32ef42ab9 Maybe smoother colors when using low-res Fragments 2017-10-05 23:13:57 +02:00
Badel2 3d612fe084 Changed fragment resolution from 2^2 to 2^4 2017-10-05 23:12:08 +02:00
Badel2 048793a838 Support custom fragment resolution 2017-10-05 22:52:12 +02:00