summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobSpawnerEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-28Fix commentstycho1-1/+2
2015-05-24Made -Weverything an error.tycho1-4/+9
2015-05-19Make -Werror disabling file onlytycho1-2/+2
2015-03-21Changed cEntity::m_UniqueID to UInt32.Mattes D1-1/+1
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-12-17NULL -> nullptrTiger Wang1-2/+2
2014-12-01MobSpawner fixes.Howaner1-2/+2
2014-11-29Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner1-46/+1
2014-11-18Finished mob spawner implementation.Howaner1-29/+4
2014-09-27Fixed compile errors.Howaner1-38/+38
2014-09-19Implemented mob spawner.Howaner1-21/+289
2014-09-17Created MobSpawnerEntity class.Howaner1-0/+92