Make flag strings clear specified flag with 'no' prefix
[oweals/minetest.git] / doc /
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-03 sapierAdd minetest.kick_player(name, reason)
2014-02-01 Perttu AholaAdd player:override_day_night_ratio() for arbitrarily...
2014-02-01 Perttu AholaAdd player:set_sky() with simple skybox support
2014-01-26 RealBadAngelNew HUD element - waypoint.
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-22 ShadowNinjaAdd pointed_thing to minetest.register_on_placenode
2014-01-19 kwolekrUpdate lua_api.txt documentation
2014-01-14 ShadowNinjaAdd minetest.override_item
2014-01-13 KahrlAdd formspec table
2014-01-13 khonkhortisanAllow vertical axis particle rotation constraint
2014-01-12 NovatuxFix doc and forceloading crash.
2014-01-11 ShadowNinjaAdd InvRef::get/set_lists()
2014-01-11 NovatuxAdd forceloading
2014-01-11 NovatuxDeepcopy pointed_thing for after_place_node, give it...
2014-01-08 ShadowNinjaDocument "wielditem" visual
2014-01-07 ShadowNinjaPass pointed_thing to after_place_node
2014-01-01 kwolekrBump version to 0.4.9 0.4.9
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-12-14 kwolekrAdd map feature generation notify Lua API
2013-12-13 ShadowNinjaRemove support for optdepends.txt
2013-12-12 stujones11Make line_of_sight return blocking node position
2013-12-12 kaezaAdd 'on_prejoinplayer' callback
2013-12-06 sfan5Fix small mistake in Lua API docs
2013-12-03 PilzAdamUse a table in set_physics_override()
2013-12-03 PilzAdamAdd sneak and sneak_glitch to set_physics_override()
2013-12-01 kwolekrDecoration: Add schematic Y-slice probability support
2013-11-30 NovatuxAdd documentation for minetest.swap_node
2013-11-30 kwolekrLuaVoxelManip: Add area parameters back to calc_lightin...
2013-11-30 kwolekrLuaVoxelManip: Add get_light_data() and set_light_data()
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-27 ShadowNinjaRollback fixes and get_node_actions 1001/head
2013-11-24 kwolekrBump version to 0.4.8 0.4.8
2013-11-16 sapierFix invalid listname and listsize not handled correctly...
2013-11-10 sapierFix "TODO read modinfo" in modmanager to improve ui...
2013-11-08 PilzAdamFix typo in lua_api.txt
2013-11-08 4Evergreen4Add wrapper for minetest.rotate_and_place. 988/head
2013-11-07 Vanessa EzekowitzAdd 6d facedir rotation prediction routine
2013-11-03 BlockMenReworked formspecs and kahrl's hexcolor parser
2013-11-02 ShadowNinjaAdd basic protection support to builtin 856/head
2013-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
2013-10-17 ShadowNinjaRemove vector metatable setting
2013-10-16 NovatuxAdd tool callback
2013-10-14 SokomineAdd support for parameter 'visual_scale' for drawtypes...
2013-09-28 PilzAdamAdd set_name(), set_count(), set_wear() and set_metadat...
2013-09-28 PilzAdamAllow to manually specify param2 in minetest.item_place...
2013-09-28 KahrlAdd --version option
2013-09-28 KahrlRemove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt
2013-09-20 BlockMenAdd option to scale image to percentage values
2013-09-16 ShadowNinjaFix comments about length of server step
2013-09-10 PilzAdamAdd offset to automatic_face_movement_dir
2013-09-10 PilzAdamAllow non-string arguments for minetest.is_yes()
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-09-10 KahrlAdd --migrate to manpages and update manpage dates
2013-09-08 NovatuxAdd minetest.get_gametime() API function, that returns...
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-17 sapierAdd translation for main menu
2013-08-15 Sfan5Fix documentation about colors in formspec
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-13 PilzAdamFix typos
2013-08-13 sapierAdd support for entities to automatic face movement...
2013-08-11 kwolekrDecoration: Fix schematic probability mess with new...
2013-08-06 BlockMenAdd support for different drowning damage and allow...
2013-08-03 Perttu AholaAllow mods to listen to cheat detections using minetest...
2013-08-03 PilzAdamAdd replacements to schematics
2013-07-30 sapierAdd support for setting stepheight for entities
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-28 prollerBetter snow fall, finite liquid transform, leveled...
2013-07-27 prollerWeather support
2013-07-23 BlockMenAdd support of pressed_texture of image_button
2013-07-23 hdastwbadded (optional) support for 6d facedir in dir_to_faced...
2013-07-22 sapierAdd port to favorites if not 30000
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-20 PilzAdamMake range of tools configureable
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-11 KahrlAdd VoxelArea:position, VoxelArea:iter and VoxelArea...
2013-07-08 PilzAdamRemove note in lua-api.txt that there are no vector...
2013-07-07 sapierFix many formspec menu bugs
2013-07-07 ShadowNinjaAdd vector helpers
2013-07-06 Sfan5Use hexadecimal RRGGBB instead of colorkeys, rename...
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-07-01 kwolekrDecoration: Add schematic rotation support
2013-06-30 kwolekrLuaVoxelManip: Fix minor bug with set_lighting, remove...
2013-06-29 kwolekrUpdate documentation for get_mapgen_object
2013-06-28 kwolekrAdd voxelarea.lua helper to builtin
2013-06-28 kwolekrApply various fixes to several things
2013-06-28 kwolekrLuaVoxelManip: Separate VoxelManip data get/set from...
2013-06-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-28 kwolekrAdd Lua PerlinNoiseMap:get#dMap_flat API
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-23 kwolekrDecoration: Add support for zero probability, fix break...
2013-06-22 kwolekrA handful of minor fixes to various things
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-20 KahrlRemove deprecated functions that don't work anymore...
2013-06-19 PilzAdamAdd drowning 780/head
next