summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-7/+1
2020-09-25Unify block entity pickup conversionTiger Wang1-0/+1
2020-04-16Using Super.Mattes D1-1/+1
2020-03-04Prevent container item duplication (#4476)Mat1-1/+0
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+5
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
2017-06-16BlockEntities: Support cloning self.Mattes D1-32/+9
2016-02-05Bulk clearing of whitespaceLogicParrot1-8/+8
2015-07-31Unified the doxy-comment format.Mattes D1-2/+2
2015-05-23Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch1-1/+1
2015-03-19Removed unwanted base classes from Lua API.Mattes D1-0/+2
2014-11-27BlockEntities: Removed the extra semicolon.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-19cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D1-1/+3
2014-09-28Compilation fixTiger Wang1-2/+2
2014-09-27SuggestionsTiger Wang1-7/+5
2014-09-26Removed more unessicary includesTycho1-0/+1
2014-09-13Implemented Chest MinecartsTiger Wang1-1/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-02-12Changed inheritance a bitTiger Wang1-0/+7
2013-12-22merged in warnings changesTycho Bickerstaff1-0/+1
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-1/+2
2013-12-21Chunk is now warnings cleanTycho Bickerstaff1-1/+1
2013-12-06Fixed pickups spawning for BlockEntitiesTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-86/+86
2013-06-04Fixed a crash when generating a chestmadmaxoft@gmail.com1-2/+4
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-1/+1
2013-05-26Block entities with storage now correctly mark the chunk as dirty when their contents change.madmaxoft@gmail.com1-0/+13
2013-05-25cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItemsmadmaxoft@gmail.com1-0/+71