aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-04Improve GUIMessageMenu (move and resize elements based on size of text)Perttu Ahola1-6/+16
2012-06-04Fix loading of old signsPerttu Ahola1-2/+2
2012-06-04Call this 0.4.dev-20120603Perttu Ahola1-1/+1
2012-06-03Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em...darkrose3-0/+50
2012-06-03Add can_dig callbackdarkrose2-1/+5
2012-06-03fix locked chest to not destroy denied items (minimal game)darkrose1-1/+1
2012-06-03Add fire visualization to minimal furnace menuPerttu Ahola3-13/+23
2012-06-03Update inventory menu from formspec on-the-flyPerttu Ahola3-10/+55
2012-06-03Add texture modification [lowpart:percent:filenamePerttu Ahola1-0/+35
2012-06-03Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point valu...Perttu Ahola4-42/+94
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 a...Perttu Ahola3-3/+13
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 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