summaryrefslogtreecommitdiffstats
path: root/source/Simulator/FluidSimulator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-212/+0
2013-04-06Cobwebs are now washed away by water and can be broken by swords and shears, giving string.madmaxoft@gmail.com1-0/+1
2013-03-17Fluid simulator: fixed an out-of-bounds read when determining fluid directionmadmaxoft@gmail.com1-2/+5
2013-02-28Converted simulators to take cWorld reference instead of a pointermadmaxoft@gmail.com1-8/+8
2012-10-19Fluids will wash away crops and sugarcane.madmaxoft@gmail.com1-0/+2
2012-10-18Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.madmaxoft@gmail.com1-5/+9
2012-10-16More blocks can be washed away by fluids.madmaxoft@gmail.com1-0/+4
2012-10-14Initial Floody fluid simulator.madmaxoft@gmail.com1-7/+48
2012-10-13Better split of the fluid simulator functionality; removed the old LavaSimulator and WaterSimulator files.madmaxoft@gmail.com1-0/+138
2012-10-13Preparation for multiple fluid simulators.madmaxoft@gmail.com1-0/+19