summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/FlowerPotEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-1/+1
| | | | | | | | | | * Fix potential destruction crashes * Fix destructors accessing destroyted objects * Fix cPlayer not destroying windows (Destroyed never called) * Tentatively fixes #4608, fixes #3236, fixes #3262 - Remove cEntity::Destroyed() and replace with cEntity::OnRemoveFromWorld() * Add missing call to OnRemoveFromWorld
* Remove BLOCKENTITY_PROTODEFTiger Wang2020-10-241-7/+0
|
* Using Super.Mattes D2020-04-161-1/+1
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+4
|
* 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-4/+5
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-9/+9
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
|
* Merge branch 'master' into MobSpawnerHowaner2014-11-291-1/+1
|\
| * BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
| |
* | Finished mob spawner implementation.Howaner2014-11-181-10/+0
|/
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-2/+2
|
* Removed WSSCompactTiger Wang2014-09-301-3/+0
|
* Removed more unessicary includesTycho2014-09-261-1/+1
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Pass cItem by reference.madmaxoft2014-07-151-1/+1
| | | | Fixes CID 66445.
* Add Flower PotsHowaner2014-03-071-0/+74