| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64.
Conflicts:
src/Bindings/PluginLua.h
src/Blocks/BlockFire.h
src/Generating/ChunkGenerator.h
src/LoggerListeners.cpp
src/Mobs/Components/AIAggressiveComponent.h
src/Mobs/Monster.h
src/OSSupport/IsThread.h
src/Protocol/Authenticator.h
src/UI/SlotArea.h
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This was mostly done automatically and then visually inspected for obvious errors.
All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
|
| |
|
| |
|
|
|
|
|
|
|
| |
+ Added trapped chests
* Fixed a bunch of bugs in the redstone simulator concerning wires and
repeaters
* Other potential bugfixes
|
| |
|
|
|
|
|
| |
* Fixes #879
* Fixes #714
|
|
|
|
| |
May Fix #640
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed the signitures of the following to use interfaces:
GetPlacementBlockTypeMeta
OnPlaced
OnPlacedByPlayer
OnDestroyed
OnNeighbourChanged
NeighbourChanged
OnUse
CanBeAt
Check
|
|
|
|
|
| |
Some technical blocks were removed; trying to render them as items
caused a crash.
|
|
|