summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/RedstonePoweredEntity.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-18Reorganised the redstone simulatorTiger Wang1-30/+0
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved
2015-09-17Added CircleCI for stylechecking.Mattes D1-2/+19
This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks
2014-09-23A few compiler warning fixesChris Darnell1-1/+1
2014-09-11Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho1-1/+1
THis wil hopefully allow for unit testing
2014-08-06Fixed style issuesTycho1-1/+1
2014-08-05Removed dependecy of redstone simulator on NoteBlockTycho1-0/+4
2014-08-05Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity DirectlyTycho1-0/+9