summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/DoorHandler.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-27cWorld: Manually bind deprecated broadcast functions (#4265)peterbell101-1/+1
Ref: https://github.com/cuberite/cuberite/pull/4264#discussion_r204769193
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-0091-5/+5
2017-07-17Allocate redstone component handlers upfrontpeterbell101-12/+10
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-1/+1
2015-12-24Silenced the Redstone Simulator console spamSafwat Halaby1-1/+1
2015-12-18Reorganised the redstone simulatorTiger Wang1-0/+59
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved