summaryrefslogtreecommitdiffstats
path: root/src/Simulator/VanillaFluidSimulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make -Werror disabling file onlytycho2015-05-191-1/+1
| | | | Ad fix a load of warnings
* VanillaFluidSimulator: Fixed an invalid Y-coord query.Mattes D2014-08-291-1/+1
| | | | This was causing a spam of console messages, along with possible server crash, when liquids passed below the world: http://forum.mc-server.org/showthread.php?tid=1508&pid=15632#pid15632
* Fixed vanilla fluid simulator.madmaxoft2014-05-031-4/+1
| | | | Fixes #919.
* Fixed vanilla fluid simulator.madmaxoft2014-05-021-3/+12
| | | | Fixes #919.
* Fixed water/lava interactionandrew2014-03-071-2/+2
|
* Implemented vanilla-like fluid simulatorandrew2014-03-051-0/+150