1
0
Fork 0
cuberite-2a/src/Simulator
Marvin Kopf af514acd8c Update RedstoneSimulator to delete unused cached PowerData
When a new block was placed that has a corresponding RedstoneHandler the PowerData for the position was cached, but never deleted and remained unchanged when the block got destroyed. The RedstoneSimulator now erases all cached PowerData for positions where the block doesn't have a RedstoneHandler (i.e. Air).
2016-02-09 22:19:29 +01:00
..
IncrementalRedstoneSimulator Update RedstoneSimulator to delete unused cached PowerData 2016-02-09 22:19:29 +01:00
CMakeLists.txt Renamed leftover strings to Cuberite / Server, as needed. 2016-01-01 21:05:09 +01:00
DelayedFluidSimulator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
DelayedFluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FireSimulator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FireSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FloodyFluidSimulator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FloodyFluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FluidSimulator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
FluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
NoopFluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
NoopRedstoneSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
RedstoneSimulator.h Reorganised the redstone simulator 2015-12-18 13:17:38 +00:00
SandSimulator.cpp Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SandSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
Simulator.cpp Cleaned up simulators 2014-10-25 21:54:00 +01:00
Simulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
SimulatorManager.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
SimulatorManager.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
VanillaFluidSimulator.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
VanillaFluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00
VaporizeFluidSimulator.cpp Fix comments 2015-05-28 12:54:04 +01:00
VaporizeFluidSimulator.h Bulk clearing of whitespace 2016-02-05 23:50:18 +02:00