summaryrefslogtreecommitdiffstats
path: root/src/Simulator/FireSimulator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Additional Y height checks (#5405)Debucquoy Anthony tonitch2022-06-181-4/+11
* Updated protocol functions to Vector3xx12xx12x2022-04-201-2/+2
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
* Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accessesTiger Wang2021-01-111-5/+8
* Always use relative coordinates in AddBlockTiger Wang2020-08-021-20/+5
* Add WakeUp/AddBlock distinctionTiger Wang2020-08-021-1/+1
* Fire sim: Handle fuel block being destroyed (#4751)peterbell102020-05-311-9/+25
* Cleanup some workarounds and warnings (#4735)peterbell102020-05-101-12/+3
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* TNT position fixes (#4519)Mat2020-03-221-1/+1
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-69/+51
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-6/+6
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-13/+11
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Add the fmt library (#4065)peterbell102018-01-031-8/+9
* improve rain simulation (#4017)Alexander Harkness2017-12-261-22/+45
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-6/+6
* Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-7/+7
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Increment fire block iteratorTiger Wang2017-07-211-0/+1
* FastRandom rewrite (#3754)peterbell102017-06-131-3/+3
* Bulk clearing of whitespaceLogicParrot2016-02-051-11/+11
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-5/+5
* Improved mapsTiger Wang2015-07-141-2/+2
* Correct world height validations.Tommy Santerre2015-03-201-1/+1
* Fixed type conversion warnings.Mattes D2015-01-181-1/+1
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-2/+2
* Added blocks to the fire simulatorMasy982014-09-111-0/+11
* Added missing HOOK_BLOCK_SPREAD call.Howaner2014-08-011-6/+14
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Normalized comments.madmaxoft2014-07-171-1/+1
* Merge branch 'master' into chunksparsing/structsTycho2014-04-271-1/+1
|\
| * Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
* | Implemented Chunk Sparsing with segmentsTycho2014-04-261-4/+6
|/
* Fixed compilation after last PR merge.madmaxoft2014-03-281-1/+1
* Change SpreadSource prefix to ssHowaner2014-03-271-1/+1
* Add SpreadSourceHowaner2014-03-271-1/+1
* Add HOOK_BLOCK_SPREADHowaner2014-03-271-3/+11
* Fixed compileTiger Wang2014-03-101-1/+2
* Removed uneeded meta obtainTiger Wang2014-03-091-3/+1
* TNT explodes when consumed by fireTiger Wang2014-03-091-6/+19
* Merge pull request #738 from xdot/masterMattes D2014-03-021-1/+1
|\
| * g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
* | Fix Double Slabs, fix Slab Meta and add more things to burnableHowaner2014-02-281-0/+13
|/
* Add Hay Bale to BurnableHowaner2014-02-201-0/+1
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-3/+3
* Merged if statements.Samuel Barney2013-12-051-7/+1
* Made suggested changesSamuel Barney2013-12-041-5/+10
* Fire no longer goes out when on top of nether rackSamuel Barney2013-12-021-1/+6
* Moved source to srcAlexander Harkness2013-11-241-0/+374