Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding new chunks kinda works... | Kevin Chabowski | 2013-09-20 |
| | | | | They are definetely added but seem to be corrupted. | ||
* | Fixed bug in RecalcHeightMap | Kevin Chabowski | 2013-09-20 |
| | | | | y started as ChunkSizeY which resulted in a index out of range panic. | ||
* | Fixed BlockToChunk... Again... | Kevin Chabowski | 2013-08-16 |
| | | | | Totally not embarassing... | ||
* | Fixed BlockToChunk | Kevin Chabowski | 2013-08-15 |
| | |||
* | Fixed offset calculation for biomes. | Kevin Chabowski | 2013-08-15 |
| | |||
* | Implemented height map recalculation | Kevin Chabowski | 2013-08-12 |
| | |||
* | Added Iter function to Chunk | Kevin Chabowski | 2013-08-12 |
| | |||
* | Getting rid of some magic numbers. | Kevin Chabowski | 2013-08-12 |
| | |||
* | Chunks are now marked at unused in a function of Chunk. | Kevin Chabowski | 2013-08-12 |
| | |||
* | Added functions to get/set biome data. | Kevin Chabowski | 2013-08-12 |
| | |||
* | Writing maps implemented | Kevin Chabowski | 2013-08-12 |
| | |||
* | Initial commit. | Kevin Chabowski | 2013-08-11 |
Reading maps is already working :-D |