Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-24 | Remove BLOCKENTITY_PROTODEF | Tiger Wang | 1 | -5/+1 | |
2020-10-10 | Adding more customize options to mob spawners and improving the way to look for surrounding entities (#4955) | 12xx12 | 1 | -19/+41 | |
* added nearly any customize option * fixed unnecessary diff added comments * removed unnecessary const qualifier * fixed build * changed to ForEachEntityInBox * added docs * updated lua api description * checkstyle * added changes suggested by @peterbell10 And now the player may break the server by setting ridiculous ranges * updated docs changed cast to static cast * fixed clang * fixed clang on WSSAnvil.cpp Co-authored-by: 12xx12 <12xx12100@gmail.com> | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -5/+5 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -2/+4 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+1 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-12-01 | MobSpawner fixes. | Howaner | 1 | -0/+7 | |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 1 | -5/+5 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -14/+5 | |
2014-09-27 | Fixed compile errors. | Howaner | 1 | -4/+4 | |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -20/+30 | |
2014-09-17 | Created MobSpawnerEntity class. | Howaner | 1 | -0/+70 | |