1
0
cuberite-2a/src/Simulator
Tiger Wang 5b62c4c314 Reorganised the redstone simulator
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan!
* Uses classes and inheritance now
* Speed should be improved
2015-12-18 13:17:38 +00:00
..
IncrementalRedstoneSimulator Reorganised the redstone simulator 2015-12-18 13:17:38 +00:00
CMakeLists.txt Reorganised the redstone simulator 2015-12-18 13:17:38 +00:00
DelayedFluidSimulator.cpp Fix comments 2015-05-28 12:54:04 +01:00
DelayedFluidSimulator.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
FireSimulator.cpp Silenced and fixed many warning messages across multiple files. 2015-07-29 09:49:30 -06:00
FireSimulator.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
FloodyFluidSimulator.cpp Moved variables into scope, removed unused variables and fixed variables 2015-12-17 10:48:36 +01:00
FloodyFluidSimulator.h More style checking. 2015-05-09 12:58:54 +02:00
FluidSimulator.cpp Silenced and fixed many warning messages across multiple files. 2015-07-29 09:49:30 -06:00
FluidSimulator.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
NoopFluidSimulator.h Basic style fixes. 2014-07-17 22:50:58 +02:00
NoopRedstoneSimulator.h Reorganised the redstone simulator 2015-12-18 13:17:38 +00:00
RedstoneSimulator.h Reorganised the redstone simulator 2015-12-18 13:17:38 +00:00
SandSimulator.cpp Add enum for Sound and Particle Effects 2015-11-24 13:21:40 +00:00
SandSimulator.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
Simulator.cpp Cleaned up simulators 2014-10-25 21:54:00 +01:00
Simulator.h Unified the doxy-comment format. 2015-07-31 16:49:10 +02:00
SimulatorManager.cpp Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
SimulatorManager.h Initial convertion of a_Dt to std::chrono 2015-01-11 21:12:26 +00:00
VanillaFluidSimulator.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
VanillaFluidSimulator.h Fixed vanilla fluid simulator. 2014-05-02 22:07:30 +02:00
VaporizeFluidSimulator.cpp Fix comments 2015-05-28 12:54:04 +01:00
VaporizeFluidSimulator.h Moved source to src 2013-11-24 14:19:41 +00:00