aboutsummaryrefslogtreecommitdiff
path: root/games/minimal (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-03Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵Perttu Ahola4-42/+94
values in formspec
2012-06-03Reshape inventory menu codePerttu Ahola4-181/+79
2012-06-03Add a bit of unit test for inventoryPerttu Ahola1-0/+94
2012-06-03Fix loading of legacy chestsPerttu Ahola3-8/+13
2012-06-03Use proper furnace cook timePerttu Ahola1-1/+1
2012-06-03Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return ↵Perttu Ahola3-3/+13
a string to aid better inter-object compatibility of code that assumes objects to be players
2012-06-03Make GUIinventoryMenu::drawList more robust with invalid dataPerttu Ahola1-1/+14
2012-06-03Lua implementation of furnace with visible active statedarkrose2-0/+129
2012-06-03Implement locked chest; add after_place_node and after_dig_node node callbacksPerttu Ahola4-7/+126
2012-06-03minetest.get_craft_resultPerttu Ahola3-26/+158
2012-06-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola6-86/+191
2012-06-03Properly handle dropping of items from nodes, and disallow moving items ↵Perttu Ahola1-4/+31
directly between nodes
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 ↵Perttu Ahola1-0/+9
already exists" failure
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 ↵Perttu Ahola1-1/+1
chat line
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