aboutsummaryrefslogtreecommitdiff
path: root/src/modalMenu.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
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