summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-3/+5
2018-04-11Removed duplicate code (#4198)Bond-0091-3/+3
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-3/+5
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-5/+3
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-3/+5
2017-08-13Replaced includes with forward declarationsLukas Pioch1-6/+0
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-2/+2
2017-08-03Remove double includes part 2 (#3890)peterbell101-3/+0
2017-07-21FastRandom: Remove discrepancy between arg and return value type. (#3846)Mattes D1-2/+2
2017-06-13FastRandom rewrite (#3754)peterbell101-2/+0
2015-07-31Unified the doxy-comment format.Mattes D1-15/+14
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-1/+1
2014-11-18Finished mob spawner implementation.Howaner1-1/+1
2014-09-19Implemented mob spawner.Howaner1-2/+3
2014-09-17Added first test to show the object can be createdTycho1-6/+6
2014-07-17Fixed spaces around single-line comments.madmaxoft1-1/+1
2014-07-17Fixed basic whitespace problems.madmaxoft1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-29Changes based on madmaxoft's nitpicker notes.Samuel Barney1-2/+2
2013-10-29Update to allow the light map to remain the same, but allow alteration of sky light values based on time.Samuel Barney1-2/+2
2013-10-28Got spiders and other mobs respecting night and day for spawningSamuel Barney1-2/+2
2013-10-28Made mob spawning code use the chunk so that it could use varying sizes of areas for different mobs.Samuel Barney1-2/+3
2013-10-21Current Mob Spawning code.Samuel Barney1-2/+2
2013-10-20Fixed memory leaks in cMobSpawner.madmaxoft1-18/+21
2013-09-08Implementing the MobSpawner (not used yet) that contains spawning rulesmgueydan1-3/+47
2013-09-08Adding an Empty shell that would launch mob spawner - not called yetmgueydan1-0/+28