summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use factory method to construct redstone simulator dataTycho2014-09-281-0/+5
|
* Fixed another redstone crash.madmaxoft2014-09-271-1/+6
|
* Update IncrementalRedstoneSimulator.incworktycho2014-09-271-1/+1
|
* Update IncrementalRedstoneSimulator.incworktycho2014-09-271-1/+1
|
* Correct method name.worktycho2014-09-271-1/+1
|
* Set chunk dataworktycho2014-09-271-0/+5
|
* Re-added 1.8 blocks to the redstone simulatorMasy982014-09-261-9/+46
|
* Merge branch 'master' into redstoneTestsTycho2014-09-251-11/+23
| | | | | Conflicts: src/Simulator/IncrementalRedstoneSimulator.cpp
* Added first test to show the object can be createdTycho2014-09-171-24/+31
|
* IncrementalRedstoneSimulator now has no dependencies on cChunkTycho2014-09-161-49/+368
|
* Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho2014-09-111-0/+2208
THis wil hopefully allow for unit testing