aboutsummaryrefslogtreecommitdiff
path: root/minetest-icon.svg (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-11Improve command-line parametersPerttu Ahola4-111/+144
2012-03-11Prettify --help outputPerttu Ahola3-18/+44
2012-03-11Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola2-342/+345
2012-03-11--verbose, not --info-on-stderrPerttu Ahola1-2/+6
2012-03-11Clean up log messages everywherePerttu Ahola17-244/+243
2012-03-11Do not print errors when searching for usable configuration filePerttu Ahola1-4/+0
2012-03-11Fix configuration file behaviourPerttu Ahola2-2/+31
2012-03-11Increase Peer max_packets_per_second (hopefully doesn't break anything)Perttu Ahola1-1/+1
2012-03-10Add description in minetest.conf.examplePerttu Ahola1-0/+2
2012-03-10Tune "Connecting to server" and "Waiting content" screensPerttu Ahola1-34/+40
2012-03-10Chat console, including a number of rebases and modifications.Kahrl17-147/+1942
2012-03-10Starting the game in the pause menu is lame, don't do it\!Perttu Ahola1-2/+2
2012-03-10Set fixed FOV for the wielded itemKahrl1-1/+1
2012-03-10Different implementation of KeyPress::operator==Kahrl1-1/+2
2012-03-10Make Camera::updateViewingRange more snappy in following the min/max settingsPerttu Ahola1-5/+10
2012-03-10Faster player movement and smaller collision boxPerttu Ahola1-3/+3
2012-03-10dig_immediate=2 -> 0.5 seconds digging timePerttu Ahola1-1/+1
2012-03-10Set rail to have dig_immediate=2Perttu Ahola3-1/+1
2012-03-10Tidy up server log output a bitPerttu Ahola2-5/+4
2012-03-10Clean unit test outputPerttu Ahola2-9/+13
2012-03-10Add and tidy up some Server log output for declined connectionsPerttu Ahola1-11/+19
2012-03-10Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola3-511/+147
2012-03-10Fix addon and configuration file pathsPerttu Ahola3-2/+12
2012-03-10Initial directory structure reworkPerttu Ahola134-101/+136
2012-03-10Ban and Auth managers use infostream rather than dstreamPerttu Ahola2-12/+12
2012-03-10Replace dig_immediate=1 with dig_immediate=3 in mods/default/init.luaPerttu Ahola1-3/+3
2012-03-10Add a small bunch of notes about groups in mods/default/init.luaPerttu Ahola1-0/+12
2012-03-10dig_immediate=3 instead of 1 means 0 secondsPerttu Ahola1-3/+3
2012-03-10Update mini documentation in mods/default/init.lua a bitPerttu Ahola1-11/+8
2012-03-10Immediate smoke puff when a normal entity is punched to deathPerttu Ahola12-34/+286
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola10-50/+460
2012-03-10Set proper armor group for experimental:tntPerttu Ahola1-1/+1
2012-03-10LuaEntity armor groupsPerttu Ahola7-6/+67
2012-03-10ClientActiveObject::debugInfoText()Perttu Ahola2-2/+7
2012-03-10Remove header in servermain.cpp to make minetestserver to buildPerttu Ahola1-1/+0
2012-03-10Damage groups WIPPerttu Ahola6-27/+134
2012-03-10Entity damage system WIP; Remove C++ mobsPerttu Ahola14-3253/+473
2012-03-10Small fix in getHitParamsPerttu Ahola1-0/+2
2012-03-10Don't draw cracks when digging is impossiblePerttu Ahola1-2/+6
2012-03-10itemgroup.h and ItemGroupList typedefPerttu Ahola7-28/+17
2012-03-10Tune group digging time stuff a bitPerttu Ahola2-3/+3
2012-03-10remove material from minetest.nodedef_defaultPerttu Ahola1-8/+0
2012-03-10Digging time groups WIPPerttu Ahola21-704/+695
2012-03-10Improve raillike drawtypeJeija1-22/+91
2012-03-08Handle select errno EINTR properly (not doing this breaks at least many profi...Perttu Ahola1-0/+3
2012-03-07Move profiler measurements into inside of mutex locking for more useful resultsPerttu Ahola1-6/+5
2012-03-07Add dedicated_server_step settingPerttu Ahola2-3/+5
2012-02-28Add UNIX man pages to aid package creators.Juhani Numminen3-0/+124
2012-02-28Add descriptions to command line argumentsJuhani Numminen2-15/+30
2012-02-28Install icon and .desktop file on Unix systemsJuhani Numminen1-0/+7