Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Valid Height is now checked by vector. | x12xx12x | 2022-04-20 | 1 | -2/+2 |
| | |||||
* | Transparent blocks no longer conduct redstone power (#5359) | Michal Havlíček | 2021-12-30 | 1 | -27/+1 |
| | | | * Fixes #5336 | ||||
* | Move some redstone implementations into the source file | Tiger Wang | 2021-03-28 | 1 | -0/+1 |
| | |||||
* | cChunk: don't inherit from cChunkDef (#5106) | Tiger Wang | 2021-01-18 | 1 | -2/+2 |
| | |||||
* | New pull request for daylight sensor (#5066) | Aiden Neill | 2020-12-19 | 1 | -1/+3 |
| | | | | | * Fixes #4918 Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 2020-10-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Implement redstone quasi-connectivity (#4889) | Tiger Wang | 2020-09-21 | 1 | -20/+53 |
| | |||||
* | Replace PowerData struct with PowerLevel | Tiger Wang | 2020-08-21 | 1 | -20/+26 |
| | | | | * We no longer need to track the powering block with the removal of SolidBlockHandler. PowerLevel is now just an unsigned char | ||||
* | Remove std::make_unique from redstone handler creation | Tiger Wang | 2020-08-21 | 1 | -8/+3 |
| | |||||
* | Remove the redstone solid block handler | Tiger Wang | 2020-08-08 | 1 | -0/+113 |
- Remove cSolidBlockHandler * Functionality now integrated into simulator dispatcher * Fix door double open/close issues, arisen due to the top/bottom halves getting different power + Small migration to block states for redstone wire |