summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemPainting.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-6/+3
* Prevent placing of hangables on illegal blocks and break when support block broken (#5301)Ethan Jones2021-10-031-1/+9
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Vector3 in Handlers (#4680)Mattes D2020-04-211-57/+68
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-1/+1
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-4/+3
* Added missing checks for Initialize function and updated APIDocLukas Pioch2017-05-081-1/+6
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-4/+9
* cPainting saving implementedTiger Wang2015-03-141-16/+3
* Normalized comments.madmaxoft2014-07-171-4/+4
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
* Comments & new BLOCK_FACE constantsTiger Wang2014-02-181-7/+10
* Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+95