summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator/RedstoneComparatorHandler.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-22Redstone: inline -> staticTiger Wang1-5/+5
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+1
2020-08-21Replace PowerData struct with PowerLevelTiger Wang1-8/+8
2020-08-21Remove std::make_unique from redstone handler creationTiger Wang1-14/+7
2020-08-08Remove the redstone solid block handlerTiger Wang1-28/+26
2020-08-02Ensure updating relatives calls the correct base caseTiger Wang1-1/+1
2020-07-26Comparators: use <= in comparison modeTiger Wang1-1/+1
2020-07-26Use SimulateChunk in redstone simulatorTiger Wang1-63/+73
2020-04-16Using Super.Mattes D1-2/+4
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-18/+8
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-0091-5/+5
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-8/+18
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-18/+8
2017-07-17Allocate redstone component handlers upfrontpeterbell101-24/+21
2016-12-06Fix comparator segfaultsMarvin Kopf1-1/+8
2016-07-31Redstone fixes (#3285)Tiger Wang1-49/+60
2016-07-29Revert "Redstone fixes"Mattes D1-60/+49
2016-07-29Consolidated comparator codeTiger Wang1-46/+37
2016-07-29Comparators and pistons no longer update instantlyTiger Wang1-9/+29
2015-12-24Silenced the Redstone Simulator console spamSafwat Halaby1-1/+1
2015-12-19Fixes for clang-3.7Lukas Pioch1-2/+2
2015-12-18Reorganised the redstone simulatorTiger Wang1-0/+128