Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-25 | Fixed spelling; Rotater to Rotator. | narroo | 1 | -3/+3 | |
2014-03-05 | Add SendBlockTo to cWorldInterface | Howaner | 1 | -1/+1 | |
2014-03-05 | Add data backsending, when the Client interacts a Block and the Interact is cancelled. | Howaner | 1 | -0/+6 | |
2014-03-02 | Reformatted | Tycho | 1 | -2/+2 | |
2014-03-01 | Implemented Rotations | Tycho | 1 | -3/+3 | |
2014-02-27 | Added some Metadate rotaters using templated Mixin | Tycho | 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 | -5/+5 | |
2014-02-01 | Changed signitures of Several BLockHandler Methods | Tycho | 1 | -5/+5 | |
Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | |||||
2014-01-25 | First attempt at Implementing Interfaces | Tycho | 1 | -1/+1 | |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 1 | -2/+2 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-09-09 | Removed the cDoors class. | madmaxoft | 1 | -3/+31 | |
The helper functions that it implemented were moved into their respective blockhandlers. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -60/+60 | |
2013-03-09 | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 1 | -1/+1 | |
Also changed cEntity rotation datatype to double git-svn-id: http://mc-server.googlecode.com/svn/trunk@1262 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -16/+19 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 1 | -1/+2 | |
Fixed crash when digging snow Moved BlockPlace hook check, so Core plugin will no longer block item usage Player chat messages are now visible in the console git-svn-id: http://mc-server.googlecode.com/svn/trunk@1081 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-19 | Implemented double doors | luksor111@gmail.com | 1 | -0/+56 | |
Implemented fence gate Updated g_BlockTransparent[] Doors can now only be opened by right clicking Doors will now drop when not supported by block git-svn-id: http://mc-server.googlecode.com/svn/trunk@1080 0a769ca7-a7f5-676a-18bf-c427514a06d6 |