summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropSpenserEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-02Fix potential destruction crashes (#5095)Tiger Wang1-1/+1
2020-10-24Remove BLOCKENTITY_PROTODEFTiger Wang1-6/+1
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-3/+8
2017-06-16Fixed missing "override"Mattes D1-1/+1
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+3
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-10/+10
2015-12-18Reorganised the redstone simulatorTiger Wang1-8/+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-6/+6
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-11-27BlockEntities: Removed the extra semicolon.Mattes D1-1/+1
2014-11-18Finished mob spawner implementation.Howaner1-4/+0
2014-10-19cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D1-2/+2
2014-09-30Removed WSSCompactTiger Wang1-3/+0
2014-09-26Removed more unessicary includesTycho1-1/+0
2014-08-06Fixed multiple inhertance being output by toluaTycho1-4/+6
2014-08-05Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity DirectlyTycho1-3/+4
2014-07-19Code style: Fixed braces on separate lines.madmaxoft1-1/+2
2014-02-12Changed inheritance a bitTiger Wang1-3/+1
2013-12-16Fixed multiple inheritance in ToLua++.madmaxoft1-4/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-23Fixed cDropSpenserEntity bindings generating an extra var.madmaxoft1-4/+4
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-89/+89
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-1/+1
2013-05-28Block entities now receive the cChunk param in their Tick() functionmadmaxoft@gmail.com1-4/+4
2013-05-27DropSpensers: Fixed activation when receiving redstone signal. Now only one item is dropspensed.madmaxoft@gmail.com1-1/+6
2013-05-26Fixed cItemGrid API, no more changeable GetSlot().madmaxoft@gmail.com1-1/+4
2013-05-26Implemented droppersmadmaxoft@gmail.com1-0/+81