aboutsummaryrefslogtreecommitdiff
path: root/cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2012-02-05Players stay in environment even when dead, damage flash and fall damage fixesKahrl8-70/+104
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 Ahola1-3/+5
2012-02-04Add groups = {} to item definitionPerttu Ahola2-0/+10
2012-02-02Set better visual light levelsPerttu Ahola1-1/+53
2012-02-02Fix some warnings on some compilersGiuseppe Bilotta4-3/+4
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-02Fix server hang when stepping a furnace with a huge dtimeKahrl1-8/+15
2012-02-01Page up/down: don't display the old value, it was a little confusingKahrl1-17/+10
2012-02-01Page up and down change the minimum viewing rangeKahrl4-39/+58
2012-02-01Show the top line too when only chat, but not HUD is shownKahrl1-1/+1
2012-02-01F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵Kahrl4-98/+318
pages
2012-01-25Fix craftresult_is_preview flood in log and remove unnecessary debug outputKahrl2-5/+3
2012-01-24Added Kate backup file scheme to .gitignore for Kate usersGarrosh1-0/+1
2012-01-24Remove unnecessary delays from large data transfer unit testPerttu Ahola1-2/+2
2012-01-24Set default number of maximum users to 100 instead of 20Perttu Ahola1-1/+1
2012-01-24Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola3-2/+60
2012-01-22Call this 0.4.dev-20120122-1Perttu Ahola1-1/+1