Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-12 | Changed inheritance a bit | Tiger Wang | 1 | -3/+1 | |
* cBlockEntityWithItems now inherits from cBlockEntityWindowOwner | |||||
2013-12-16 | Fixed multiple inheritance in ToLua++. | madmaxoft | 1 | -4/+4 | |
This fixes #422. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-15 | Removed BlockEntities' constructors from the API. | madmaxoft | 1 | -3/+0 | |
Plugins shouldn't construct block entities, rather, they will query them either from the cWorld (while playing), or from cChunkDesc (while generating). | |||||
2013-10-23 | Fixed bindings for cHopperEntity:GetOutputBlockPos(). | madmaxoft | 1 | -5/+2 | |
2013-10-23 | Exported cHopperEntity to API. | madmaxoft | 1 | -1/+1 | |
This allows hoppers to be created by plugins during chunk generation. | |||||
2013-08-11 | Added the OnHopperPullingItem and OnHopperPushingItem hooks. | madmaxoft | 1 | -6/+6 | |
Requested in FS 412, slightly modified the params. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -102/+102 | |
2013-06-20 | Implemented hopper output | madmaxoft@gmail.com | 1 | -1/+22 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1611 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-13 | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 1 | -0/+81 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1587 0a769ca7-a7f5-676a-18bf-c427514a06d6 |