Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed warning in BlockID. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Removed extraneous switch{} in Start() | archshift | 2014-04-26 | 1 | -2/+3 |
| | | | | Squashed a warning. | ||||
* | Removed g_BlockXXX arrays | andrew | 2014-03-02 | 1 | -399/+0 |
| | |||||
* | Add Light weighted pressure plates | Howaner | 2014-02-20 | 1 | -0/+4 |
| | |||||
* | Added dtExplosion to damage<->string functions. | madmaxoft | 2014-02-04 | 1 | -1/+2 |
| | |||||
* | Fixed #624 | Tiger Wang | 2014-02-02 | 1 | -0/+1 |
| | |||||
* | E_BLOCK_POTATOES isn't an solid block. Villagers were floating above them. | STRWarrior | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | Multiple enhancements and fixes to minecarts | Tiger Wang | 2014-01-12 | 1 | -0/+1 |
| | | | | | | + They are destroyed instantly by creative mode * Physics is much improved + Basic implementation of powered rails | ||||
* | Merge pull request #529 from mc-server/derpstonerefactor | Alexander Harkness | 2014-01-12 | 1 | -63/+63 |
|\ | | | | | Major refactoring of redstone | ||||
| * | Renamed g_TorchPlaceable... | Tiger Wang | 2014-01-11 | 1 | -63/+63 |
| | | | | | | | | ...to g_FullyOccupiesVoxel, as recommended by @bearbin | ||||
* | | Move biome definition to separate files | Bill Derouin | 2014-01-09 | 1 | -100/+0 |
|/ | |||||
* | Fixed repeaters delay, maybe | Tiger Wang | 2013-12-20 | 1 | -0/+3 |
| | | | | | 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). | madmaxoft | 2013-12-20 | 1 | -6/+6 |
| | |||||
* | Fixed loads more of them. | Alexander Harkness | 2013-11-26 | 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 | 1 | -24/+28 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+954 |