| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
* | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 2 | -4/+4 |
* | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 2 | -4/+4 |
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 2 | -6/+6 |
* | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -1/+3 |
* | Simulator/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+28 |
* | Fixed spaces before commas. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 4 | -4/+4 |
* | More trailing whitespace fixes. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
* | Basic style fixes. | madmaxoft | 2014-07-17 | 10 | -21/+21 |
* | Normalized comments. | madmaxoft | 2014-07-17 | 6 | -84/+84 |
* | Fixed another redstone simulator crash | Tiger Wang | 2014-07-16 | 1 | -0/+7 |
* | Fixed redstone simulator crash | Tiger Wang | 2014-07-15 | 2 | -8/+31 |
* | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 3 | -10/+10 |
* | Suggestions and bug fix | Tiger Wang | 2014-07-12 | 1 | -1/+1 |
* | Suggestions | Tiger Wang | 2014-07-11 | 1 | -0/+3 |
* | Suggestions | Tiger Wang | 2014-07-11 | 1 | -1/+4 |
* | Improved LinkedPowering speed | Tiger Wang | 2014-07-11 | 1 | -15/+15 |
* | Fixed compilation and pressure plates | Tiger Wang | 2014-07-07 | 1 | -8/+4 |
* | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 2 | -83/+150 |
* | Fixed c1deda5d8f01811efa5094e9375166acb69d50ed | Tiger Wang | 2014-07-04 | 1 | -2/+2 |
* | Implemented tripwire(s) (hooks) | Tiger Wang | 2014-06-28 | 2 | -15/+156 |
* | Fixed bad water/redstone simulator communication | Tiger Wang | 2014-06-28 | 1 | -32/+22 |
* | Merge pull request #1105 from Howaner/Blocks | Mattes D | 2014-06-22 | 1 | -4/+10 |
|\ |
|
| * | Changed 0xFFFFFFFB to ~0x04 | Howaner | 2014-06-22 | 1 | -1/+1 |
| * | Merge branch 'master' into Blocks | Howaner | 2014-06-17 | 1 | -2/+1 |
| |\ |
|
| * | | Fix fence gate sound (Redstone simulator). | Howaner | 2014-06-17 | 1 | -4/+10 |
* | | | Merge branch 'master' of https://github.com/mc-server/MCServer | Tiger Wang | 2014-06-22 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Fixed missing break | worktycho | 2014-06-22 | 1 | -0/+1 |
| * | | | Fixed invalid iterator | worktycho | 2014-06-22 | 1 | -2/+3 |
* | | | | Fixed another daylight sensor bug | Tiger Wang | 2014-06-22 | 1 | -20/+23 |
|/ / / |
|
* | | | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -1/+3 |
* | | | Merge pull request #1096 from mc-server/redstonerefactor | Alexander Harkness | 2014-06-18 | 2 | -138/+66 |
|\ \ \
| |_|/
|/| | |
|
| * | | FIxed second weird enum | Tycho | 2014-06-16 | 1 | -20/+1 |
| * | | Refactored reversing logic into seperate function | Tycho | 2014-06-16 | 1 | -14/+3 |
| * | | Fixed tigers weird enums | Tycho | 2014-06-16 | 1 | -14/+6 |
| * | | Merge branch 'master' into redstonerefactor | Tycho | 2014-06-16 | 1 | -8/+29 |
| |\| |
|
| * | | Moved repeater handling to seperate pass | Tycho | 2014-06-16 | 2 | -97/+64 |
* | | | Fix fence gate redstone simulator. | Howaner | 2014-06-17 | 1 | -2/+1 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -8/+30 |
|/ |
|
* | Fixed a repeater issue | Tiger Wang | 2014-06-14 | 2 | -17/+16 |
* | Fixed two redstone bugs | Tiger Wang | 2014-06-12 | 1 | -0/+6 |
* | Merge remote-tracking branch 'howaner/Redstone' | madmaxoft | 2014-06-09 | 1 | -4/+10 |
|\ |
|
| * | Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug. | Howaner | 2014-05-29 | 1 | -4/+10 |
* | | Fixed deadlock when moving players to other worlds. | Mattes D | 2014-06-08 | 1 | -1/+1 |
* | | Further improvements on redstone speed | Tiger Wang | 2014-06-07 | 2 | -67/+80 |
* | | Further reduced redstone idle CPU consumption | Tiger Wang | 2014-06-06 | 1 | -7/+27 |
* | | Redstone fixes and improvements [SEE DESC] | Tiger Wang | 2014-06-05 | 1 | -60/+87 |
* | | Merge pull request #1011 from SphinxC0re/SomeWarningFixes | Mattes D | 2014-06-04 | 1 | -2/+8 |
|\ \ |
|
| * | | Update IncrementalRedstoneSimulator.cpp | Julian Laubstein | 2014-06-04 | 1 | -8/+8 |
| * | | Fixed warnings in IncrementalRedstoneSimulator | Julian Laubstein | 2014-05-19 | 1 | -1/+7 |
| * | | Rolled some changes back | Julian Laubstein | 2014-05-19 | 1 | -12/+2 |
| * | | Fixed some warnings | Julian Laubstein | 2014-05-19 | 1 | -2/+12 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/pistonfixes' | Tiger Wang | 2014-06-02 | 1 | -16/+10 |
|\ \ |
|
| * | | Fixed piston power checking | Tiger Wang | 2014-05-29 | 1 | -11/+6 |
| * | | Hopefully fixed piston duplication issues | Tiger Wang | 2014-05-25 | 1 | -5/+4 |
| |/ |
|
* | | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-05-10 | 5 | -445/+605 |
|\| |
|
| * | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 2 | -2/+2 |
| * | Fixed wires powering wires diagonally below them | Tiger Wang | 2014-05-07 | 1 | -5/+1 |
| * | Add clicks, exp subtraction, item check, ... | Howaner | 2014-05-05 | 1 | -0/+4 |
| * | Fixed formatting | Tiger Wang | 2014-05-05 | 1 | -4/+5 |
| * | Fixed 027efe09ea3d3222c3cbf169643e57773c1614ae | Tiger Wang | 2014-05-04 | 1 | -3/+49 |
| * | Merge branch 'master' into redstoneimprovements | Tiger Wang | 2014-05-04 | 5 | -15/+24 |
| |\ |
|
| | * | Fixed pressure plate oversights | Tiger Wang | 2014-05-04 | 1 | -2/+8 |
| | * | Fixed vanilla fluid simulator. | madmaxoft | 2014-05-03 | 1 | -4/+1 |
| * | | Fixed lever and button powering direction | Tiger Wang | 2014-05-04 | 1 | -16/+8 |
| * | | Redstone simulator now directly accesses cChunk | Tiger Wang | 2014-04-27 | 2 | -438/+556 |
* | | | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-05-03 | 4 | -14/+20 |
|\ \ \
| | |/
| |/| |
|
| * | | Fixed vanilla fluid simulator. | madmaxoft | 2014-05-02 | 4 | -14/+20 |
| |/ |
|
* | | Merge branch 'master' into chunksparsing/structs | Tycho | 2014-04-27 | 5 | -233/+412 |
|\| |
|
| * | Cmake generated projects for IDEs include headers in project files. | archshift | 2014-04-25 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/master' into fixes | jfhumann | 2014-04-18 | 2 | -198/+315 |
| |\ |
|
| | * | Removed unsupported C++11 features. | madmaxoft | 2014-04-18 | 1 | -13/+19 |
| | * | Compile fix? | Tiger Wang | 2014-04-17 | 1 | -2/+2 |
| | * | Implemented weighted pressure plates | Tiger Wang | 2014-04-17 | 2 | -29/+171 |
| | * | Rewrote redstone powering to use power levels | Tiger Wang | 2014-04-15 | 2 | -180/+149 |
| * | | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 2 | -2/+2 |
| |/ |
|
| * | cRedstoneSimulator.cpp style improvements | Tiger Wang | 2014-04-08 | 1 | -40/+41 |
| * | Uppercased Z | wiseoldman95 | 2014-04-08 | 1 | -3/+3 |
| * | Comments: Inverted Z axis. | wiseoldman95 | 2014-04-08 | 1 | -9/+10 |
| * | Added comments regarding latching and orientation | wiseoldman95 | 2014-04-08 | 1 | -9/+31 |
| * | Fixed the thing properly. | Alexander Harkness | 2014-04-08 | 1 | -8/+8 |
| * | Merge pull request #862 from mc-server/redstonefix | Alexander Harkness | 2014-04-08 | 1 | -23/+3 |
| |\ |
|
| | * | Fixed #859 | Tiger Wang | 2014-04-07 | 1 | -23/+3 |
| * | | Fixed IsOn | wiseoldman95 | 2014-04-07 | 1 | -3/+2 |
| * | | Removed stray IsLocked | wiseoldman95 | 2014-04-07 | 1 | -2/+2 |
| * | | Removed unneeded spacings | wiseoldman95 | 2014-04-07 | 1 | -6/+3 |
| * | | Slight cleanup | wiseoldman95 | 2014-04-07 | 1 | -13/+17 |
| * | | Fixed some more minor issues with the redstone simulator. | Alexander Harkness | 2014-04-07 | 1 | -34/+39 |
| * | | Improved the speed a little more. | Alexander Harkness | 2014-04-07 | 1 | -1/+1 |
| * | | Fixed the redstone simulator. | Alexander Harkness | 2014-04-07 | 1 | -49/+40 |
| * | | Fix some of the comments in the PR tycho just did. | Alexander Harkness | 2014-04-07 | 1 | -8/+6 |
| * | | Added support for redstone latching | Tycho | 2014-04-06 | 2 | -2/+65 |
| |/ |
|
* / | Implemented Chunk Sparsing with segments | Tycho | 2014-04-26 | 1 | -4/+6 |
|/ |
|
* | Merge pull request #838 from mc-server/lilypads | worktycho | 2014-03-30 | 1 | -0/+1 |
|\ |
|
| * | Some fixes to lilypads | Tiger Wang | 2014-03-28 | 1 | -0/+1 |
* | | Fixed compilation after last PR merge. | madmaxoft | 2014-03-28 | 1 | -1/+1 |
* | | Change SpreadSource prefix to ss | Howaner | 2014-03-27 | 1 | -1/+1 |
* | | Add SpreadSource | Howaner | 2014-03-27 | 1 | -1/+1 |
* | | Add HOOK_BLOCK_SPREAD | Howaner | 2014-03-27 | 1 | -3/+11 |
|/ |
|
* | Merge branch 'master' into awesometnt | Tiger Wang | 2014-03-18 | 4 | -10/+21 |
|\ |
|
| * | Fixed double to float conversions. | madmaxoft | 2014-03-16 | 1 | -1/+1 |
| * | Unified Vector classes | andrew | 2014-03-11 | 2 | -2/+1 |
| * | Merge pull request #779 from mc-server/tntburnexplode | Alexander Harkness | 2014-03-10 | 1 | -7/+19 |
| |\ |
|
| | * | Fixed compile | Tiger Wang | 2014-03-10 | 1 | -1/+2 |
| | * | Removed uneeded meta obtain | Tiger Wang | 2014-03-09 | 1 | -3/+1 |
| | * | TNT explodes when consumed by fire | Tiger Wang | 2014-03-09 | 1 | -6/+19 |
* | | | Merge remote-tracking branch 'origin/master' into awesometnt | Tiger Wang | 2014-03-10 | 1 | -1/+1 |
|\| | |
|
| * | | Merge pull request #768 from Howaner/BlockEntitys | Tiger Wang | 2014-03-09 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Merge branch 'master' into BlockEntitys | Howaner | 2014-03-08 | 4 | -10/+291 |
| | |\| |
|
| | * | | Change TNT Fuse to ticks | Howaner | 2014-03-08 | 1 | -1/+1 |
* | | | | Merge branch 'master' into awesometnt | Tiger Wang | 2014-03-10 | 6 | -16/+295 |
|\| | | |
|
| * | | | Fixed issues with int vs size_t and a few other warnings | Tycho | 2014-03-08 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Added some comments | andrew | 2014-03-07 | 2 | -1/+6 |
| * | | Fixed water/lava interaction | andrew | 2014-03-07 | 3 | -4/+69 |
| * | | Merge remote-tracking branch 'xdot/master' | madmaxoft | 2014-03-06 | 4 | -8/+219 |
| |\ \
| | |/
| |/| |
|
| | * | Implemented vanilla-like fluid simulator | andrew | 2014-03-05 | 4 | -8/+219 |
| * | | Merge pull request #746 from Howaner/Slabs | Mattes D | 2014-03-03 | 1 | -5/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Add Trapdoor Functions to cWorld and fix Trapdoor Redstone Bugs | Howaner | 2014-03-02 | 1 | -5/+3 |
* | | | Added extra awesomeness to TNT | Tiger Wang | 2014-03-05 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #738 from xdot/master | Mattes D | 2014-03-02 | 3 | -4/+4 |
|\ \
| |/
|/| |
|
| * | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 3 | -4/+4 |
* | | Fix Double Slabs, fix Slab Meta and add more things to burnable | Howaner | 2014-02-28 | 1 | -0/+13 |
|/ |
|
* | Removed problematic utf8. | madmaxoft | 2014-02-20 | 1 | -2/+2 |
* | Bad UTF-8 o.O | Howaner | 2014-02-20 | 1 | -2/+2 |
* | Remove typeinfo import in IncrementalRedstoneSimulator | Howaner | 2014-02-20 | 1 | -2/+0 |
* | Add Pressure Plate Sound | Howaner | 2014-02-20 | 1 | -0/+9 |
* | Add Light weighted pressure plates | Howaner | 2014-02-20 | 2 | -10/+20 |
* | Add Hay Bale to Burnable | Howaner | 2014-02-20 | 1 | -0/+1 |
* | Fixed a glaring bug with chunk cross-simulating | Tiger Wang | 2014-02-16 | 1 | -9/+17 |
* | Added a 'default:' for SimChunk()'s switch | Tiger Wang | 2014-02-15 | 1 | -0/+1 |
* | A fix and an improvement | Tiger Wang | 2014-02-15 | 2 | -23/+43 |
* | Sizeable speed improvements to redstone | Tiger Wang | 2014-02-15 | 2 | -81/+115 |
* | Add more Sounds to Redstone Simulator | Howaner | 2014-02-15 | 1 | -1/+23 |
* | Add Fence Gate to Redstone Simulator | Howaner | 2014-02-15 | 2 | -0/+31 |
* | Improved pressure plates | Tiger Wang | 2014-02-12 | 2 | -1/+5 |
* | Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later). | STRWarrior | 2014-02-07 | 7 | -1809/+1809 |
* | Fixed some end of lines | STRWarrior | 2014-02-07 | 2 | -2/+2 |
* | Implemented an easy way of adding new redstone simulators. | STRWarrior | 2014-02-07 | 4 | -3/+79 |
* | Fixed most of the reordering warnings | Tycho | 2014-02-05 | 1 | -3/+3 |
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -2/+3 |
* | Removed unused lookups | Tycho | 2014-02-03 | 1 | -2/+0 |
* | Merge pull request #602 from mc-server/improvementsandfixes | Mattes D | 2014-02-03 | 2 | -13/+14 |
|\ |
|
| * | Split cCoord template into one and two data types | Tiger Wang | 2014-02-01 | 1 | -2/+2 |
| * | Fixed redstone simulator crash found in #570 | Tiger Wang | 2014-01-29 | 2 | -13/+14 |
* | | Changed Signiture of OnUpdate | Tycho | 2014-02-02 | 1 | -1/+7 |
* | | Changed pointers to references | Tycho | 2014-02-01 | 1 | -2/+2 |
* | | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -2/+4 |
|/ |
|
* | Basic command block implementation | andrew | 2014-01-18 | 2 | -1/+30 |
* | Fixed wire, rail, and pressure plate unpowering | Tiger Wang | 2014-01-13 | 1 | -3/+4 |
* | Fixed rails powering | Tiger Wang | 2014-01-11 | 1 | -0/+2 |
* | Did some stuff with the vectors | Tiger Wang | 2014-01-11 | 1 | -32/+17 |
* | Fixed a door bug and reduced code | Tiger Wang | 2014-01-11 | 1 | -19/+1 |
* | Fixed doors, fixes #453 | Tiger Wang | 2014-01-10 | 1 | -38/+8 |
* | Major refactoring of redstone | Tiger Wang | 2014-01-10 | 2 | -185/+178 |
* | fixed warnings in World.cpp | Tycho Bickerstaff | 2013-12-31 | 1 | -2/+8 |
* | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 2013-12-22 | 4 | -5/+11 |
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho Bickerstaff | 2013-12-22 | 2 | -20/+161 |
|\ |
|
| * | Merge pull request #461 from mc-server/repeaters | Mattes D | 2013-12-26 | 2 | -20/+161 |
| |\ |
|
| | * | Moved increment operator to back of variables | Tiger Wang | 2013-12-26 | 1 | -9/+9 |
| | * | Implemented stone and wooden pressure plates | Tiger Wang | 2013-12-24 | 2 | -3/+105 |
| | * | Provides an enhancement to daylight sensors | Tiger Wang | 2013-12-23 | 1 | -2/+27 |
| | * | Daylight sensor sensing enhancement | Tiger Wang | 2013-12-23 | 1 | -9/+11 |
| | * | A fix for daylight sensors | Tiger Wang | 2013-12-22 | 1 | -2/+3 |
| | * | Daylight sensors | Tiger Wang | 2013-12-22 | 1 | -2/+1 |
| | * | Fixed them again, confound it | Tiger Wang | 2013-12-22 | 1 | -9/+21 |
* | | | Piston is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 3 | -4/+4 |
* | | | ChunkSender is now warnings clean | Tycho Bickerstaff | 2013-12-21 | 1 | -1/+2 |
|/ / |
|
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-21 | 2 | -12/+38 |
|\| |
|
| * | Fixed repeaters delay, maybe | Tiger Wang | 2013-12-20 | 2 | -12/+38 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-20 | 3 | -6/+6 |
|\| |
|
| * | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 3 | -6/+6 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-19 | 1 | -11/+41 |
|\| |
|
| * | Fixed repeaters not updating power | Tiger Wang | 2013-12-19 | 1 | -11/+41 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-18 | 2 | -116/+196 |
|\| |
|
| * | Fixed wire powering blocks beneath | Tiger Wang | 2013-12-18 | 1 | -1/+1 |
| * | Fixed bad repeater power queuing in corner case | Tiger Wang | 2013-12-18 | 2 | -83/+76 |
| * | Implemented xoft's suggestions | Tiger Wang | 2013-12-15 | 1 | -3/+16 |
| * | Fixed wire repeater checking | Tiger Wang | 2013-12-15 | 1 | -1/+1 |
| * | Wires now power repeaters properly | Tiger Wang | 2013-12-15 | 1 | -0/+7 |
| * | Fixed the hopefully final wire self-powering bug | Tiger Wang | 2013-12-15 | 1 | -1/+13 |
| * | Potentially fixed debug asserts | Tiger Wang | 2013-12-14 | 1 | -5/+5 |
| * | Wires no longer power if a block cuts them off | Tiger Wang | 2013-12-14 | 1 | -23/+32 |
| * | Implemented note block playing and fixed wire | Tiger Wang | 2013-12-14 | 2 | -4/+50 |
* | | moved simulor to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
* | | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-11 | 2 | -287/+136 |
|\| |
|
| * | Fixed compilating! | Tiger Wang | 2013-12-14 | 1 | -5/+5 |
| * | Fixes to redstone wire and torches | Tiger Wang | 2013-12-14 | 2 | -20/+36 |
| * | Removed loads of unneeded code again | Tiger Wang | 2013-12-14 | 1 | -86/+60 |
| * | Reduced loads of unneeded code | Tiger Wang | 2013-12-14 | 1 | -188/+44 |
| * | Fixed pistons being viable middle block | Tiger Wang | 2013-12-11 | 1 | -0/+3 |
| * | Provides a possible fix for repeater timings | Tiger Wang | 2013-12-10 | 1 | -1/+1 |
* | | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #412 from mc-server/fixes | Mattes D | 2013-12-10 | 3 | -6/+90 |
|\ |
|
| * | Readded initial line | Tiger Wang | 2013-12-10 | 1 | -0/+1 |
| * | Fixed compile (alas, no more goto) | Tiger Wang | 2013-12-10 | 1 | -11/+14 |
| * | Fixed Floody lava to stone fizzle | Tiger Wang | 2013-12-10 | 1 | -2/+16 |
| * | Added repeater delays | Tiger Wang | 2013-12-10 | 2 | -1/+62 |
| * | Slight redstone wire performance improvement | Tiger Wang | 2013-12-10 | 1 | -1/+6 |
| * | Changed more FastSetBlocks to SetBlocks | Tiger Wang | 2013-12-10 | 1 | -3/+3 |
* | | Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176 | worktycho | 2013-12-09 | 1 | -4/+3 |
|/ |
|
* | Changed some FastSetBlocks to SetBlock | Tiger Wang | 2013-12-07 | 1 | -3/+3 |
* | Fixed trapdoors not toggling | Tiger Wang | 2013-12-07 | 2 | -16/+102 |
* | Re-implemented redstone duplicate checking | Tiger Wang | 2013-12-06 | 1 | -0/+29 |
* | Merged if statements. | Samuel Barney | 2013-12-05 | 1 | -7/+1 |
* | Finished Merge | Samuel Barney | 2013-12-05 | 1 | -2/+2 |
* | Made suggested changes | Samuel Barney | 2013-12-04 | 2 | -6/+11 |
* | Fire no longer goes out when on top of nether rack | Samuel Barney | 2013-12-02 | 1 | -1/+6 |
* | Fixed linux compile errors and formatting in RedstoneSimulator.cpp | madmaxoft | 2013-12-01 | 1 | -14/+26 |
* | Fixed pistons extending | Tiger Wang | 2013-11-30 | 1 | -0/+10 |
* | Removed redstone duplicate power checking | Tiger Wang | 2013-11-30 | 1 | -2/+0 |
* | Improved piston direction checking | Tiger Wang | 2013-11-30 | 1 | -62/+8 |
* | Pistons no longer accept power through front face | Tiger Wang | 2013-11-30 | 2 | -3/+96 |
* | Improved redstone speed and fixed a wire bug | Tiger Wang | 2013-11-30 | 1 | -73/+83 |
* | Implemented trapdoors, fixes #43 and #105 | Tiger Wang | 2013-11-29 | 2 | -0/+19 |
* | Merged master into redstonefixes | Tiger Wang | 2013-11-27 | 2 | -201/+361 |
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 2 | -918/+926 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 19 | -0/+3347 |