summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-17Improve inventory debug outputPerttu Ahola
2011-10-17Fix items showing up as sticks when placed in worldPerttu Ahola
2011-10-16Fix to-transparend conversion of backgrounds of sprite image files that ↵Perttu Ahola
don't have an alpha channel
2011-10-16Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola
2011-10-16Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola
2011-10-16When granting or revoking privileges, notify the target player tooPerttu Ahola
2011-10-16Make dungeon masters not shoot the walls with no reasonPerttu Ahola
2011-10-16When player times out, log the action as a timeout rather than regular quittingPerttu Ahola
2011-10-16Check NULL pointer properly in some new code trying to log new stuffPerttu Ahola
2011-10-16Better player damage prevention when falling on unloaded blocks, not ↵Perttu Ahola
involving getting stuck in there.
2011-10-16Switch more stuff to use the logging thing and fix segfault on player leave ↵Perttu Ahola
from server as introduced in a previous switch-to-logging commit
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola
on OS)
2011-10-16Update changelog (albeit a bit late)Perttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola
--info-on-stderr to enable crap.
2011-10-16Initially add small and tight logging facilityPerttu Ahola
2011-10-16Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵Perttu Ahola
setting
2011-10-16Update Linux build instructions in README.txt a bit and list the bat script ↵Perttu Ahola
used for releases
2011-10-16Update version number to 0.3.dev-20111016Perttu Ahola
2011-10-16Replace M_PI with PIPerttu Ahola
2011-10-15Fix some "Conditional jump or move depends on uninitialised value(s)" ↵Perttu Ahola
valgrind detections
2011-10-15Resource file handling for exe icon for MinGWPerttu Ahola
2011-10-15Make view bobbing amount configurablePerttu Ahola
2011-10-15Make dungeon masters though and make oerkkis disappear when they get to you ↵Perttu Ahola
(because hitting them doesn't work for some unknown reason)
2011-10-15strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵Perttu Ahola
clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
2011-10-15Handle death and respawn betterPerttu Ahola
2011-10-15Set a better version numberPerttu Ahola
2011-10-15Improve mobv2Perttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-14Lock mutex when accessing m_env in Server::~ServerPerttu Ahola
2011-10-14In CMake scripts: New version number, fix MSVC stuffPerttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-10-12Saner block modification flag operation for not saving everything alwaysPerttu Ahola
2011-09-27minetestmapper: Fix the way ylist is computed, use cStringIO instead of ↵Kahrl
rolling own Bytestream, remove some artifacts when drawing underground blocks, introduce a --drawunderground switch (defaults to of), 'blocknum' renamed to 'content'.
2011-09-26Merge remote-tracking branch 'marktraceur/master'Perttu Ahola
2011-09-26minetestmapper speed tweaks (kahrl & JacobF)Perttu Ahola
2011-09-26Add apple color to minetestmapper and fix cactus colorPerttu Ahola
2011-09-26Fix minetestmapper.pyPerttu Ahola
2011-09-26Merge remote-tracking branch 'kahrl/sectors2sqlite-fix'Perttu Ahola
2011-09-26Rotate wielded tool the right way and modify axe graphics accordinglyPerttu Ahola
2011-09-26Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola
2011-09-26Fix single-frame lag in camera yaw/pitch, tune view bobbing and add wielded ↵Perttu Ahola
tool movement when walking and tweak stuff a bit
2011-09-26Support Python 2 and 3 in sectors2sqlite.py.Kahrl
2011-09-26Fix processing of blocks below y=0 in sectors2sqlite.py.Kahrl
2011-09-26Server user limit configuration optionPerttu Ahola
2011-09-26Merge remote-tracking branch 'darkrose/master'Perttu Ahola
2011-09-24Merge pull request #10 from joshbeck/masterceleron55
Fixed null pointer dereference errors found by cppcheck
2011-09-24Fixed null pointer dereference errors found by cppcheckJoshua Beck
2011-09-23Fixed merge issues with saplings, ready to pull now!Mark Holmquist
2011-09-23Fixed saplings growing into trees (thanks so much, Kahrl!)Mark Holmquist
Put the random interval back to 1 in 50 chance. It's not as rare as rats, but rarer than grass.
2011-09-23Adding sapling textureMark Holmquist