aboutsummaryrefslogtreecommitdiff
path: root/genmap.py
AgeCommit message (Collapse)Author
2011-08-15Cleanup rootGiuseppe Bilotta
These scripts should not be in the root but in util/ and in fact they are, so let's get rid of these.
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola
2011-06-05Messed around with genmap.py. Now supports format version 17.Perttu Ahola
2011-04-11updated example map generator python scriptPerttu Ahola
2011-04-02commit before some radical changesPerttu Ahola
2010-11-29- added map generating scriptPerttu Ahola
- dropped support for versions older than 2 because of lighting support