summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FluidSimulator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Using Super.Mattes D1-2/+3
2018-07-27Add new flow direction calculating algorithm (#4160)bionext031-4/+4
2017-08-03Removed unused forward declarations (#3888)Lukas Pioch1-1/+0
2016-02-05Bulk clearing of whitespaceLogicParrot1-8/+8
2015-07-31Unified the doxy-comment format.Mattes D1-5/+4
2014-10-25Cleaned up simulatorsTiger Wang1-2/+2
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-09-11Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho1-3/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-03-02Floody fluid simulator has been converted to use direct chunk accessmadmaxoft@gmail.com1-0/+16
2013-02-28Converted simulators to take cWorld reference instead of a pointermadmaxoft@gmail.com1-1/+1
2012-10-14Initial Floody fluid simulator.madmaxoft@gmail.com1-0/+7
2012-10-13Better split of the fluid simulator functionality; removed the old LavaSimulator and WaterSimulator files.madmaxoft@gmail.com1-2/+7
2012-10-13Preparation for multiple fluid simulators.madmaxoft@gmail.com1-0/+47