aboutsummaryrefslogtreecommitdiff
path: root/src/log.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-16Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs se...Perttu Ahola6-0/+18
2011-10-16Update Linux build instructions in README.txt a bit and list the bat script u...Perttu Ahola1-4/+20
2011-10-16Update version number to 0.3.dev-20111016Perttu Ahola1-1/+1
2011-10-16Replace M_PI with PIPerttu Ahola2-4/+4
2011-10-15Fix some "Conditional jump or move depends on uninitialised value(s)" valgrin...Perttu Ahola2-2/+4
2011-10-15Resource file handling for exe icon for MinGWPerttu Ahola1-2/+10
2011-10-15Make view bobbing amount configurablePerttu Ahola3-0/+4
2011-10-15Make dungeon masters though and make oerkkis disappear when they get to you (...Perttu Ahola7-18/+74
2011-10-15strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h;...Perttu Ahola5-16/+32
2011-10-15Handle death and respawn betterPerttu Ahola9-89/+476
2011-10-15Set a better version numberPerttu Ahola1-1/+1
2011-10-15Improve mobv2Perttu Ahola11-78/+221
2011-10-15mobv2Perttu Ahola29-2889/+1720
2011-10-14Lock mutex when accessing m_env in Server::~ServerPerttu Ahola1-11/+17
2011-10-14In CMake scripts: New version number, fix MSVC stuffPerttu Ahola2-3/+9
2011-10-12Header file tweaking; mainly for speedPerttu Ahola37-946/+1198
2011-10-12Saner block modification flag operation for not saving everything alwaysPerttu Ahola3-6/+11
2011-09-27minetestmapper: Fix the way ylist is computed, use cStringIO instead of rolli...Kahrl1-92/+66
2011-09-26minetestmapper speed tweaks (kahrl & JacobF)Perttu Ahola1-18/+30
2011-09-26Add apple color to minetestmapper and fix cactus colorPerttu Ahola1-1/+2
2011-09-26Fix minetestmapper.pyPerttu Ahola1-2/+12
2011-09-26Rotate wielded tool the right way and modify axe graphics accordinglyPerttu Ahola4-2/+2
2011-09-26Fix single-frame lag in camera yaw/pitch, tune view bobbing and add wielded t...Perttu Ahola2-57/+99
2011-09-26Support Python 2 and 3 in sectors2sqlite.py.Kahrl1-2/+7
2011-09-26Fix processing of blocks below y=0 in sectors2sqlite.py.Kahrl1-6/+10
2011-09-26Server user limit configuration optionPerttu Ahola2-9/+20
2011-09-24Fixed null pointer dereference errors found by cppcheckJoshua Beck2-4/+5
2011-09-23Fixed merge issues with saplings, ready to pull now!Mark Holmquist2-2/+2
2011-09-23Fixed saplings growing into trees (thanks so much, Kahrl!)Mark Holmquist1-3/+16