summaryrefslogtreecommitdiffstats
path: root/src/Simulator/NoopRedstoneSimulator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho2014-09-111-2/+2
| | | | THis wil hopefully allow for unit testing
* 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
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* 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
Also added a "noop" redstone simulator that does the same as the fluid version.