summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobSpawnerEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-2/+4
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-1/+2
* Comment and code style fixTiger Wang2020-12-211-13/+8
* Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955)12xx122020-10-101-61/+31
* Fixing Mob spawner behaviour (#4930)12xx122020-09-271-19/+14
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-8/+1
* Using Super.Mattes D2020-04-161-2/+2
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-18/+18
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-6/+6
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-1/+1
* Broadcast refactor (#4264)peterbell102018-07-241-4/+2
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Fixed 2 small warnings (#4055)Bond-0092017-10-021-1/+1
* BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-0092017-09-251-1/+1
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-28/+13
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-13/+28
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-28/+13
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-2/+2
* BlockEntities: Support cloning self.Mattes D2017-06-161-5/+19
* FastRandom rewrite (#3754)peterbell102017-06-131-6/+6
* Removed ClientHandle.h dependencies from common headers.Mattes D2016-11-181-0/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+4
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-1/+1
* Fix commentstycho2015-05-281-1/+2
* Made -Weverything an error.tycho2015-05-241-4/+9
* Make -Werror disabling file onlytycho2015-05-191-2/+2
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-1/+1
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* NULL -> nullptrTiger Wang2014-12-171-2/+2
* MobSpawner fixes.Howaner2014-12-011-2/+2
* Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-46/+1
* Finished mob spawner implementation.Howaner2014-11-181-29/+4
* Fixed compile errors.Howaner2014-09-271-38/+38
* Implemented mob spawner.Howaner2014-09-191-21/+289
* Created MobSpawnerEntity class.Howaner2014-09-171-0/+92