summaryrefslogtreecommitdiffstats
path: root/src/Simulator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed them again, confound itTiger Wang2013-12-221-9/+21
|
* Fixed repeaters delay, maybeTiger Wang2013-12-202-12/+38
| | | | | Also added basic daylight sensors, though because GetBlockSkylight always is 15, it doesn't work.
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-203-6/+6
|
* Fixed repeaters not updating powerTiger Wang2013-12-191-11/+41
|
* Fixed wire powering blocks beneathTiger Wang2013-12-181-1/+1
|
* Fixed bad repeater power queuing in corner caseTiger Wang2013-12-182-83/+76
| | | | | Repeaters remain queued to power even if their original source has since unpowered. Also functionised and cleaned up code.
* Implemented xoft's suggestionsTiger Wang2013-12-151-3/+16
|
* Fixed wire repeater checkingTiger Wang2013-12-151-1/+1
|
* Wires now power repeaters properlyTiger Wang2013-12-151-0/+7
|
* Fixed the hopefully final wire self-powering bugTiger Wang2013-12-151-1/+13
|
* Potentially fixed debug assertsTiger Wang2013-12-141-5/+5
|
* Wires no longer power if a block cuts them offTiger Wang2013-12-141-23/+32
| | | | Also reduced more unneeded code.
* Implemented note block playing and fixed wireTiger Wang2013-12-142-4/+50
| | | | Game of Thrones music in Minecraft, here I come!
* Fixed compilating!Tiger Wang2013-12-141-5/+5
|
* Fixes to redstone wire and torchesTiger Wang2013-12-142-20/+36
| | | | | | + Wires now power blocks around the block beneath * Torches no longer power off if it is on a linked powered block * Enhanced code, split functions, etc.
* Removed loads of unneeded code againTiger Wang2013-12-141-86/+60
|
* Reduced loads of unneeded codeTiger Wang2013-12-141-188/+44
| | | | Merged wire powering detection code into a single function.
* Fixed pistons being viable middle blockTiger Wang2013-12-111-0/+3
| | | | Also an excuse to update submodules
* Provides a possible fix for repeater timingsTiger Wang2013-12-101-1/+1
| | | | Not completely reliable, but at least some types of clock work.
* Merge pull request #412 from mc-server/fixesMattes D2013-12-103-6/+90
|\ | | | | Main feature: repeater delays!
| * Readded initial lineTiger Wang2013-12-101-0/+1
| |
| * Fixed compile (alas, no more goto)Tiger Wang2013-12-101-11/+14
| |
| * Fixed Floody lava to stone fizzleTiger Wang2013-12-101-2/+16
| |
| * Added repeater delaysTiger Wang2013-12-102-1/+62
| | | | | | | | They DO sometimes get stuck though :P
| * Slight redstone wire performance improvementTiger Wang2013-12-101-1/+6
| |
| * Changed more FastSetBlocks to SetBlocksTiger Wang2013-12-101-3/+3
| | | | | | | | Fixes duplication bugs.
* | Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176worktycho2013-12-091-4/+3
|/
* Changed some FastSetBlocks to SetBlockTiger Wang2013-12-071-3/+3
| | | | Should fix some duplication glitches.
* Fixed trapdoors not togglingTiger Wang2013-12-072-16/+102
| | | | The redstone simulator kept on resetting them.
* Re-implemented redstone duplicate checkingTiger Wang2013-12-061-0/+29
|
* Merged if statements.Samuel Barney2013-12-051-7/+1
|
* Finished MergeSamuel Barney2013-12-051-2/+2
|
* Made suggested changesSamuel Barney2013-12-042-6/+11
|
* Fire no longer goes out when on top of nether rackSamuel Barney2013-12-021-1/+6
|
* Fixed linux compile errors and formatting in RedstoneSimulator.cppmadmaxoft2013-12-011-14/+26
|
* Fixed pistons extendingTiger Wang2013-11-301-0/+10
| | | | They didn't when a source was in front, but now they do! Yay!
* Removed redstone duplicate power checkingTiger Wang2013-11-301-2/+0
| | | | There was no need for it, and it introduced some bugs.
* Improved piston direction checkingTiger Wang2013-11-301-62/+8
| | | | Now uses AddFaceDirection, as suggested by xoft.
* Pistons no longer accept power through front faceTiger Wang2013-11-302-3/+96
| | | | This fixes #60.
* Improved redstone speed and fixed a wire bugTiger Wang2013-11-301-73/+83
| | | | | | | | The redstone simulator no longer goes through the Powered and LinkedPowered blocks lists for EVERY item in the chunk data, instead, only at every tick. Also, wires powering each other that had the same data value is now fixed.
* Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-292-0/+19
| | | | Also updated redstone simulator to support it
* Merged master into redstonefixesTiger Wang2013-11-272-201/+361
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-242-918/+926
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-2419-0/+3347