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