summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Ban and Auth managers use infostream rather than dstreamPerttu Ahola
2012-03-10Replace dig_immediate=1 with dig_immediate=3 in mods/default/init.luaPerttu Ahola
2012-03-10Add a small bunch of notes about groups in mods/default/init.luaPerttu Ahola
2012-03-10dig_immediate=3 instead of 1 means 0 secondsPerttu Ahola
2012-03-10Update mini documentation in mods/default/init.lua a bitPerttu Ahola
2012-03-10Immediate smoke puff when a normal entity is punched to deathPerttu Ahola
2012-03-10Fix and tune things, add tool "recharge" animation, add dummyballPerttu Ahola
2012-03-10Set proper armor group for experimental:tntPerttu Ahola
2012-03-10LuaEntity armor groupsPerttu Ahola
2012-03-10ClientActiveObject::debugInfoText()Perttu Ahola
2012-03-10Remove header in servermain.cpp to make minetestserver to buildPerttu Ahola
2012-03-10Damage groups WIPPerttu Ahola
2012-03-10Entity damage system WIP; Remove C++ mobsPerttu Ahola
2012-03-10Small fix in getHitParamsPerttu Ahola
2012-03-10Don't draw cracks when digging is impossiblePerttu Ahola
2012-03-10itemgroup.h and ItemGroupList typedefPerttu Ahola
2012-03-10Tune group digging time stuff a bitPerttu Ahola
2012-03-10remove material from minetest.nodedef_defaultPerttu Ahola
2012-03-10Digging time groups WIPPerttu Ahola
2012-03-10Improve raillike drawtypeJeija
2012-03-08Handle select errno EINTR properly (not doing this breaks at least many ↵Perttu Ahola
profilers)
2012-03-07Move profiler measurements into inside of mutex locking for more useful resultsPerttu Ahola
2012-03-07Add dedicated_server_step settingPerttu Ahola
2012-02-28Merge remote-tracking branch 'jn/random-fixes'Perttu Ahola
2012-02-28Add UNIX man pages to aid package creators.Juhani Numminen
2012-02-28Add descriptions to command line argumentsJuhani Numminen
2012-02-28Install icon and .desktop file on Unix systemsJuhani Numminen
2012-02-28Merge pull request #46 from garrosh/masterceleron55
Add *~ to .gitignore
2012-02-28Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola
2012-02-28Fix pointed.thing.ref -> pointed_thing.ref in builtin.luaPerttu Ahola
2012-02-27Add descriptions to minetest.conf.examplePerttu Ahola
2012-02-24server: /give: show the actual stackstringJonathan Neuschäfer
2012-02-24creative inventory: update to use default:fence_woodJonathan Neuschäfer
2012-02-24mesh: warn only once about render-to-target not being supportedJonathan Neuschäfer
2012-02-24tile: remove redundant warning about failing render-to-targetJonathan Neuschäfer
2012-02-24tile: don't duplicate std::string::find_last_ofJonathan Neuschäfer
2012-02-24itemdef: handle the !render-to-target caseJonathan Neuschäfer
2012-02-06Tune brightness stuff and fog colorPerttu Ahola
2012-02-06Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola
range to make fog work well
2012-02-06Fix calculating if block is in viewing range; fix fog and default minimum ↵Perttu Ahola
accordingly
2012-02-05Players stay in environment even when dead, damage flash and fall damage fixesKahrl
Don't set m_removed on dead players (dead players are indicated by hp == 0). Local damage flash is shown whatever the cause was (even from Lua set_hp). PlayerCAO damage flash matches duration of local damage flash. Fall damage is dealt much more consistently (this is done by disallowing jumping when speed.Y is very negative, up to now jumping could sometimes negate fall damage)
2012-02-05Modify light values to work a bit better with non-smooth lightingPerttu Ahola
2012-02-04Add groups = {} to item definitionPerttu Ahola
2012-02-02Set better visual light levelsPerttu Ahola
2012-02-02Fix some warnings on some compilersGiuseppe Bilotta
ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor
2012-02-02Merge remote-tracking branch 'kahrl/hidehud'Perttu Ahola
2012-02-02Fix server hang when stepping a furnace with a huge dtimeKahrl
2012-02-01Page up/down: don't display the old value, it was a little confusingKahrl
2012-02-01Page up and down change the minimum viewing rangeKahrl