summaryrefslogtreecommitdiff
path: root/region_wrapper.go
Commit message (Collapse)AuthorAge
* rename github accountHEADmasterLaria Carolin Chabowski2016-08-16
|
* New biome infos are now passed to mapwidgetKevin Chabowski2013-11-02
|
* Preparing editable biomes.Kevin Chabowski2013-10-31
| | | | Most stuff doesnt update correctly now...
* New weather condition fixing code.minecraft-1.7Kevin Chabowski2013-09-20
| | | | | | Fixing the weather conditions is now based on a snow line, i.e. the highest Y value that can have snow naturally. That way we can simulate the snow/ice placement of Minecraft 1.7.
* Fixed bug in fix{Freeze,Melt}Kevin Chabowski2013-09-19
| | | | | | | | | | Since glass does not reduce the light level the height map does not give us the highest non-air block, if that block is glass, because the height map saves the block with the highest Y value that could get full sunlight. This will slow down fixing the weather conditions, but now snow can not fall through glass.
* biomed now runs on windows.Kevin Chabowski2013-08-19
| | | | Also fixed some spelling mistakes and updated the README
* Restructured code.Kevin Chabowski2013-08-18
Most non-GUI code was moved out of mapwidget.go