Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -2/+2 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -2/+2 | |
May Fix #640 | |||||
2014-02-01 | Changed pointers to references | Tycho | 1 | -18/+18 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -3/+3 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 1 | -1/+0 | |
2014-01-26 | Refactored cBlockHandler::OnUse and dependents | Tycho | 1 | -71/+71 | |
2014-01-19 | Fixed weird meta with curved rails | Tiger Wang | 1 | -5/+15 | |
2014-01-19 | Added more rail functionality | Tiger Wang | 1 | -4/+4 | |
2013-12-25 | Fixed rails not updating with diagonals | Tiger Wang | 1 | -0/+34 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-10-31 | Adhering to project standards. | Samuel Barney | 1 | -1/+6 | |
2013-10-31 | Added missing conventions for windows. | Samuel Barney | 1 | -1/+1 | |
2013-10-30 | Broken rail blocks now stack. | Samuel Barney | 1 | -0/+3 | |
2013-09-03 | Fixed inconsistent meta naming | Tiger Wang | 1 | -51/+51 | |
2013-08-29 | Implemented xoft's suggestions [SEE DESC] | Tiger Wang | 1 | -82/+51 | |
Rail metas are now in BlockID and exported to LUA Minecart now does a SetMass, instead of m_Mass Minecarts use SubType instead of TypeType | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -421/+421 | |
2013-03-15 | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 1 | -67/+145 | |
Also fixed vines' placement. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1278 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -99/+126 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-26 | Fixed certain blocks crashing clients when mined | luksor111@gmail.com | 1 | -1/+2 | |
Fixed rail duplication glitch Fixed fall damage calculation Glass no longer drops glass git-svn-id: http://mc-server.googlecode.com/svn/trunk@1068 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-25 | Implemented rail placement mechanics. | luksor111@gmail.com | 1 | -0/+315 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1065 0a769ca7-a7f5-676a-18bf-c427514a06d6 |