| 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.
|
| |
|
|
|
|
| |
May Fix #640
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed the signitures of the following to use interfaces:
GetPlacementBlockTypeMeta
OnPlaced
OnPlacedByPlayer
OnDestroyed
OnNeighbourChanged
NeighbourChanged
OnUse
CanBeAt
Check
|
|
|
|
|
| |
Now takes into account the possibility that thin snow can be on top of
full thin snow.
|
| |
|
|
|