summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/DaylightSensorHandler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-1/+1
| | | | Yak shave: make more things use cTickTime. Fix a couple of incorrect modulo-on-millisecond-value by making them use WorldTickAge.
* Redstone: inline -> staticTiger Wang2021-01-221-4/+4
|
* Daylight Sensor: remove redundant delayTiger Wang2020-12-261-3/+0
| | | | Daylight Sensors are already always ticked.
* New pull request for daylight sensor (#5066)Aiden Neill2020-12-191-0/+66
* Fixes #4918 Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>