summaryrefslogtreecommitdiffstats
path: root/source/Simulator/SandSimulator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-63/+0
* SandSimulator: Fixed sand dropping on half-slabs; added more blocks that break falling sand into pickups, fixed instant-fallmadmaxoft@gmail.com2013-03-031-1/+1
* Rewritten SandSimulator to use direct chunk access; and sand falling on torches now creates a pickup.madmaxoft@gmail.com2013-03-021-14/+44
* Converted simulators to take cWorld reference instead of a pointermadmaxoft@gmail.com2013-02-281-1/+1
* Simulators now have direct access to the cChunk object in the WakeUp() callmadmaxoft@gmail.com2013-02-281-1/+1
* Preparation for multiple fluid simulators.madmaxoft@gmail.com2012-10-131-0/+33