summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.h (unfollow)
Commit message (Expand)AuthorFilesLines
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