Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I've seen the revamped End already, and it fits nicely with our Structure generator - it should be possible to add the "towers" without changing a single line of C++ code. As for the islands, that's gonna take some headscratching, but we should be able to make it work. The woodland mansion and underwater monument are a different beast, they will need a different approach to generating than the current Structure generator. Most likely it will still use prefabs with connectors, but instead of growing a tree-like structure, it will have to fill a predefined volume.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
It might be possible to adapt it, but I don't think it's worth it, there will be better algorithms for our usage pattern.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
YAY for us! Here's to another ten thousand, cheers!
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
Congratulations everyone!
Posts: 326
Threads: 41
Joined: Oct 2014
Thanks: 22
Given 95 thank(s) in 66 post(s)
The API docs have not generated since November 6 for some reason.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
11-14-2016, 04:57 AM
(This post was last modified: 11-14-2016, 04:57 AM by xoft.)
API failed to update because I upgraded my Linux box (responsible for the uploads) and the new clang failed to compile the source, there were multiple errors-from-warnings (PR #3431, PR #3430). I'm doing a manual build now to see if they helped.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Done, it should be working again.