summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FluidSimulator.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-3/+3
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-8/+8
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Nullify deleted pointers.archshift2014-06-191-1/+3
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
|
* Some fixes to lilypadsTiger Wang2014-03-281-0/+1
| | | | | | | | * Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel
* Removed unused lookupsTycho2014-02-031-2/+0
|
* Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176worktycho2013-12-091-4/+3
|
* Moved source to srcAlexander Harkness2013-11-241-0/+212