summaryrefslogtreecommitdiffstats
path: root/src/Simulator/NoopRedstoneSimulator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Additional Y height checks (#5405)Debucquoy Anthony tonitch2022-06-181-2/+8
* Always use relative coordinates in AddBlockTiger Wang2020-08-021-8/+0
* Add WakeUp/AddBlock distinctionTiger Wang2020-08-021-1/+1
* Use SimulateChunk in redstone simulatorTiger Wang2020-07-261-1/+1
* Using Super.Mattes D2020-04-161-4/+5
* Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-4/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
* Reorganised the redstone simulatorTiger Wang2015-12-181-2/+0
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* Cleaned up simulatorsTiger Wang2014-10-251-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Use factory method to construct redstone simulator dataTycho2014-09-281-0/+5
* Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho2014-09-111-2/+2
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-1/+1
* Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior2014-02-071-3/+3
* Fixed some end of linesSTRWarrior2014-02-071-1/+1
* Implemented an easy way of adding new redstone simulators.STRWarrior2014-02-071-0/+40