summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FluidSimulator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Using Super.Mattes D1-1/+1
2020-04-05Add potatoes to washed away list alsoAlexander Harkness1-1/+2
2020-04-05FluidSimulator: Carrots should be also washable (#4619)metiu071-0/+1
2018-07-27Add new flow direction calculating algorithm (#4160)bionext031-71/+32
2017-03-21Added blocks that can be washed away by water (#3637)Bond-0091-0/+10
2017-02-14Added some blocks and items (#3503)mathiascode1-0/+1
2016-08-24Fixed type-casting-related warnings.Mattes D1-6/+6
2016-02-05Bulk clearing of whitespaceLogicParrot1-3/+3
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-2/+2
2014-12-05BasicStyle: Added missing braces to control statements.Mattes D1-0/+2
2014-12-05Fixed reported parentheses around comparisons.Mattes D1-1/+3
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-3/+3
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-8/+8
2014-06-19Nullify deleted pointers.archshift1-1/+3
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-1/+1
2014-03-28Some fixes to lilypadsTiger Wang1-0/+1
2014-02-03Removed unused lookupsTycho1-2/+0
2013-12-09Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176worktycho1-4/+3
2013-11-24Moved source to srcAlexander Harkness1-0/+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