summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove BLOCKENTITY_PROTODEFTiger Wang2020-10-241-7/+1
|
* Unify block entity pickup conversionTiger Wang2020-09-251-0/+1
| | | | | - Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it
* Using Super.Mattes D2020-04-161-1/+1
|
* Prevent container item duplication (#4476)Mat2020-03-041-1/+0
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+5
|
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* BlockEntities: Support cloning self.Mattes D2017-06-161-32/+9
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
|
* Unified the doxy-comment format.Mattes D2015-07-311-2/+2
|
* Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch2015-05-231-1/+1
|
* Removed unwanted base classes from Lua API.Mattes D2015-03-191-0/+2
|
* BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
|
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-1/+3
|
* Compilation fixTiger Wang2014-09-281-2/+2
|
* SuggestionsTiger Wang2014-09-271-7/+5
|
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-0/+1
|\ | | | | | | | | Conflicts: src/Entities/Minecart.cpp
| * Removed more unessicary includesTycho2014-09-261-0/+1
| |
* | Implemented Chest MinecartsTiger Wang2014-09-131-1/+1
|/
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Changed inheritance a bitTiger Wang2014-02-121-0/+7
| | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+2
|
* Chunk is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
|
* Fixed pickups spawning for BlockEntitiesTiger Wang2013-12-061-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+86