-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NukkitX standard generator #1303
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d8ba11f - Browse repository at this point
Copy the full SHA d8ba11fView commit details -
add some base generator interfaces
temp commit because i have to go and will need to access from home when i get there
Configuration menu - View commit details
-
Copy full SHA for 8085328 - Browse repository at this point
Copy the full SHA 8085328View commit details -
Configuration menu - View commit details
-
Copy full SHA for f700fa4 - Browse repository at this point
Copy the full SHA f700fa4View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2a7501c - Browse repository at this point
Copy the full SHA 2a7501cView commit details -
make the server be able to build and start again
generation actually works now, as does the demo superflat generator! also added a void generator for empty worlds.
Configuration menu - View commit details
-
Copy full SHA for 5b91d04 - Browse repository at this point
Copy the full SHA 5b91d04View commit details -
add tasks for generation and population, theoretically population sho…
…uld partially work now
Configuration menu - View commit details
-
Copy full SHA for 20493ad - Browse repository at this point
Copy the full SHA 20493adView commit details -
redo
NukkitRandom
to make it be not bad, and eliminate dozens of un……needed `NukkitRandom` allocations by using `ThreadLocalRandom`
Configuration menu - View commit details
-
Copy full SHA for d644006 - Browse repository at this point
Copy the full SHA d644006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7a050 - Browse repository at this point
Copy the full SHA 5d7a050View commit details -
Merge remote-tracking branch 'upstream/2.0' into dev/generator-api-re…
…write # Conflicts: # src/main/java/cn/nukkit/Server.java # src/main/java/cn/nukkit/level/generator/NormalGenerator.java # src/main/java/cn/nukkit/level/generator/SimpleChunkManager.java # src/main/java/cn/nukkit/level/manager/LevelChunkManager.java
Configuration menu - View commit details
-
Copy full SHA for aa36895 - Browse repository at this point
Copy the full SHA aa36895View commit details -
attempt to use population chunk manager, it's broken though...
this is probably the same bug that's been causing cut off trees in nukkit and pmmp for years
Configuration menu - View commit details
-
Copy full SHA for e91ebc1 - Browse repository at this point
Copy the full SHA e91ebc1View commit details
Commits on Jan 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0eca8ff - Browse repository at this point
Copy the full SHA 0eca8ffView commit details
Commits on Feb 15, 2020
-
Merge remote-tracking branch 'upstream/2.0' into dev/generator-api-re…
…write # Conflicts: # src/main/java/cn/nukkit/Server.java # src/main/java/cn/nukkit/level/LevelBuilder.java # src/main/java/cn/nukkit/level/LevelData.java # src/main/java/cn/nukkit/level/generator/FlatGenerator.java # src/main/java/cn/nukkit/level/generator/Generator.java # src/main/java/cn/nukkit/level/generator/GeneratorFactory.java # src/main/java/cn/nukkit/level/generator/NetherGenerator.java # src/main/java/cn/nukkit/level/generator/NormalGenerator.java
Configuration menu - View commit details
-
Copy full SHA for e8ffc2b - Browse repository at this point
Copy the full SHA e8ffc2bView commit details
Commits on Feb 20, 2020
-
Merge remote-tracking branch 'upstream/2.0' into dev/generator-api-re…
…write # Conflicts: # src/main/java/cn/nukkit/level/generator/FlatGenerator.java
Configuration menu - View commit details
-
Copy full SHA for fdd49f4 - Browse repository at this point
Copy the full SHA fdd49f4View commit details
Commits on Feb 22, 2020
-
Merge remote-tracking branch 'upstream/2.0' into dev/generator-api-re…
…write # Conflicts: # src/main/java/cn/nukkit/level/chunk/Chunk.java # src/main/java/cn/nukkit/level/generator/PopChunkManager.java # src/main/java/cn/nukkit/level/generator/function/ChunkGenerateFunction.java # src/main/java/cn/nukkit/level/generator/function/ChunkPopulateFunction.java
Configuration menu - View commit details
-
Copy full SHA for 97427fd - Browse repository at this point
Copy the full SHA 97427fdView commit details -
totally remove NukkitRandom and remove all usages of BedrockRandom
also add a dependency on porklib:random
Configuration menu - View commit details
-
Copy full SHA for f088b32 - Browse repository at this point
Copy the full SHA f088b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c502de - Browse repository at this point
Copy the full SHA 4c502deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52dfe71 - Browse repository at this point
Copy the full SHA 52dfe71View commit details -
make chunks completely unobtainable unless they and all of their neig…
…hbors have been populated
Configuration menu - View commit details
-
Copy full SHA for 8fdae79 - Browse repository at this point
Copy the full SHA 8fdae79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b91718 - Browse repository at this point
Copy the full SHA 3b91718View commit details
Commits on Feb 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd660a9 - Browse repository at this point
Copy the full SHA dd660a9View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e39bc77 - Browse repository at this point
Copy the full SHA e39bc77View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4f5e8 - Browse repository at this point
Copy the full SHA cf4f5e8View commit details -
Merge branch 'dev/generator-api-rewrite' into dev/nukkitx-standard-ge…
…nerator # Conflicts: # src/main/java/cn/nukkit/registry/GeneratorRegistry.java
Configuration menu - View commit details
-
Copy full SHA for cab9e40 - Browse repository at this point
Copy the full SHA cab9e40View commit details -
Merge remote-tracking branch 'upstream/2.0' into dev/generator-api-re…
…write # Conflicts: # src/main/java/cn/nukkit/utils/Identifier.java
Configuration menu - View commit details
-
Copy full SHA for de5ab70 - Browse repository at this point
Copy the full SHA de5ab70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326b259 - Browse repository at this point
Copy the full SHA 326b259View commit details
Commits on Feb 25, 2020
-
Merge remote-tracking branch 'upstream/2.0' into dev/nukkitx-standard…
…-generator # Conflicts: # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorLava.java
Configuration menu - View commit details
-
Copy full SHA for 4641aaf - Browse repository at this point
Copy the full SHA 4641aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ccf5b - Browse repository at this point
Copy the full SHA 35ccf5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e57147 - Browse repository at this point
Copy the full SHA 0e57147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e60ea - Browse repository at this point
Copy the full SHA 77e60eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 443fb3f - Browse repository at this point
Copy the full SHA 443fb3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 700ddc3 - Browse repository at this point
Copy the full SHA 700ddc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21746a5 - Browse repository at this point
Copy the full SHA 21746a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f274bc8 - Browse repository at this point
Copy the full SHA f274bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97a0a3 - Browse repository at this point
Copy the full SHA f97a0a3View commit details -
add populator registry as well
this should nearly mark the end of the api stuff
Configuration menu - View commit details
-
Copy full SHA for 2ab5ad1 - Browse repository at this point
Copy the full SHA 2ab5ad1View commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 177a287 - Browse repository at this point
Copy the full SHA 177a287View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 12d3d0c - Browse repository at this point
Copy the full SHA 12d3d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213a82e - Browse repository at this point
Copy the full SHA 213a82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5384fe - Browse repository at this point
Copy the full SHA f5384feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e11d8 - Browse repository at this point
Copy the full SHA 37e11d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d3a0c - Browse repository at this point
Copy the full SHA 39d3a0cView commit details
Commits on Feb 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f7e4ed8 - Browse repository at this point
Copy the full SHA f7e4ed8View commit details
Commits on Feb 29, 2020
-
begin migrating to jackson for loading generator config
hopefully this will be cleaner...
Configuration menu - View commit details
-
Copy full SHA for d04a2be - Browse repository at this point
Copy the full SHA d04a2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d15e4 - Browse repository at this point
Copy the full SHA 27d15e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a40454 - Browse repository at this point
Copy the full SHA 5a40454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c1f3a - Browse repository at this point
Copy the full SHA 04c1f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 608440b - Browse repository at this point
Copy the full SHA 608440bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdce13 - Browse repository at this point
Copy the full SHA 5bdce13View commit details
Commits on Mar 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 604a497 - Browse repository at this point
Copy the full SHA 604a497View commit details -
theoretically be able to define biome-specific generation passes
now i need to figure out how to these should be configured
Configuration menu - View commit details
-
Copy full SHA for bc40d8e - Browse repository at this point
Copy the full SHA bc40d8eView commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fee16fb - Browse repository at this point
Copy the full SHA fee16fbView commit details
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4dc5950 - Browse repository at this point
Copy the full SHA 4dc5950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f30cd - Browse repository at this point
Copy the full SHA 35f30cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b0ec26 - Browse repository at this point
Copy the full SHA 6b0ec26View commit details
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0e1f4c - Browse repository at this point
Copy the full SHA e0e1f4cView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 731d438 - Browse repository at this point
Copy the full SHA 731d438View commit details -
Merge remote-tracking branch 'upstream/2.0' into dev/nukkitx-standard…
…-generator # Conflicts: # src/main/java/cn/nukkit/utils/Identifier.java
Configuration menu - View commit details
-
Copy full SHA for 26a996c - Browse repository at this point
Copy the full SHA 26a996cView commit details -
theoretically make biome surface now be done using a block replacer i…
…nstead of a decorator however, gradients appear to be quite broken
Configuration menu - View commit details
-
Copy full SHA for d701883 - Browse repository at this point
Copy the full SHA d701883View commit details -
remove block replacers, because they add a lot of extra load for very…
… little benefit (can be implemented better as decorator)
Configuration menu - View commit details
-
Copy full SHA for a4566d3 - Browse repository at this point
Copy the full SHA a4566d3View commit details
Commits on Mar 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64cdbda - Browse repository at this point
Copy the full SHA 64cdbdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2066da9 - Browse repository at this point
Copy the full SHA 2066da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74595ca - Browse repository at this point
Copy the full SHA 74595caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8abe3 - Browse repository at this point
Copy the full SHA 0a8abe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad5c77 - Browse repository at this point
Copy the full SHA bad5c77View commit details
Commits on Mar 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f22114d - Browse repository at this point
Copy the full SHA f22114dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05c6a3 - Browse repository at this point
Copy the full SHA a05c6a3View commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b59e94b - Browse repository at this point
Copy the full SHA b59e94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b876373 - Browse repository at this point
Copy the full SHA b876373View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3f95a - Browse repository at this point
Copy the full SHA dd3f95aView commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c32ec2a - Browse repository at this point
Copy the full SHA c32ec2aView commit details
Commits on Mar 10, 2020
-
stop trying to skid from vanilla and actually implement this myself, …
…and it looks way better
Configuration menu - View commit details
-
Copy full SHA for dab54e8 - Browse repository at this point
Copy the full SHA dab54e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7a9e6 - Browse repository at this point
Copy the full SHA 7a7a9e6View commit details -
strange artifacting along axes, doesn't seem to make any sense
Configuration menu - View commit details
-
Copy full SHA for 1b34764 - Browse repository at this point
Copy the full SHA 1b34764View commit details
Commits on Mar 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be99cb1 - Browse repository at this point
Copy the full SHA be99cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4bb0c2 - Browse repository at this point
Copy the full SHA f4bb0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ebc4a - Browse repository at this point
Copy the full SHA 25ebc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c67d93 - Browse repository at this point
Copy the full SHA 7c67d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e5010 - Browse repository at this point
Copy the full SHA f2e5010View commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2c3e673 - Browse repository at this point
Copy the full SHA 2c3e673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4553919 - Browse repository at this point
Copy the full SHA 4553919View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27f0910 - Browse repository at this point
Copy the full SHA 27f0910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4300a86 - Browse repository at this point
Copy the full SHA 4300a86View commit details -
Merge remote-tracking branch 'upstream/2.0' into dev/nukkitx-standard…
…-generator # Conflicts: # pom.xml # src/main/java/cn/nukkit/block/BlockGrass.java # src/main/java/cn/nukkit/block/BlockMushroom.java # src/main/java/cn/nukkit/block/BlockMycelium.java # src/main/java/cn/nukkit/block/BlockSapling.java # src/main/java/cn/nukkit/block/BlockTNT.java # src/main/java/cn/nukkit/item/food/FoodChorusFruit.java # src/main/java/cn/nukkit/level/biome/EnumBiome.java # src/main/java/cn/nukkit/level/biome/impl/iceplains/IcePlainsSpikesBiome.java # src/main/java/cn/nukkit/level/generator/FlatGenerator.java # src/main/java/cn/nukkit/level/generator/Generator.java # src/main/java/cn/nukkit/level/generator/GeneratorFactory.java # src/main/java/cn/nukkit/level/generator/NetherGenerator.java # src/main/java/cn/nukkit/level/generator/NormalGenerator.java # src/main/java/cn/nukkit/level/generator/SimpleChunkManager.java # src/main/java/cn/nukkit/level/generator/function/ChunkGenerateFunction.java # src/main/java/cn/nukkit/level/generator/function/ChunkPopulateFunction.java # src/main/java/cn/nukkit/level/generator/object/BasicGenerator.java # src/main/java/cn/nukkit/level/generator/object/ObjectTallGrass.java # src/main/java/cn/nukkit/level/generator/object/mushroom/BigMushroom.java # src/main/java/cn/nukkit/level/generator/object/ore/OreType.java # src/main/java/cn/nukkit/level/generator/object/tree/HugeTreesGenerator.java # src/main/java/cn/nukkit/level/generator/object/tree/NewJungleTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectBigSpruceTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectDarkOakTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectJungleBigTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectSavannaTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectSpruceTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectSwampTree.java # src/main/java/cn/nukkit/level/generator/object/tree/ObjectTree.java # src/main/java/cn/nukkit/level/generator/object/tree/TreeGenerator.java # src/main/java/cn/nukkit/level/generator/populator/impl/MushroomPopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorDoublePlant.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorGlowStone.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorLava.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorOre.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorSugarcane.java # src/main/java/cn/nukkit/level/generator/populator/impl/PopulatorTree.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/DarkOakTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/JungleBigTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/JungleFloorPopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/JungleTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/SavannaTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/SpruceBigTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/SpruceMegaTreePopulator.java # src/main/java/cn/nukkit/level/generator/populator/impl/tree/SwampTreePopulator.java # src/main/java/cn/nukkit/level/manager/LevelChunkManager.java # src/main/java/cn/nukkit/math/BedrockRandom.java # src/main/java/cn/nukkit/math/BlockFace.java
Configuration menu - View commit details
-
Copy full SHA for 97ade38 - Browse repository at this point
Copy the full SHA 97ade38View commit details
Commits on Mar 18, 2020
-
re-implement population around
protocol-lib changed levelchunkmanager stuff
Configuration menu - View commit details
-
Copy full SHA for d932c2b - Browse repository at this point
Copy the full SHA d932c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee644d - Browse repository at this point
Copy the full SHA 7ee644dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac5fcd - Browse repository at this point
Copy the full SHA 8ac5fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df8345 - Browse repository at this point
Copy the full SHA 5df8345View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d006744 - Browse repository at this point
Copy the full SHA d006744View commit details
Commits on Mar 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e0df32f - Browse repository at this point
Copy the full SHA e0df32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cd9c6 - Browse repository at this point
Copy the full SHA d8cd9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 424aecf - Browse repository at this point
Copy the full SHA 424aecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bebfe0 - Browse repository at this point
Copy the full SHA 5bebfe0View commit details
Commits on Mar 27, 2020
-
make biome selection a lot like vanilla (part 3)
this next commit will be fun... or something.
Configuration menu - View commit details
-
Copy full SHA for cdb5b41 - Browse repository at this point
Copy the full SHA cdb5b41View commit details
Commits on Mar 28, 2020
-
make biome selection a lot like vanilla (part 4)
it wasn't as bad as expected, i guess
Configuration menu - View commit details
-
Copy full SHA for 229a09b - Browse repository at this point
Copy the full SHA 229a09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7687bf0 - Browse repository at this point
Copy the full SHA 7687bf0View commit details -
make biome selection a lot like vanilla (part 6)
this is just about done! the only thing that remains to be finalized is adding all the biome mutations, which will require me to implement them first.
Configuration menu - View commit details
-
Copy full SHA for fb9ccf4 - Browse repository at this point
Copy the full SHA fb9ccf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5023744 - Browse repository at this point
Copy the full SHA 5023744View commit details
Commits on Mar 29, 2020
-
fully implement (frozen) river, (frozen) ocean, deep ocean
although they still lack newer features such as seaweed
Configuration menu - View commit details
-
Copy full SHA for b21df7e - Browse repository at this point
Copy the full SHA b21df7eView commit details -
fully implement beach, stone beach, cold beach, fix generation of ext…
…reme hills and variants
Configuration menu - View commit details
-
Copy full SHA for 89d66d3 - Browse repository at this point
Copy the full SHA 89d66d3View commit details -
fully implement ice plains, ice plains spikes, ice mountains, fix gen…
…eration of plains and sunflower plains also make decorators all be populators as well
Configuration menu - View commit details
-
Copy full SHA for 6d58c24 - Browse repository at this point
Copy the full SHA 6d58c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78e4f51 - Browse repository at this point
Copy the full SHA 78e4f51View commit details
Commits on Mar 30, 2020
-
fully implement mega taiga (hills), redwood taiga (hills)
also optimize tree generation quite a bit and make noise selection decorators/populators have a range with separate options for above and below
Configuration menu - View commit details
-
Copy full SHA for 2ef99ba - Browse repository at this point
Copy the full SHA 2ef99baView commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aabd1f3 - Browse repository at this point
Copy the full SHA aabd1f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9042f9 - Browse repository at this point
Copy the full SHA d9042f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c943839 - Browse repository at this point
Copy the full SHA c943839View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b1b6c - Browse repository at this point
Copy the full SHA a4b1b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bcaece - Browse repository at this point
Copy the full SHA 9bcaeceView commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 68e257a - Browse repository at this point
Copy the full SHA 68e257aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c542d30 - Browse repository at this point
Copy the full SHA c542d30View commit details -
fully implement (mutated) savanna (plateau)
also fix noise to make it use simplex instead of perlin
Configuration menu - View commit details
-
Copy full SHA for 2275e1c - Browse repository at this point
Copy the full SHA 2275e1cView commit details
Commits on Apr 4, 2020
-
fully implement (mutated) mesa (plateau)
also revert back to using perlin noise
Configuration menu - View commit details
-
Copy full SHA for f184656 - Browse repository at this point
Copy the full SHA f184656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97688bf - Browse repository at this point
Copy the full SHA 97688bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c34b8 - Browse repository at this point
Copy the full SHA 24c34b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb7d35 - Browse repository at this point
Copy the full SHA ffb7d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9806c6 - Browse repository at this point
Copy the full SHA d9806c6View commit details
Commits on Apr 5, 2020
-
- all icy biomes should generate frozen river, not just ice plains - icy biomes should also freeze water in them - add a description of how the overworld density scale values are calculated
Configuration menu - View commit details
-
Copy full SHA for b16b4ff - Browse repository at this point
Copy the full SHA b16b4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9447a1 - Browse repository at this point
Copy the full SHA e9447a1View commit details
Commits on Apr 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d764d28 - Browse repository at this point
Copy the full SHA d764d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a922d7d - Browse repository at this point
Copy the full SHA a922d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0e91e - Browse repository at this point
Copy the full SHA ce0e91eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aed528 - Browse repository at this point
Copy the full SHA 1aed528View commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c1ba6f9 - Browse repository at this point
Copy the full SHA c1ba6f9View commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 729ce08 - Browse repository at this point
Copy the full SHA 729ce08View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a215fd4 - Browse repository at this point
Copy the full SHA a215fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a535b3 - Browse repository at this point
Copy the full SHA 2a535b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4ce80 - Browse repository at this point
Copy the full SHA ca4ce80View commit details
Commits on Apr 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 655b4b2 - Browse repository at this point
Copy the full SHA 655b4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ad700 - Browse repository at this point
Copy the full SHA 59ad700View commit details -
clean up+optimize chunk heightmap stuff somewhat and optimize chunk l…
…ocking now the heightmap not actually updated anywhere, which is arguably bad, but it wasn't actually used correctly anyway
Configuration menu - View commit details
-
Copy full SHA for ad179fb - Browse repository at this point
Copy the full SHA ad179fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d1836 - Browse repository at this point
Copy the full SHA 17d1836View commit details -
make generation+population a lot faster by caching biomes one chunk a…
…t a time rather than each block
Configuration menu - View commit details
-
Copy full SHA for 1c37555 - Browse repository at this point
Copy the full SHA 1c37555View commit details
Commits on Apr 17, 2020
-
make density sources generate entire swaths at a time
this will make it possible to vectorize the entire thing later once https://openjdk.java.net/jeps/338 is released
Configuration menu - View commit details
-
Copy full SHA for 2f67568 - Browse repository at this point
Copy the full SHA 2f67568View commit details -
Configuration menu - View commit details
-
Copy full SHA for f695a7a - Browse repository at this point
Copy the full SHA f695a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d82740 - Browse repository at this point
Copy the full SHA 9d82740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8b491 - Browse repository at this point
Copy the full SHA 2b8b491View commit details -
stop randomly switching between the seed in config and the seed in le…
…vel.dat seriously, level loading is totally broken
Configuration menu - View commit details
-
Copy full SHA for 8a63cff - Browse repository at this point
Copy the full SHA 8a63cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebbbeb - Browse repository at this point
Copy the full SHA 2ebbbebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef998e - Browse repository at this point
Copy the full SHA 6ef998eView commit details
Commits on Apr 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9dd656f - Browse repository at this point
Copy the full SHA 9dd656fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc82d75 - Browse repository at this point
Copy the full SHA cc82d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c1687 - Browse repository at this point
Copy the full SHA e6c1687View commit details -
bake generation pass arrays once at the beginning, and use int keys i…
…n the map also fix vine generation in jungles
Configuration menu - View commit details
-
Copy full SHA for 8705753 - Browse repository at this point
Copy the full SHA 8705753View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf120f - Browse repository at this point
Copy the full SHA bcf120fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07380a2 - Browse repository at this point
Copy the full SHA 07380a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e45f86e - Browse repository at this point
Copy the full SHA e45f86eView commit details
Commits on Apr 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc8209c - Browse repository at this point
Copy the full SHA dc8209cView commit details -
Merge remote-tracking branch 'upstream/2.0' into dev/nukkitx-standard…
…-generator # Conflicts: # src/main/java/cn/nukkit/player/Player.java
Configuration menu - View commit details
-
Copy full SHA for 14f30d8 - Browse repository at this point
Copy the full SHA 14f30d8View commit details