aboutsummaryrefslogtreecommitdiff
path: root/src/strfnd.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-27better handling of unknown blocks on clientPerttu Ahola2-0/+12
2011-06-27updated to-do listPerttu Ahola1-0/+8
2011-06-27made dtime jitter compare value and fps calculation a bit faster changingPerttu Ahola1-1/+1
2011-06-27map unloading is now a whole lot betterPerttu Ahola11-210/+272
2011-06-26fixed block unloading from memory (a better fix coming next)Perttu Ahola8-74/+70
2011-06-26Made the initial loading screen slightly more alivePerttu Ahola1-25/+52
2011-06-26added screenshot key F12 (from spongie)Perttu Ahola2-0/+21
2011-06-26Added CPT_FACEDIR_SIMPLE calculation, finally, as figured out by spongiePerttu Ahola1-1/+23
2011-06-26changed one "if" to "else if" in content_mapblock.cppPerttu Ahola1-1/+1
2011-06-26reorganized stuffPerttu Ahola4-2/+21
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 doi...Perttu Ahola24-1626/+2059
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
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