summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-18Reorganised the redstone simulatorTiger Wang1-419/+0
2015-07-31Unified the doxy-comment format.Mattes D1-3/+2
2015-07-14Improved mapsTiger Wang1-5/+5
2015-06-07Added moar commentsTiger Wang1-5/+1
2015-06-07Vector hasher is now a separate classTiger Wang1-5/+7
2015-06-06Use emplace to construct structuresTiger Wang1-6/+22
2015-06-06Changed appropriate containers to unordered_mapTiger Wang1-24/+7
2015-06-06Improved link power behaviourTiger Wang1-31/+3
2015-06-06Improved wires and repeatersTiger Wang1-0/+2
2015-06-06Redstone wire and trapdoor fixesTiger Wang1-27/+42
2015-06-06Provides improvements to redstone wireTiger Wang1-9/+10
2015-06-06ComparatorsTiger Wang1-11/+47
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-12-17NULL -> nullptrTiger Wang1-2/+6
2014-10-29Improved redstone simulatorTiger Wang1-105/+138
2014-10-25Cleaned up simulatorsTiger Wang1-1/+352
2014-09-16IncrementalRedstoneSimulator now has no dependencies on cChunkTycho1-309/+3
2014-09-11Don't include IncrementalRedsonteSimulator.inc when in SELF_TEST modeTycho1-5/+0
2014-09-11Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho1-12/+16
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-12/+12
2014-07-15Fixed redstone simulator crashTiger Wang1-2/+2
2014-07-07Implemented trapped chests & othersTiger Wang1-4/+24
2014-06-28Implemented tripwire(s) (hooks)Tiger Wang1-0/+8
2014-06-16Moved repeater handling to seperate passTycho1-1/+3
2014-06-14Fixed a repeater issueTiger Wang1-1/+1
2014-06-07Further improvements on redstone speedTiger Wang1-3/+3
2014-05-19Rolled some changes backJulian Laubstein1-12/+2
2014-05-19Fixed some warningsJulian Laubstein1-2/+12
2014-04-27Redstone simulator now directly accesses cChunkTiger Wang1-34/+34
2014-04-17Compile fix?Tiger Wang1-2/+2
2014-04-17Implemented weighted pressure platesTiger Wang1-4/+6
2014-04-15Rewrote redstone powering to use power levelsTiger Wang1-15/+16
2014-04-06Added support for redstone latchingTycho1-0/+2
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-1/+1
2014-02-15A fix and an improvementTiger Wang1-1/+2
2014-02-15Sizeable speed improvements to redstoneTiger Wang1-12/+23
2014-02-15Add Fence Gate to Redstone SimulatorHowaner1-0/+2
2014-02-12Improved pressure platesTiger Wang1-0/+4
2014-02-07Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior1-6/+6
2014-02-07Implemented an easy way of adding new redstone simulators.STRWarrior1-3/+3
2014-01-29Fixed redstone simulator crash found in #570Tiger Wang1-1/+1
2014-01-18Basic command block implementationandrew1-0/+4
2014-01-11Fixed rails poweringTiger Wang1-0/+2
2014-01-11Fixed a door bug and reduced codeTiger Wang1-19/+1
2014-01-10Major refactoring of redstoneTiger Wang1-39/+40
2013-12-24Implemented stone and wooden pressure platesTiger Wang1-2/+4
2013-12-22merged in warnings changesTycho Bickerstaff1-2/+2
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-1/+1
2013-12-21Piston is now warnings cleanTycho Bickerstaff1-2/+2
2013-12-20Fixed repeaters delay, maybeTiger Wang1-4/+5
2013-12-18Fixed bad repeater power queuing in corner caseTiger Wang1-0/+3
2013-12-14Implemented note block playing and fixed wireTiger Wang1-0/+2
2013-12-14Fixes to redstone wire and torchesTiger Wang1-1/+5
2013-12-11Fixed pistons being viable middle blockTiger Wang1-0/+3
2013-12-10Added repeater delaysTiger Wang1-0/+9
2013-12-07Fixed trapdoors not togglingTiger Wang1-0/+12
2013-11-30Pistons no longer accept power through front faceTiger Wang1-0/+2
2013-11-29Implemented trapdoors, fixes #43 and #105Tiger Wang1-0/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-21Multiple enhancements [SEE DESC]Tiger Wang1-1/+26
2013-11-20Multiple bugfixes [SEE DESC]Tiger Wang1-1/+15
2013-11-18Redstone Megacommit [SEE DESC]Tiger Wang1-52/+165
2013-05-26Implemented droppersmadmaxoft@gmail.com1-1/+1
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-1/+1
2013-02-28Converted simulators to take cWorld reference instead of a pointermadmaxoft@gmail.com1-1/+1
2013-02-28Simulators now have direct access to the cChunk object in the WakeUp() callmadmaxoft@gmail.com1-2/+3
2012-12-26Dispensers can dispense items and liquids nowluksor111@gmail.com1-0/+1
2012-12-16RedstoneSimulator refactoring to use cWorld::GetBlockTypeMeta() as much as possiblemadmaxoft@gmail.com1-5/+6
2012-12-16Levers (patch contributed by Keyboard)madmaxoft@gmail.com1-0/+2
2012-10-13Preparation for multiple fluid simulators.madmaxoft@gmail.com1-1/+0
2012-10-06Completely removed the old (buggy) redstone simulator.madmaxoft@gmail.com1-29/+21
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-1/+1
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-3/+3
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-89/+89
2012-03-06Yay redstone repeaters!faketruth1-1/+41
2012-03-01New redstone simulator. Should work without crashes!faketruth1-0/+50