aboutsummaryrefslogtreecommitdiff
path: root/data (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-26tuned mapgenPerttu Ahola1-51/+31
2011-06-26changed water color in farmeshPerttu Ahola1-1/+2
2011-06-26updated noise stuffPerttu Ahola2-2/+7
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola24-1626/+2059
doing it
2011-06-26improved player fall damage detectionPerttu Ahola1-3/+35
2011-06-26added and commented out some debug outputPerttu Ahola4-74/+111
2011-06-26even more code refactoringPerttu Ahola10-209/+221
2011-06-26more reorganizing of map codePerttu Ahola10-40/+38
2011-06-26cleaned map stuffPerttu Ahola7-285/+67
2011-06-25moved mapgen stuff around abitPerttu Ahola4-74/+61
2011-06-25moved map generator to separate source filesPerttu Ahola7-1920/+2002
2011-06-25added minetestmapper in utils/Perttu Ahola2-0/+465
2011-06-25mapgen stuffPerttu Ahola7-196/+392
2011-06-25added correct data to new images, added comments in main.cppPerttu Ahola3-0/+6
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola29-2814/+134954
(import from temporary git repo)
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola10-78/+28
2011-06-23disabled farmesh in default settingsPerttu Ahola1-1/+1
2011-06-22fixed servermain.cpp lacking filesys.hPerttu Ahola1-0/+1
2011-06-20path_userdata is now created before potentially creating debug.txt in therePerttu Ahola2-3/+6
2011-06-20moved the mac include in porting.cpp out of namespacePerttu Ahola1-1/+4
2011-06-19fixed a segfault in case of wrong input from network on the server (reported ↵Perttu Ahola1-3/+3
by spongie)