Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -2/+2 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | 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 missing member initialization to cGridStructGen. | madmaxoft | 2014-07-15 | 1 | -0/+1 |
| | | | | Fixes CID 68228. | ||||
* | Check GridSize for 0 | worktycho | 2014-06-26 | 1 | -0/+10 |
| | | | Fixes CID 68226 and CID 66437 | ||||
* | Fixed a caching bug in GridStructGen. | madmaxoft | 2014-06-21 | 1 | -2/+2 |
| | | | | The elements in cache were queried wrong, so sometimes they wouldn't be used even if they were the ones to use. | ||||
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -13/+18 |
| | |||||
* | Merge branch 'master' into VillageGen | madmaxoft | 2014-05-27 | 1 | -0/+9 |
|\ | |||||
| * | Auto-enlargement for cGridStructGen cache. | Mattes D | 2014-05-23 | 1 | -0/+9 |
| | | |||||
* | | Fixed a NULL ptr failure in GridStructGen. | madmaxoft | 2014-05-15 | 1 | -1/+34 |
|/ | | | | When the descendant generator returned a NULL structure, the generator would crash. Now it uses a special cEmptyStructure class instead. | ||||
* | Fixed cGridStructGen. | Mattes D | 2014-05-08 | 1 | -18/+6 |
| | | | | Now cNetherFortGen works with the new architecture. | ||||
* | cNetherFortGen uses cGridStructGen. | madmaxoft | 2014-05-07 | 1 | -6/+6 |
| | | | | WIP, this doesn't work properly yet. | ||||
* | Initial cGridStructGen refactoring. | madmaxoft | 2014-05-06 | 1 | -0/+138 |
Ref.: #987. |