summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobSpawnerEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Using Super.Mattes D1-2/+2
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-18/+18
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-6/+6
2018-09-24Add a formatting function for Vector3 (#4282)peterbell101-1/+1
2018-07-24Broadcast refactor (#4264)peterbell101-4/+2
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2017-10-02Fixed 2 small warnings (#4055)Bond-0091-1/+1
2017-09-25BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-0091-1/+1
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-28/+13
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-13/+28
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-28/+13
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-2/+2
2017-06-16BlockEntities: Support cloning self.Mattes D1-5/+19
2017-06-13FastRandom rewrite (#3754)peterbell101-6/+6
2016-11-18Removed ClientHandle.h dependencies from common headers.Mattes D1-0/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-2/+4
2015-11-24Add enum for Sound and Particle EffectsDave Tucker1-1/+1
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