Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-02 | Fix potential destruction crashes (#5095) | Tiger Wang | 1 | -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 | |||||
2020-10-24 | Remove BLOCKENTITY_PROTODEF | Tiger Wang | 1 | -7/+0 | |
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -4/+4 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 1 | -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. | |||||
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -4/+5 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -9/+9 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+2 | |
2014-11-27 | BlockEntities: Removed the extra semicolon. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -10/+0 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-19 | cLuaState: cBlockEntity descendants are pushed with proper class type. | Mattes D | 1 | -2/+2 | |
2014-09-30 | Removed WSSCompact | Tiger Wang | 1 | -3/+0 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-07-15 | Pass cItem by reference. | madmaxoft | 1 | -1/+1 | |
Fixes CID 66445. | |||||
2014-03-07 | Add Flower Pots | Howaner | 1 | -0/+74 | |