]> git.lizzy.rs Git - minetest.git/history - doc/lua_api.txt
Bump version to 0.4.11
[minetest.git] / doc / lua_api.txt
2014-12-25 kwolekrBump version to 0.4.11 0.4.11
2014-12-20 paramatlua_api.txt: improve noise documentation. Remove previo...
2014-12-14 Craig RobbinsFix typo in lua_api.txt
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-11-28 Ciaran GultnieksImprove Lua API documentation
2014-11-27 SmallJokerAdd minetest.copy_table(table) To get rid off the ...
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-19 RealBadAngelCustom collision boxes node property.
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-10-05 BlockMenAdd [colorize modifier
2014-10-02 Diego MartínezAdd better documentation for alternate drop definition...
2014-10-02 BlockMenAdd optional framed glasslike drawtype
2014-09-21 TriBlade9Add firelike drawtype
2014-09-20 ShadowNinjaAdd compression API
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-08-25 sapierRemove invalid doc about minetest.get_time_us()
2014-08-25 sapierAdd missing doc for minetest.get_us_time()
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-22 sfan5Add ^[mask texture modifier
2014-08-22 rubenwardyCorrect spelling mistakes in documentation
2014-08-19 sapierMod profiling support
2014-07-29 sfan5Rework texture generating code, add texture grouping...
2014-07-16 sapierAdd srollbar formspec element
2014-07-06 sapierUpdate version numbers for 0.4.10
2014-07-05 sfan5Fix typos in doc/lua-api.txt
2014-07-04 KahrlFix typo in doc/lua_api.txt
2014-06-24 RealBadAngelTooltips rework.
2014-06-18 RealBadAngelAdd tooltips for button, imagebutton and checkbox.
2014-05-28 ShadowNinjaAdd success and output return values to chat commands
2014-05-26 rubenwardyAdd item eat callback
2014-05-07 sapierFix heart + bubble bar size on different texture packs
2014-04-24 ShadowNinjaUpdate documentation on is_ground_content
2014-04-18 prollerRemove liquid_finite and weather
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-08 sapierCleanup client init states by bumping protocol version
2014-03-05 sapierReplace pause and message menu by formspec ones
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
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-27 ShadowNinjaRollback fixes and get_node_actions
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.
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
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-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-08 NovatuxAdd minetest.get_gametime() API function, that returns...
2013-09-04 PilzAdamUse player:set_hotbar_image() instead of hardcoded...
next