Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-02 | Fix potential destruction crashes (#5095) | Tiger Wang | 1 | -0/+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 | -8/+2 | |
2020-04-16 | Using Super. | Mattes D | 1 | -2/+2 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -4/+6 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -2/+3 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+1 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-11-27 | BlockEntities: Removed the extra semicolon. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -9/+1 | |
2014-10-19 | cLuaState: cBlockEntity descendants are pushed with proper class type. | Mattes D | 1 | -0/+2 | |
2014-09-30 | Removed WSSCompact | Tiger Wang | 1 | -2/+0 | |
2014-07-31 | Renamed "select..." methods to "set..." and better IsValidEffect() function. | Howaner | 1 | -4/+4 | |
2014-07-31 | Updated documentation. | Howaner | 1 | -3/+3 | |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 1 | -6/+6 | |
2014-07-30 | Added beacon load/save. | Howaner | 1 | -0/+3 | |
2014-07-30 | Changed return type from GetPrimaryPotion() and GetSecondaryPotion() | Howaner | 1 | -2/+2 | |
2014-07-30 | Exported the beacon. | Howaner | 1 | -15/+27 | |
2014-07-30 | Added beacon. | Howaner | 1 | -12/+46 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-04-19 | Fixed formatting, made function static. | madmaxoft | 1 | -5/+9 | |
2014-04-12 | Implemented the skeleton code for the beacon. | STRWarrior | 1 | -0/+40 | |
There is no handling for the GUI. It can now check how big the pyramid is under the beacon. |