summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockButton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Multiple enhancements [SEE DESC]Tiger Wang2013-11-211-2/+5
| | | | | | | | + Added lever location checking * Fixed button location checking * Fixed button pressing/unpressing * Fixed repeaters updating * Minor enhancements
* Redstone Megacommit [SEE DESC]Tiger Wang2013-11-181-6/+30
| | | | | | | | | | | | | + Updated BlockID - look for yourself * Improved button, repeater, lever, and comparator code -> simplification and splitting of some stuff from the redstone simulator file * Fixed buttons not breaking when in an invalid game state * Fixed QueueSetBlock -> improved (AGAIN) piston code + Rewrote redstone simulator Fixes: #57, #58, #205, and part of #131. Fixes FS issues: 281, 116, and 102
* Added button placement handlerTiger Wang2013-09-221-0/+69
Also removed an unneeded variable in the stair handler