summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename github accountHEADmasterLaria Carolin Chabowski2016-08-16
|
* Added new Blocks from 14w25aKevin Chabowski2014-06-18
|
* Added Iron Trapdoor from Snapshot 14w07aKevin Chabowski2014-02-18
|
* Added Barrier block from 14w05aKevin Chabowski2014-01-30
|
* Added slime blockKevin Chabowski2014-01-09
|
* New wooden block IDs from latest snapshot.Kevin Chabowski2013-10-22
|
* New Blocks from Snapshot 13w41aKevin Chabowski2013-10-10
|
* Added/improved some documentation.Kevin Chabowski2013-09-21
|
* Deleting chunks implemented.Kevin Chabowski2013-09-21
|
* Actually adding chunks worked perfectly.new-chunkKevin Chabowski2013-09-20
| | | | | The example application was just broken, since I forgot to call MarkModified...
* Adding new chunks kinda works...Kevin Chabowski2013-09-20
| | | | They are definetely added but seem to be corrupted.
* Merge branch 'master' of git@github.com:kch42/gomcmap.gitKevin Chabowski2013-09-20
|\
| * New blocks introduced in the recent snapshotsKevin Chabowski2013-09-16
| |
* | Fixed bug in RecalcHeightMapKevin Chabowski2013-09-20
|/ | | | y started as ChunkSizeY which resulted in a index out of range panic.
* Added new Biomes from 1.7.Kevin Chabowski2013-09-16
|
* Fixed a bug in chunk serialisation.Kevin Chabowski2013-08-16
| | | | The bug set all biome infos to BioOcean(= 0) when serialising the chunk.
* Fixed BlockToChunk... Again...Kevin Chabowski2013-08-16
| | | | Totally not embarassing...
* Fixed BlockToChunkKevin Chabowski2013-08-15
|
* Fixed offset calculation for biomes.Kevin Chabowski2013-08-15
|
* Implemented height map recalculationKevin Chabowski2013-08-12
|
* Removed map.pngKevin Chabowski2013-08-12
|
* Added doc.goKevin Chabowski2013-08-12
|
* Added license and readme.Kevin Chabowski2013-08-12
|
* Added Iter function to ChunkKevin Chabowski2013-08-12
|
* Getting rid of some magic numbers.Kevin Chabowski2013-08-12
|
* Chunks are now marked at unused in a function of Chunk.Kevin Chabowski2013-08-12
|
* Added some documentation.Kevin Chabowski2013-08-12
|
* Added functions to get/set biome data.Kevin Chabowski2013-08-12
|
* Fixed MaxDims and UnloadChunk.Kevin Chabowski2013-08-12
|
* Added mapper exampleKevin Chabowski2013-08-12
|
* Writing maps implementedKevin Chabowski2013-08-12
|
* Initial commit.Kevin Chabowski2013-08-11
Reading maps is already working :-D