summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemPainting.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-1/+1
2020-04-21Vector3 in Handlers (#4680)Mattes D1-57/+68
Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-1/+1
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-4/+3
2017-05-08Added missing checks for Initialize function and updated APIDocLukas Pioch1-1/+6
2015-04-14Placing a fluid from bucket calls plugin hooks.Mattes D1-4/+9
Ref.: #1857.
2015-03-14cPainting saving implementedTiger Wang1-16/+3
Additionally, it now inherits from cHangingEntity.
2014-07-17Normalized comments.madmaxoft1-4/+4
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.
2014-06-08Fixed deadlock when moving players to other worlds.Mattes D1-1/+1
Fixes #1039, fixes #851
2014-02-18Comments & new BLOCK_FACE constantsTiger Wang1-7/+10
2014-02-18Implemented paintings, fixes #689Tiger Wang1-0/+95
+ Implemented paintings