summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-32/+34
|
* cBlockArea supports block entities. (#3795)Mattes D2017-06-241-0/+8
|
* BlockEntities: Support cloning self.Mattes D2017-06-161-3/+19
|
* Added a nullptr check to cEntity::IsA (#3659)Marvin Kopf2017-04-011-1/+1
| | | Fixes #3603
* Bulk clearing of whitespaceLogicParrot2016-02-051-16/+16
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-2/+3
|
* Unified the doxy-comment format.Mattes D2015-07-311-9/+8
|
* Reinstate "Chunk queue collapsing"Tiger Wang2015-06-101-0/+1
| | | | | This reinstates commit f36acb683594daff5af3971dcbe3c3a171628b78 and reverts commit adfbc42c021e1bcfcb355933c0fd784306ce0e18.
* ComparatorsTiger Wang2015-06-061-1/+1
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Finished mob spawner implementation.Howaner2014-11-181-5/+0
|
* Merge branch 'master' into MobSpawnerHowaner2014-11-181-4/+33
|\ | | | | | | | | Conflicts: MCServer/Plugins/Core
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
| |
| * cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-0/+31
| |
| * Removed WSSCompactTiger Wang2014-09-301-2/+0
| |
* | Merge branch 'master' into MobSpawnerHowaner2014-09-261-3/+2
|\| | | | | | | | | | | Conflicts: src/MobSpawner.h src/Mobs/Monster.h
| * Removed more unessicary includesTycho2014-09-261-3/+2
| |
* | Created MobSpawnerEntity class.Howaner2014-09-171-1/+1
|/
* Removed redundant semicolons and re-added warningarchshift2014-07-241-2/+2
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
|
* Fixed compilation in VC2008.madmaxoft2013-12-301-2/+1
| | | | Also removed an unused inline header file (yuck).
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+6
|
* ChunkSender is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+5
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+101