aboutsummaryrefslogtreecommitdiff
path: root/src/game.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-10Set fixed FOV for the wielded itemKahrl1-1/+1
2012-03-10Different implementation of KeyPress::operator==Kahrl1-1/+2
Fixes some key mapping issues.
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 ↵Perttu Ahola1-0/+3
profilers)
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
2012-02-28Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola4-0/+15
2012-02-28Fix pointed.thing.ref -> pointed_thing.ref in builtin.luaPerttu Ahola1-1/+1
2012-02-27Add descriptions to minetest.conf.examplePerttu Ahola1-1/+5
2012-02-24server: /give: show the actual stackstringJonathan Neuschäfer1-0/+3
2012-02-24creative inventory: update to use default:fence_woodJonathan Neuschäfer1-1/+1
2012-02-24mesh: warn only once about render-to-target not being supportedJonathan Neuschäfer1-2/+7
2012-02-24tile: remove redundant warning about failing render-to-targetJonathan Neuschäfer1-2/+0
2012-02-24tile: don't duplicate std::string::find_last_ofJonathan Neuschäfer1-9/+3
2012-02-24itemdef: handle the !render-to-target caseJonathan Neuschäfer1-1/+7
2012-02-06Tune brightness stuff and fog colorPerttu Ahola1-11/+18
2012-02-06Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola1-1/+2
range to make fog work well
2012-02-06Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola3-3/+3
accordingly