aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux
2014-01-08Document "wielditem" visualShadowNinja
2014-01-06Pass pointed_thing to after_place_nodeShadowNinja
2014-01-01Bump version to 0.4.90.4.9kwolekr
2013-12-18Don't throw a error when writing JSON failsShadowNinja
2013-12-18Add 'minetest.write_json'ShadowNinja
2013-12-14Add map feature generation notify Lua APIkwolekr
2013-12-13Remove support for optdepends.txtShadowNinja
2013-12-12Make line_of_sight return blocking node positionstujones11
2013-12-12Add 'on_prejoinplayer' callbackkaeza
2013-12-06Fix small mistake in Lua API docssfan5
2013-12-03Use a table in set_physics_override()PilzAdam
2013-12-03Add sneak and sneak_glitch to set_physics_override()PilzAdam
2013-12-01Decoration: Add schematic Y-slice probability supportkwolekr
2013-11-30Add documentation for minetest.swap_nodeNovatux
2013-11-30LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, ↵kwolekr
made optional this time; also fixed a slight bug with night values being ignored
2013-11-30LuaVoxelManip: Add get_light_data() and set_light_data()kwolekr
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-24Bump version to 0.4.80.4.8kwolekr
2013-11-16Fix invalid listname and listsize not handled correctly in set_sizesapier
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-08Fix typo in lua_api.txtPilzAdam
2013-11-07Add wrapper for minetest.rotate_and_place.4Evergreen4
2013-11-06Add 6d facedir rotation prediction routineVanessa Ezekowitz
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-02Add basic protection support to builtinShadowNinja
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
old_craft_grid, craft_inv) and minetest.register_craft_predict(itemstack, player, old_craft_grid, craft_inv)
2013-10-17Remove vector metatable settingShadowNinja
This not only makes the vector functions faster, but also makes them more consistent with other functions.
2013-10-16Add tool callbackNovatux
2013-10-14Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine
'torchlike' like used for drawtype 'plantlike'
2013-09-28Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStackPilzAdam
2013-09-28Allow to manually specify param2 in minetest.item_place() and return successPilzAdam
2013-09-28Add --version optionKahrl
2013-09-28Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txtKahrl
2013-09-20Add option to scale image to percentage valuesBlockMen
2013-09-17Fix comments about length of server stepShadowNinja
6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step from 0.05s to 0.1s
2013-09-10Add offset to automatic_face_movement_dirPilzAdam
2013-09-10Allow non-string arguments for minetest.is_yes()PilzAdam
2013-09-10Add Settings interface for LuaPilzAdam
2013-09-10Add --migrate to manpages and update manpage datesKahrl
2013-09-08Add minetest.get_gametime() API function, that returns the number of seconds ↵Novatux
since the world was created.
2013-09-05Use player:set_hotbar_image() instead of hardcoded hotbar.pngPilzAdam
2013-09-02Add minetest.parse_json, engine.parse_jsonKahrl
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-15Fix documentation about colors in formspecSfan5
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-14Fix typosPilzAdam
2013-08-13Add support for entities to automatic face movement directionsapier
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr