summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropSpenserEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-05Bulk clearing of whitespaceLogicParrot1-6/+6
2015-12-18Reorganised the redstone simulatorTiger Wang1-15/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+2
2015-11-24Add enum for Sound and Particle EffectsDave Tucker1-7/+8
2015-07-12Fixed DropSpenser sound #2333mmdk951-2/+2
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-12-13Own classes for all windows.Howaner1-0/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-9/+13
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-12convert old style casts to fix warningsSteven Riehl1-11/+7
2014-09-30Removed WSSCompactTiger Wang1-48/+0
2014-09-26Removed more unessicary includesTycho1-1/+0
2014-09-13Implemented Chest MinecartsTiger Wang1-1/+0
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-4/+4
2014-07-15Fixed a DropSpenser AddFace bugTiger Wang1-1/+1
2014-02-24BlockEntities is warnings freeTycho1-0/+1
2014-02-12Removed some unneeded BroadcastWholeWindow()sTiger Wang1-7/+0
2013-11-28Moved json includes to where they are really needed.madmaxoft1-0/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-1/+1
2013-11-02Fixed dropspensing speed and positionTiger Wang1-1/+22
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-245/+245
2013-06-12Implemented the Hopper block handlermadmaxoft@gmail.com1-10/+10
2013-05-30Window contents are sent whenever the window is opened by a player.madmaxoft@gmail.com1-1/+0
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-2/+2
2013-05-28Block entities now receive the cChunk param in their Tick() functionmadmaxoft@gmail.com1-16/+13
2013-05-27DropSpensers: Fixed activation when receiving redstone signal. Now only one item is dropspensed.madmaxoft@gmail.com1-1/+15
2013-05-26Fixed cItemGrid API, no more changeable GetSlot().madmaxoft@gmail.com1-1/+24
2013-05-26Implemented droppersmadmaxoft@gmail.com1-0/+212