aboutsummaryrefslogtreecommitdiff
path: root/data (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-17Add a log message to SEnv and make it load objects if there are < 51 of them,...Perttu Ahola1-1/+11
2011-10-17Catch SendFailedException when replying back in Connection::Receive()Perttu Ahola1-0/+5
2011-10-17Display RTT (round trip time, ping) on client status textPerttu Ahola3-2/+12
2011-10-17Add some rendering statistics to profilerPerttu Ahola2-0/+15
2011-10-17Workaround for blocks having a huge amount of active objects; add log message...Perttu Ahola1-17/+71
2011-10-17Remove very floody log message of MobV2SAOPerttu Ahola1-2/+0
2011-10-17Improve active object handling log outputceleron551-10/+39
2011-10-17Fix partly double printed debug.txtceleron552-10/+10
2011-10-17Fix punching of oerkkisPerttu Ahola2-3/+18
2011-10-17Fix chest not working after walked away and came backPerttu Ahola2-3/+19
2011-10-17Improve inventory debug outputPerttu Ahola2-42/+59
2011-10-17Fix items showing up as sticks when placed in worldPerttu Ahola1-43/+29
2011-10-16Fix to-transparend conversion of backgrounds of sprite image files that don't...Perttu Ahola1-12/+14
2011-10-16Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola5-24/+66
2011-10-16Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola4-72/+97
2011-10-16When granting or revoking privileges, notify the target player tooPerttu Ahola3-2/+27
2011-10-16Make dungeon masters not shoot the walls with no reasonPerttu Ahola2-17/+24
2011-10-16When player times out, log the action as a timeout rather than regular quittingPerttu Ahola1-2/+3
2011-10-16Check NULL pointer properly in some new code trying to log new stuffPerttu Ahola1-1/+4
2011-10-16Better player damage prevention when falling on unloaded blocks, not involvin...Perttu Ahola3-27/+12
2011-10-16Switch more stuff to use the logging thing and fix segfault on player leave f...Perttu Ahola3-10/+13
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola8-33/+46
2011-10-16Update changelog (albeit a bit late)Perttu Ahola1-0/+13
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola16-646/+844
2011-10-16Initially add small and tight logging facilityPerttu Ahola3-0/+214
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