summaryrefslogtreecommitdiffstats
path: root/src/Simulator/RedstoneSimulator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some redstone implementations into the source fileTiger Wang2021-03-281-1/+1
* Remove the redstone solid block handlerTiger Wang2020-08-081-8/+5
* Add WakeUp/AddBlock distinctionTiger Wang2020-08-021-5/+0
* Using Super.Mattes D2020-04-161-4/+5
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Changed int parameters to vector parameters in cCuboid and simulators (#3874)Lane Kolbly2017-08-171-1/+1
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Reorganised the redstone simulatorTiger Wang2015-12-181-7/+18
* Cleaned up simulatorsTiger Wang2014-10-251-4/+4
* Use factory method to construct redstone simulator dataTycho2014-09-281-0/+2
* Fixed issue with castingtycho2014-09-261-1/+3
* IncrementalRedstoneSimulator now has no dependencies on cChunkTycho2014-09-161-0/+6
* Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho2014-09-111-4/+7
* Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior2014-02-071-251/+5
* Implemented an easy way of adding new redstone simulators.STRWarrior2014-02-071-3/+3
* Fixed redstone simulator crash found in #570Tiger Wang2014-01-291-1/+1
* Basic command block implementationandrew2014-01-181-0/+4
* Fixed rails poweringTiger Wang2014-01-111-0/+2
* Fixed a door bug and reduced codeTiger Wang2014-01-111-19/+1
* Major refactoring of redstoneTiger Wang2014-01-101-39/+40
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+1
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-2/+4
|\
| * Implemented stone and wooden pressure platesTiger Wang2013-12-241-2/+4
* | Piston is now warnings cleanTycho Bickerstaff2013-12-211-2/+2
|/
* Fixed repeaters delay, maybeTiger Wang2013-12-201-4/+5
* Fixed bad repeater power queuing in corner caseTiger Wang2013-12-181-0/+3
* Implemented note block playing and fixed wireTiger Wang2013-12-141-0/+2
* Fixes to redstone wire and torchesTiger Wang2013-12-141-1/+5
* Fixed pistons being viable middle blockTiger Wang2013-12-111-0/+3
* Added repeater delaysTiger Wang2013-12-101-0/+9
* Fixed trapdoors not togglingTiger Wang2013-12-071-0/+12
* Pistons no longer accept power through front faceTiger Wang2013-11-301-0/+2
* Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-291-0/+2
* Merged master into redstonefixesTiger Wang2013-11-271-16/+51
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-52/+165
* Moved source to srcAlexander Harkness2013-11-241-0/+86