aboutsummaryrefslogtreecommitdiff
path: root/src/itemdef.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-03Properly handle dropping of items from nodes, and disallow moving items direc...Perttu Ahola1-4/+31
2012-06-03on_metadata_inventory_{move,offer,take}Perttu Ahola6-24/+275
2012-06-03Implement sign using form field protocolPerttu Ahola10-31/+117
2012-06-03Convert legacy chest inventory list "0" to "main"Perttu Ahola1-2/+20
2012-06-03Properly create metadata inventories in minimalPerttu Ahola1-4/+10
2012-06-03Improve GUIInventoryMenu error messages morePerttu Ahola1-4/+4
2012-06-03Add proper error messages to GUIInventoryMenu when inventory lists are invalidPerttu Ahola1-3/+11
2012-06-03Random node metadata thingsPerttu Ahola3-7/+6
2012-06-03Attempt to begin to implement chests and furnace in Lua (with problems)Perttu Ahola3-19/+28
2012-06-03Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola3-15/+77
2012-06-03Strip unneeded variables from NodeMetadatadarkrose5-133/+36
2012-06-03WIP node metadata, node timersKahrl19-1340/+742
2012-06-03Catch VersionMismatchException while loading world dataPerttu Ahola1-2/+6
2012-06-03Check password hash validityPerttu Ahola3-0/+21
2012-05-31Fix MSVC build (pow type overload stuff)Perttu Ahola1-2/+2
2012-05-21Add support for putting modpacks directly into mod directoriesPerttu Ahola2-35/+82
2012-05-20Add better trace peudo-loglevel supportPerttu Ahola3-2/+9
2012-05-20Allow using --worldname for local game tooPerttu Ahola1-21/+25
2012-05-20Comment out unnecessary debug output in SettingsPerttu Ahola1-2/+2
2012-05-20--world listPerttu Ahola1-1/+9
2012-05-20Better description of static_spawnpoint in minetest.conf.examplePerttu Ahola1-1/+1
2012-05-20Update minetest.conf.example a bitPerttu Ahola1-1/+8
2012-05-20Tune smooth lighting a bitPerttu Ahola1-2/+10
2012-05-19Log more stuff in Client::afterContentReceived()Perttu Ahola1-1/+10
2012-05-19Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola1-2/+3
2012-04-15Add a hack to get rid of the rare "ERROR: StaticObjectList::insert(): id alre...Perttu Ahola1-0/+9
2012-04-14Fix continuing to process TOSERVER_INIT2 even if player doesn't existPerttu Ahola1-2/+6
2012-04-14Add "Registered definitions of stuff" to doc/lua_api.txtPerttu Ahola1-3/+43
2012-04-13Fix executing register_chatcommand-defined commands even in the middle of a c...Perttu Ahola1-1/+1
2012-04-10Fix unhandled InvalidPositionExceptionPerttu Ahola1-1/+1
2012-04-10basic_privs to allow granting/revoking interact_extra tooPerttu Ahola1-2/+2
2012-04-09Support static_spawnpoint settingPerttu Ahola5-1/+69
2012-04-09Fix ABM handling on block activationPerttu Ahola1-3/+5
2012-04-09Allow redefining minetest.item_place and the likePerttu Ahola1-8/+15
2012-04-09Make client know about reverted disallowed diggingsPerttu Ahola1-2/+15
2012-04-09Add basic_privs privilegePerttu Ahola2-2/+23
2012-04-09Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2-43/+74
2012-04-09Fix unable to join server first time with a passwordPerttu Ahola1-5/+2
2012-04-08Call this 0.4.dev-20120408Perttu Ahola2-4/+3
2012-04-08Add minimal documentation about the $world/game/ additionPerttu Ahola1-0/+13
2012-04-08Support placing a minetest game inside $world/game to allow creating proper a...Perttu Ahola3-21/+43
2012-04-08Fix crash after 'LuaEntity name "particles:smoke" not defined' and similar er...Perttu Ahola1-3/+2
2012-04-08minetest.get_node_group(name, group)Perttu Ahola2-0/+9
2012-04-08EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2-0/+52
2012-04-08Allow looping of local and positional soundsPerttu Ahola1-2/+2
2012-04-08Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola2-1/+26
2012-04-07Improve texture atlas generationPerttu Ahola1-7/+34
2012-04-07Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is exp...q663-4/+29
2012-04-07Improve doc/lua_api.txtPerttu Ahola1-10/+30
2012-04-07Tune mapgenPerttu Ahola1-7/+15