summaryrefslogtreecommitdiffstats
path: root/src/Simulator/IncrementalRedstoneSimulator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added iron trapdoor, fence gates and doors to the redstone simulatorMasy982014-09-101-0/+11
* Removed dependecy of redstone simulator on NoteBlockTycho2014-08-051-11/+6
* Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity DirectlyTycho2014-08-051-5/+4
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-3/+3
* Fixed style: spaces after commas.madmaxoft2014-07-191-5/+5
* Fixed spaces before commas.madmaxoft2014-07-181-2/+2
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
* More trailing whitespace fixes.madmaxoft2014-07-171-4/+4
* Basic style fixes.madmaxoft2014-07-171-7/+7
* Normalized comments.madmaxoft2014-07-171-59/+59
* Fixed another redstone simulator crashTiger Wang2014-07-161-0/+7
* Fixed redstone simulator crashTiger Wang2014-07-151-6/+29
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-7/+7
* Suggestions and bug fixTiger Wang2014-07-121-1/+1
* SuggestionsTiger Wang2014-07-111-0/+3
* SuggestionsTiger Wang2014-07-111-1/+4
* Improved LinkedPowering speedTiger Wang2014-07-111-15/+15
* Fixed compilation and pressure platesTiger Wang2014-07-071-8/+4
* Implemented trapped chests & othersTiger Wang2014-07-071-79/+126
* Fixed c1deda5d8f01811efa5094e9375166acb69d50edTiger Wang2014-07-041-2/+2
* Implemented tripwire(s) (hooks)Tiger Wang2014-06-281-15/+148
* Merge pull request #1105 from Howaner/BlocksMattes D2014-06-221-4/+10
|\
| * Changed 0xFFFFFFFB to ~0x04Howaner2014-06-221-1/+1
| * Merge branch 'master' into BlocksHowaner2014-06-171-2/+1
| |\
| * | Fix fence gate sound (Redstone simulator).Howaner2014-06-171-4/+10
* | | Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-06-221-2/+4
|\ \ \
| * | | Fixed missing breakworktycho2014-06-221-0/+1
| * | | Fixed invalid iteratorworktycho2014-06-221-2/+3
* | | | Fixed another daylight sensor bugTiger Wang2014-06-221-20/+23
|/ / /
* | | Merge pull request #1096 from mc-server/redstonerefactorAlexander Harkness2014-06-181-137/+63
|\ \ \ | |_|/ |/| |
| * | FIxed second weird enumTycho2014-06-161-20/+1
| * | Refactored reversing logic into seperate functionTycho2014-06-161-14/+3
| * | Fixed tigers weird enumsTycho2014-06-161-14/+6
| * | Merge branch 'master' into redstonerefactorTycho2014-06-161-8/+29
| |\|
| * | Moved repeater handling to seperate passTycho2014-06-161-96/+61
* | | Fix fence gate redstone simulator.Howaner2014-06-171-2/+1
| |/ |/|
* | Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-8/+30
|/
* Fixed a repeater issueTiger Wang2014-06-141-16/+15
* Fixed two redstone bugsTiger Wang2014-06-121-0/+6
* Merge remote-tracking branch 'howaner/Redstone'madmaxoft2014-06-091-4/+10
|\
| * Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug.Howaner2014-05-291-4/+10
* | Further improvements on redstone speedTiger Wang2014-06-071-64/+77
* | Further reduced redstone idle CPU consumptionTiger Wang2014-06-061-7/+27
* | Redstone fixes and improvements [SEE DESC]Tiger Wang2014-06-051-60/+87
* | Merge pull request #1011 from SphinxC0re/SomeWarningFixesMattes D2014-06-041-2/+8
|\ \
| * | Update IncrementalRedstoneSimulator.cppJulian Laubstein2014-06-041-8/+8
| * | Fixed warnings in IncrementalRedstoneSimulatorJulian Laubstein2014-05-191-1/+7
| |/
* | Fixed piston power checkingTiger Wang2014-05-291-11/+6
* | Hopefully fixed piston duplication issuesTiger Wang2014-05-251-5/+4
|/
* Fixed wires powering wires diagonally below themTiger Wang2014-05-071-5/+1
* Fixed formattingTiger Wang2014-05-051-4/+5
* Fixed 027efe09ea3d3222c3cbf169643e57773c1614aeTiger Wang2014-05-041-3/+49
* Merge branch 'master' into redstoneimprovementsTiger Wang2014-05-041-2/+8
|\
| * Fixed pressure plate oversightsTiger Wang2014-05-041-2/+8
* | Fixed lever and button powering directionTiger Wang2014-05-041-16/+8
* | Redstone simulator now directly accesses cChunkTiger Wang2014-04-271-404/+522
|/
* Removed unsupported C++11 features.madmaxoft2014-04-181-13/+19
* Implemented weighted pressure platesTiger Wang2014-04-171-25/+165
* Rewrote redstone powering to use power levelsTiger Wang2014-04-151-165/+133
* cRedstoneSimulator.cpp style improvementsTiger Wang2014-04-081-40/+41
* Uppercased Zwiseoldman952014-04-081-3/+3
* Comments: Inverted Z axis.wiseoldman952014-04-081-9/+10
* Added comments regarding latching and orientationwiseoldman952014-04-081-9/+31
* Fixed the thing properly.Alexander Harkness2014-04-081-8/+8
* Merge pull request #862 from mc-server/redstonefixAlexander Harkness2014-04-081-23/+3
|\
| * Fixed #859Tiger Wang2014-04-071-23/+3
* | Fixed IsOnwiseoldman952014-04-071-3/+2
* | Removed stray IsLockedwiseoldman952014-04-071-2/+2
* | Removed unneeded spacingswiseoldman952014-04-071-6/+3
* | Slight cleanupwiseoldman952014-04-071-13/+17
* | Fixed some more minor issues with the redstone simulator.Alexander Harkness2014-04-071-34/+39
* | Improved the speed a little more.Alexander Harkness2014-04-071-1/+1
* | Fixed the redstone simulator.Alexander Harkness2014-04-071-49/+40
* | Fix some of the comments in the PR tycho just did.Alexander Harkness2014-04-071-8/+6
* | Added support for redstone latchingTycho2014-04-061-2/+63
|/
* Merge branch 'master' into awesometntTiger Wang2014-03-181-1/+1
|\
| * Fixed double to float conversions.madmaxoft2014-03-161-1/+1
* | Merge remote-tracking branch 'origin/master' into awesometntTiger Wang2014-03-101-1/+1
|\|
| * Change TNT Fuse to ticksHowaner2014-03-081-1/+1
* | Merge branch 'master' into awesometntTiger Wang2014-03-101-5/+3
|\|
| * Merge pull request #746 from Howaner/SlabsMattes D2014-03-031-5/+3
| |\
| | * Add Trapdoor Functions to cWorld and fix Trapdoor Redstone BugsHowaner2014-03-021-5/+3
* | | Added extra awesomeness to TNTTiger Wang2014-03-051-1/+1
|/ /
* / g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-2/+2
|/
* Removed problematic utf8.madmaxoft2014-02-201-2/+2
* Bad UTF-8 o.OHowaner2014-02-201-2/+2
* Remove typeinfo import in IncrementalRedstoneSimulatorHowaner2014-02-201-2/+0
* Add Pressure Plate SoundHowaner2014-02-201-0/+9
* Add Light weighted pressure platesHowaner2014-02-201-10/+18
* Fixed a glaring bug with chunk cross-simulatingTiger Wang2014-02-161-9/+17
* Added a 'default:' for SimChunk()'s switchTiger Wang2014-02-151-0/+1
* A fix and an improvementTiger Wang2014-02-151-22/+41
* Sizeable speed improvements to redstoneTiger Wang2014-02-151-69/+92
* Add more Sounds to Redstone SimulatorHowaner2014-02-151-1/+23
* Add Fence Gate to Redstone SimulatorHowaner2014-02-151-0/+29
* Improved pressure platesTiger Wang2014-02-121-1/+1
* Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).STRWarrior2014-02-071-0/+1534