aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-0213-744/+1328
* Fix segfault when generating stuff on world boundariesPerttu Ahola2012-01-011-2/+7
* Correctly pop stuff from the Lua stack in script_load()Perttu Ahola2011-12-311-0/+2
* Add virtual destructors to abstract classesGiuseppe Bilotta2011-12-283-1/+4
* Fix mirrored sign texturePerttu Ahola2011-12-281-6/+6
* Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola2011-12-283-3/+57
* Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola2011-12-282-33/+87
* Fix minetest.env:get_player_by_name(nil) causing segfault and similar thingsPerttu Ahola2011-12-281-17/+17
* Extend load screen maximum timePerttu Ahola2011-12-111-1/+1
* Add minetest.get_modpath(modname)Perttu Ahola2011-12-114-8/+47
* Enforce modname naming conventionPerttu Ahola2011-12-041-1/+9
* Delete unknown LuaEntities when punchedPerttu Ahola2011-12-041-1/+4
* Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola2011-12-041-4/+4
* Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola2011-12-041-0/+29
* Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola2011-12-045-7/+21
* Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl2011-12-044-369/+27
* Check symlinks with stat() to know if they are directories or notPerttu Ahola2011-12-041-6/+7
* Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, fa...Perttu Ahola2011-12-041-4/+29
* Fix player not dying when beated to death by other playerPerttu Ahola2011-12-041-5/+4
* Fix getting two old-style minerals per digged nodePerttu Ahola2011-12-041-6/+1
* Determine light_propagates from paramtypePerttu Ahola2011-12-043-2/+24
* Make ToolItem and MaterialItem to convert names by aliases at creation time t...Perttu Ahola2011-12-046-24/+37
* Convert CraftItems directly to the name pointed by alias; necessary due to lu...Perttu Ahola2011-12-044-11/+20
* Don't initialize ItemCAOs with stick.pngPerttu Ahola2011-12-041-3/+2
* Fix craftitem aliasesPerttu Ahola2011-12-041-1/+9
* Craftitem aliasesPerttu Ahola2011-12-043-7/+64
* Fix log message in tooldef.cppPerttu Ahola2011-12-041-1/+1
* Modify a commit in tooldef.cpp and nodedef.cppPerttu Ahola2011-12-042-2/+2
* Tool aliasesPerttu Ahola2011-12-043-8/+73
* Add serialization for node aliases to let client show inventory images correctlyPerttu Ahola2011-12-041-0/+20
* Node definition aliasesPerttu Ahola2011-12-033-1/+58
* Rename cookresult_item to cookresult_itemstringPerttu Ahola2011-12-031-2/+2
* add EnvRef:get_node_or_nil()Perttu Ahola2011-12-031-0/+24
* Add ABM required neighbor checkPerttu Ahola2011-12-033-3/+73
* Allow digging unknown nodesPerttu Ahola2011-12-031-0/+2
* Show infotext for unknown nodesPerttu Ahola2011-12-031-0/+8
* Show infotext for unknown items placed on groundPerttu Ahola2011-12-033-1/+46
* On SIGINT in main menu, don't connect before shutting downPerttu Ahola2011-12-031-1/+1
* inventorycube: use all three specified textures; also moved mesh creation / m...Kahrl2011-12-039-334/+474
* Do not broadcast an empty chat message when someone tries to log in with the ...Kahrl2011-12-031-1/+2
* Notify player whose password is being changedKahrl2011-12-031-0/+4
* Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola2011-12-031-1/+1
* Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola2011-12-031-3/+10
* Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2011-12-031-4/+12
* Properly handle mod name conflictsPerttu Ahola2011-12-032-2/+20
* Better mod loading error handlingPerttu Ahola2011-12-036-89/+174
* Add world/mods to mod search pathPerttu Ahola2011-12-031-1/+4
* Enforced mod global naming convention and better error reportingPerttu Ahola2011-12-034-39/+138
* Fix script error reporting a bitPerttu Ahola2011-12-025-8/+48
* Fix ActiveObject creation for fast player respawnsPerttu Ahola2011-12-022-10/+13