10-15-2012, 04:58 AM
Actually flooded grass turns into dirt slowly. We might want to tweak that in the dirt blockhandler.
Floody water
|
10-15-2012, 04:58 AM
Actually flooded grass turns into dirt slowly. We might want to tweak that in the dirt blockhandler.
10-15-2012, 05:00 AM
no it was when yellow flowers or roses or muchrooms were broken by water, there would be a dirt block dropped.
10-15-2012, 06:13 AM
Hmm, I had no idea fluid simulators were so difficult to implement. It's tweaking over tweaking over tweaking. I think I managed to get water+lava reactions right. But somehow I keep getting water source blocks where they weren't, although there's no source block creation inside the code. And sometimes the simulated water is just flaky when placing and removing blocks next to it. Weird.
10-15-2012, 09:02 AM
(10-15-2012, 04:34 AM)xoft Wrote: Rev 964 implements proper drying up, too. But I've run into issues that I'm not yet sure how to solve: multithreading concurrency. So why not simulate the world and entities in a single thread?
I have just been playing with it,
And it seems its still creating spawn blocks for the water ? Also try placing it on snow.. its kinda weird.. And sometimes it only flows mostly one way down the hill and other side it just stops ? Btw totaly offtopic.. But i was flooding a big jungle.. And it looked like it was ice. Wouldnt a ice cavern in the snow biodone be really nice? You get the feeling when you fly tru this stuff: http://i.imgur.com/o4dPQ.jpg Don't even ask me how long it took to do this.. i was bored..
10-15-2012, 07:57 PM
Duh, stupid me. I had the DelayedFluidSimulator wrong - it was adding blocks to the same queue as it was simulating. Also didn't see the SimulationManager's Rate. It seems most of the glitches have disappeared now; I'll test it more in the evening and commit then.
10-16-2012, 06:17 AM
It's better, so I committed as rev 966. But still not perfect, it seems that falling water doesn't get dried up properly and instead turns into source blocks
10-17-2012, 04:28 AM
with the latest revision (R968) i get allot of messages in console. i think its for debug but i compiled it in release mode.
i get this kind of messages: Code: [20:26:00] Not my type: exp 8, got 0
Sorry about that, forgot a letter in the logging function name
Should be fixed in rev 969. I think that with rev 970 I've ironed out all the wrinkles in the Floody simulator, go ahead and test it out. It should behave correctly now.
10-17-2012, 03:17 PM
R971 don't forget snow blocks and long grass.
|
« Next Oldest | Next Newest »
|