Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily commented out override directives." | Tycho | 2014-09-05 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Temporarily commented out override directives. | Samuel Barney | 2014-08-21 | 1 | -7/+7 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into VillageGen | madmaxoft | 2014-05-29 | 1 | -1/+6 |
|\ | |||||
| * | Fixed a memory leak in cPrefabPiecePool. | madmaxoft | 2014-05-28 | 1 | -1/+6 |
| | | | | | | | | The pool pieces weren't freed upon pool destruction. | ||||
* | | cPieceGenerator chooses starting pieces based on weights. | madmaxoft | 2014-05-27 | 1 | -0/+1 |
|/ | | | | Fixes #1033. | ||||
* | cNetherFortGen uses cGridStructGen. | madmaxoft | 2014-05-07 | 1 | -2/+6 |
| | | | | WIP, this doesn't work properly yet. | ||||
* | Initial cPrefabPiecePool refactoring. | madmaxoft | 2014-05-07 | 1 | -0/+75 |
Ref.: #986. |