1
0
cuberite-2a/source/BlockEntities
madmaxoft@gmail.com 97eda34a94 Rewritten furnaces
Furnaces now smelt the correct number of items.
Furnaces store their contents in a cItemGrid.
Furnace window is updated with correct items and progressbars.
Furnace recipes now use ticks instead of milliseconds.
Furnaces save and load their state completely, not missing a smelt operation.
Hoppers take items out of furnaces.
Dropped the cSlotAreaDropSpenser class, replaced it with generic cSlotAreaItemGrid

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1601 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-16 20:24:07 +00:00
..
BlockEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
BlockEntityWithItems.h Fixed a crash when generating a chest 2013-06-04 12:34:35 +00:00
ChestEntity.cpp Rewritten furnaces 2013-06-16 20:24:07 +00:00
ChestEntity.h cItemGrid: Added IsSlotEmpty() functions 2013-06-13 06:13:56 +00:00
DispenserEntity.cpp Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
DispenserEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
DropperEntity.cpp Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
DropperEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
DropSpenserEntity.cpp Implemented the Hopper block handler 2013-06-12 08:22:34 +00:00
DropSpenserEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
FurnaceEntity.cpp Rewritten furnaces 2013-06-16 20:24:07 +00:00
FurnaceEntity.h Rewritten furnaces 2013-06-16 20:24:07 +00:00
HopperEntity.cpp Rewritten furnaces 2013-06-16 20:24:07 +00:00
HopperEntity.h Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. 2013-06-13 07:36:43 +00:00
JukeboxEntity.cpp Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
JukeboxEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
NoteEntity.cpp Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
NoteEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
SignEntity.cpp Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00
SignEntity.h Moved BlockEntities to a separate folder 2013-05-28 19:12:47 +00:00