summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/HopperEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-3/+3
2019-10-04Fixed crash in hopper while pulling items from blockentity above itself (#4412)NiLSPACE1-2/+2
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-96/+85
2018-09-24Add a formatting function for Vector3 (#4282)peterbell101-6/+6
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2017-11-20cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)Bond-0091-4/+3
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-12/+9
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-9/+12
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-12/+9
2017-06-16BlockEntities: Support cloning self.Mattes D1-7/+20
2017-06-05Fixes problems with windows:Lukas Pioch1-1/+1
2016-02-19Proper entity destruction in non-ticking chunksLogicParrot1-1/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+2
2015-07-31Unified the doxy-comment format.Mattes D1-12/+4
2015-06-17Fixes #2245Tiger Wang1-1/+1
2015-05-11Improved hoppersTiger Wang1-26/+15
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-12/+12
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-12/+12
2014-10-12convert old style casts to fix warningsSteven Riehl1-35/+31
2014-09-30Removed WSSCompactTiger Wang1-11/+0
2014-09-26Removed more unessicary includesTycho1-3/+0
2014-08-10Fixed potential null dereferenceTycho1-5/+5
2014-07-17Normalized comments.madmaxoft1-4/+4
2014-07-13Fixed Issue with Comparing agast the wrong chest, potentially causing crashes.worktycho1-7/+7
2014-07-12cHopperEntity: Simplified chest conditions.madmaxoft1-10/+4
2014-07-12Suggestions and bug fixTiger Wang1-4/+13
2014-07-07Implemented trapped chests & othersTiger Wang1-8/+18
2014-06-24Fixed crashes in HopperEntity.Mattes D1-19/+58
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-4/+7
2014-03-16Fixed double to float conversions.madmaxoft1-1/+1
2014-02-24Fixed compilation in MSVC (forward class definitions).madmaxoft1-0/+1
2014-02-24BlockEntities is warnings freeTycho1-0/+2
2014-02-15Removed debug messages againTiger Wang1-6/+0
2014-02-13Added proper debug messagesTiger Wang1-3/+8
2014-02-13Fancy stuff with constant referencesTiger Wang1-2/+2
2014-02-12Changed inheritance a bitTiger Wang1-18/+35
2014-02-11Fixed #190Tiger Wang1-2/+67
2014-01-16Removed obsoleted functionsTiger Wang1-2/+2
2014-01-06Fixed a few MSVC warnings.madmaxoft1-1/+0
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-2/+2
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-15Removed BlockEntities' constructors from the API.madmaxoft1-11/+0
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-08-11Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft1-50/+104
2013-08-03Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-523/+523
2013-06-20Furnaces light up visually when they're cookingmadmaxoft@gmail.com1-8/+10
2013-06-20Implemented hopper outputmadmaxoft@gmail.com1-4/+211
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-1/+23
2013-06-15Fixed Linux compilationmadmaxoft@gmail.com1-1/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+291