1
0
Fork 0
cuberite-2a/src/BlockEntities
Tiger Wang 40eba5244d Remove the redstone solid block handler
- Remove cSolidBlockHandler
* Functionality now integrated into simulator dispatcher
* Fix door double open/close issues, arisen due to the top/bottom halves getting different power
+ Small migration to block states for redstone wire
2020-08-08 18:22:16 +01:00
..
BeaconEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BeaconEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BedEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BedEntity.h Using Super. 2020-04-16 20:07:48 +00:00
BlockEntity.cpp Replaced cpp14::make_unique<> with std::make_unique<>. 2020-08-01 20:04:31 +01:00
BlockEntity.h Precompile unordered_map/set 2020-07-19 19:58:53 +01:00
BlockEntityWithItems.cpp Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
BlockEntityWithItems.h Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
BrewingstandEntity.h Using Super. 2020-04-16 20:07:48 +00:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
ChestEntity.cpp Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
ChestEntity.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
CommandBlockEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
CommandBlockEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DispenserEntity.cpp Update DispenserEntity.cpp 2020-04-25 12:27:39 +01:00
DispenserEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DropSpenserEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
DropSpenserEntity.h Using Super. 2020-04-16 20:07:48 +00:00
DropperEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
DropperEntity.h Using Super. 2020-04-16 20:07:48 +00:00
EnderChestEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
EnderChestEntity.h Using Super. 2020-04-16 20:07:48 +00:00
FlowerPotEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
FlowerPotEntity.h Using Super. 2020-04-16 20:07:48 +00:00
FurnaceEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
FurnaceEntity.h Using Super. 2020-04-16 20:07:48 +00:00
HopperEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
HopperEntity.h Using Super. 2020-04-16 20:07:48 +00:00
JukeboxEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
JukeboxEntity.h Using Super. 2020-04-16 20:07:48 +00:00
MobHeadEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
MobHeadEntity.h Using Super. 2020-04-16 20:07:48 +00:00
MobSpawnerEntity.cpp Enable some more clang-tidy linter checks (#4738) 2020-05-14 22:15:35 +00:00
MobSpawnerEntity.h Using Super. 2020-04-16 20:07:48 +00:00
NoteEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
NoteEntity.h Using Super. 2020-04-16 20:07:48 +00:00
SignEntity.cpp Using Super. 2020-04-16 20:07:48 +00:00
SignEntity.h Using Super. 2020-04-16 20:07:48 +00:00