summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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