1
0
Fork 0
cuberite-2a/src/Simulator
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
..
IncrementalRedstoneSimulator Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
CMakeLists.txt Upgrade to C++17 [CMake] (#4717) 2020-05-16 20:59:10 +01:00
DelayedFluidSimulator.cpp Corrected wakeup sequences 2020-08-04 18:15:18 +01:00
DelayedFluidSimulator.h Do not GetBlock individually in simulators 2020-08-04 18:15:18 +01:00
FireSimulator.cpp Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
FireSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
FloodyFluidSimulator.cpp Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
FloodyFluidSimulator.h Using Super. 2020-04-16 20:07:48 +00:00
FluidSimulator.cpp Using Super. 2020-04-16 20:07:48 +00:00
FluidSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
NoopFluidSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
NoopRedstoneSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
RedstoneSimulator.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
SandSimulator.cpp Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
SandSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
Simulator.cpp Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
Simulator.h Remove the redstone solid block handler 2020-08-08 18:22:16 +01:00
SimulatorManager.cpp WakeUpSimulators correct Y computation 2020-08-05 08:35:37 +01:00
SimulatorManager.h Do not GetBlock individually in simulators 2020-08-04 18:15:18 +01:00
VanillaFluidSimulator.cpp Using Super. 2020-04-16 20:07:48 +00:00
VanillaFluidSimulator.h Using Super. 2020-04-16 20:07:48 +00:00
VaporizeFluidSimulator.cpp Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00
VaporizeFluidSimulator.h Always use relative coordinates in AddBlock 2020-08-02 15:52:06 +01:00