summaryrefslogtreecommitdiffstats
path: root/source/Simulator/FireSimulator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-374/+0
* Fixed warning in cFireSimulator.madmaxoft2013-10-091-13/+8
* Fixed issuesTiger Wang2013-09-301-2/+2
* Fixed a fire simulator bugTiger Wang2013-09-301-6/+18
* Simulators don't simulate in invalid chunks (valgrind error)madmaxoft@gmail.com2013-07-221-1/+1
* Simulators now check if they are given a valid chunkmadmaxoft@gmail.com2013-03-031-0/+5
* New fire simulator, fully rewritten to the new scheme of things, directly accessing chunk data.madmaxoft@gmail.com2013-03-011-71/+256
* Converted simulators to take cWorld reference instead of a pointermadmaxoft@gmail.com2013-02-281-19/+23
* Simulators now have direct access to the cChunk object in the WakeUp() callmadmaxoft@gmail.com2013-02-281-1/+2
* Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com2013-02-161-1/+1
* Initial Floody fluid simulator.madmaxoft@gmail.com2012-10-141-23/+17
* Preparation for multiple fluid simulators.madmaxoft@gmail.com2012-10-131-0/+178