Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -0/+3 |
|\ | | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h | ||||
| * | Spawn exp if you break a mob spawner. | Howaner | 2014-09-12 | 1 | -0/+3 |
| | | |||||
* | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -3/+4 |
|/ | |||||
* | TimeOfDay does not need to be an Int64 | Tycho | 2014-09-08 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp src/ClientHandle.h src/Entities/Player.cpp src/Entities/Player.h src/Generating/FinishGen.cpp src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol16x.cpp src/Protocol/Protocol16x.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/Root.h src/World.cpp | ||||
| * | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | |||||
| * | Redstone simulator is alerted to lever unpowering | Tiger Wang | 2014-07-02 | 1 | -0/+3 |
| | | | | | | | | | | * Fixed the "fix" that broke the fix for #535, thereby fixing said issue * Fixed #535 | ||||
* | | Merge branch 'master' into portals | Tiger Wang | 2014-06-21 | 1 | -0/+9 |
|\| | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Entity.h src/Entities/Player.h | ||||
| * | Add DoWithBlockEntityAt() to WorldInterface.h | Howaner | 2014-06-17 | 1 | -0/+9 |
| | | |||||
* | | Cauldrons check the heightmap | Tiger Wang | 2014-06-14 | 1 | -4/+4 |
| | | |||||
* | | Suggestions | Tiger Wang | 2014-06-05 | 1 | -1/+3 |
| | | |||||
* | | Cauldrons fill | Tiger Wang | 2014-05-29 | 1 | -0/+3 |
|/ | |||||
* | Fixed non-virtual destructors warnings. | madmaxoft | 2014-03-28 | 1 | -1/+2 |
| | |||||
* | Beds now work properly fixes #707 | Tiger Wang | 2014-03-09 | 1 | -1/+7 |
| | | | | | | | | Also fixes FS392 Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp | ||||
* | Fix comment | Howaner | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | Add SendBlockTo to cWorldInterface | Howaner | 2014-03-05 | 1 | -0/+3 |
| | |||||
* | Changed Signiture of OnDestroyedByPlayer | Tycho | 2014-02-01 | 1 | -0/+3 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | Refactored cBlockHandler::OnUse and dependents | Tycho | 2014-01-26 | 1 | -3/+15 |
| | |||||
* | First attempt at Implementing Interfaces | Tycho | 2014-01-25 | 1 | -0/+13 |