Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+4 |
| | |||||
* | cPainting saving implemented | Tiger Wang | 2015-03-14 | 1 | -12/+6 |
| | | | | Additionally, it now inherits from cHangingEntity. | ||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 1 | -3/+10 |
| | | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Fixed multiple gcc warnings about unused params. | madmaxoft | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Properly exported and documented paintings | Tiger Wang | 2014-02-18 | 1 | -2/+2 |
| | |||||
* | Implemented paintings, fixes #689 | Tiger Wang | 2014-02-18 | 1 | -0/+42 |
+ Implemented paintings |