aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-04Craftitem aliasesPerttu Ahola5-996/+80
2011-12-04Fix log message in tooldef.cppPerttu Ahola1-1/+1
2011-12-04Modify a commit in tooldef.cpp and nodedef.cppPerttu Ahola2-2/+2
2011-12-04Tool aliasesPerttu Ahola5-8/+89
2011-12-04Add serialization for node aliases to let client show inventory images correctlyPerttu Ahola1-0/+20
2011-12-03Node definition aliasesPerttu Ahola5-2/+108
2011-12-03Even more texture fixingPerttu Ahola2-0/+0
2011-12-03Rename lump_of_* to *_lumpPerttu Ahola6-18/+18
2011-12-03Fix the previous commitPerttu Ahola1-1/+1
2011-12-03Clean and fix mods/experimental/init.luaPerttu Ahola1-26/+25
2011-12-03More texture naming fixesPerttu Ahola5-9/+2
2011-12-03Rename textures of default modPerttu Ahola91-266/+242
2011-12-03Remove iron apple from defaultPerttu Ahola3-24/+0
2011-12-03Make global names in default mod use good naming convention and move backward...Perttu Ahola5-345/+1403
2011-12-03Rename cookresult_item to cookresult_itemstringPerttu Ahola1-2/+2
2011-12-03add EnvRef:get_node_or_nil()Perttu Ahola1-0/+24
2011-12-03Add ABM required neighbor checkPerttu Ahola4-3/+84
2011-12-03Fix bucket texture namesPerttu Ahola1-2/+2
2011-12-03Allow digging unknown nodesPerttu Ahola1-0/+2
2011-12-03Show infotext for unknown nodesPerttu Ahola1-0/+8
2011-12-03Show infotext for unknown items placed on groundPerttu Ahola3-1/+46
2011-12-03Call this 0.4.dev-20111203-3Perttu Ahola1-1/+1
2011-12-03On SIGINT in main menu, don't connect before shutting downPerttu Ahola1-1/+1
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl12-375/+517
2011-12-03Do not broadcast an empty chat message when someone tries to log in with the ...Kahrl1-1/+2
2011-12-03Notify player whose password is being changedKahrl1-0/+4
2011-12-03Call this 0.4.dev-20111203-2Perttu Ahola1-1/+1
2011-12-03Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola1-1/+1
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola4-28/+39
2011-12-03Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola1-1/+1
2011-12-03Set version 0.4.dev-20111203-1Perttu Ahola1-1/+1
2011-12-03Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2-4/+29
2011-12-03Properly handle mod name conflictsPerttu Ahola2-2/+20
2011-12-03Better mod loading error handlingPerttu Ahola6-89/+174
2011-12-03Add world/mods to mod search pathPerttu Ahola1-1/+4
2011-12-03Remove accidental stupid naming in craftitem examplePerttu Ahola1-1/+1
2011-12-03Enforced mod global naming convention and better error reportingPerttu Ahola7-140/+258
2011-12-02Fix script error reporting a bitPerttu Ahola5-8/+48
2011-12-02Fix ActiveObject creation for fast player respawnsPerttu Ahola2-10/+13
2011-12-02Fix sending of player hp (was sent all the time)Perttu Ahola1-28/+33
2011-12-02Remove unnecessary debug output from mods/default/init.luaPerttu Ahola1-3/+1
2011-12-02Show bare hand when no item is selectedPerttu Ahola2-2/+4
2011-12-02Set version to 0.4.dev-20111202-1Perttu Ahola1-1/+1
2011-12-02Fix mod licensing and add a mention about sound licensing in README.txtPerttu Ahola1-5/+6
2011-12-02Script-defined creative inventoryPerttu Ahola8-162/+61
2011-12-02Rename "build" privilege to "interact" (backwards-compatibly, of course)Perttu Ahola3-11/+13
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola7-210/+210
2011-12-02Remove obsolete createPickedUpItem()Perttu Ahola2-21/+0
2011-12-02Add time_from_last_punch to Lua APIPerttu Ahola4-6/+9
2011-12-02Add a note about mods being under CC BY-SA 3.0 like texturesPerttu Ahola1-3/+3