summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/NoteEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-2/+0
2020-09-05Use pitch lookup in noteblock block entity (#4826)12xx121-9/+9
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+5
2017-06-30Added 1.12 blocks (#3760)Bond-0091-1/+6
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+4
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-4/+4
2015-12-18Reorganised the redstone simulatorTiger Wang1-12/+0
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+1
2015-07-31Unified the doxy-comment format.Mattes D1-1/+1
2015-05-23Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch1-1/+1
2014-11-27BlockEntities: Removed the extra semicolon.Mattes D1-1/+1
2014-11-18Finished mob spawner implementation.Howaner1-6/+0
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-19cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D1-2/+2
2014-09-30Removed WSSCompactTiger Wang1-3/+0
2014-08-06Fixed style issuesTycho1-1/+4
2014-08-06Fixed multiple inhertance being output by toluaTycho1-2/+4
2014-08-05Removed dependecy of redstone simulator on NoteBlockTycho1-1/+9
2014-07-24Removed redundant semicolons and re-added warningarchshift1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-02-12Added more missing GetClassStatic()sTiger Wang1-0/+2
2013-12-22merged in warnings changesTycho Bickerstaff1-1/+1
2013-12-21Chunk is now warnings cleanTycho Bickerstaff1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-14Added cNoteEntity to Lua API.madmaxoft1-12/+19
2013-11-14Added cSignEntity into API, added cChunkDesc:GetBlockEntity().madmaxoft1-1/+5
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-52/+52
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-4/+4
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-08-26Added basic noteblocks, finished sign storage in Anvil (patch contributed by l0udPL)madmaxoft@gmail.com1-0/+52