aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Expand)Author
2015-12-02Add on_secondary_use when right clicking an item in the airAlex Ford
2015-11-29Lua_api.txt: Add documentation for biome definitionparamat
2015-11-08Add LuaSecureRandomest31
2015-11-07Improve LuaVoxelManip documentationkwolekr
2015-11-07Add support for audio feedback if placing node failedBlockMen
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
2015-11-02Add callback parameter for core.emerge_area()kwolekr
2015-10-25Add option to disable backface culling for modelsBlockMen
2015-10-24Improve Lua settings menuPilzAdam
2015-10-23Decoration API: Add flag for placement on liquid surfaceparamat
2015-10-22Add more ways to pass data to check_player_privsRobert Zenz
2015-10-18ABMs: Make catch-up behaviour optionalparamat
2015-10-14Refactor loggingShadowNinja
2015-10-04Add new ContentParamType2 "CPT2_DEGROTATE"est31
2015-10-04doc: Update node callback documentationkwolekr
2015-10-02Add get_biome_id(biome_name) callbackDuane Robertson
2015-09-26Clarify radii and distance types in documentationTim
2015-09-23Add /emergeblocks command and core.emerge_area() Lua APIkwolekr
2015-09-21lua_api.txt: fix typoest31
2015-09-17Ore: Add puff ore typekwolekr
2015-09-13Ore: Add ore sheet column height range selectionkwolekr
2015-09-08Add more information about how get_node_light works.Robert Zenz
2015-08-20Bump version to 0.4.130.4.13est31
2015-08-13minimap: Add ability to disable from serverkwolekr
2015-08-09Fix segfaults caused by the Environment not being initialized yetrubenwardy
2015-08-02Actually document what minetest.is_protected should doest31
2015-07-27Add AreaStore data structureest31
2015-07-23Optional reconnect functionalityest31
2015-07-22Add note that chat messages can be marked as handled.Robert Zenz
2015-07-21Document game main menu image systemest31
2015-07-20Added get_player_velocity() method. Fixes #1176Elia Argentieri
2015-07-16Fix relief mapping issuesRealBadAngel
2015-07-08Biome API decorations: 'spawnby' searches a 3D neighbourhoodparamat
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-06-22Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune
2015-06-16Add list-ringsest31
2015-06-13Add minetest.register_on_player_hpchangeTeTpaAka
2015-06-13Add return list of individual counts to find_node_in_areaTeTpaAka
2015-05-28Add some missing getter functions to the lua APITeTpaAka
2015-05-17SAPI/Noise: Add PerlinNoiseMap:getMapSlice() functionkwolekr
2015-05-17Add optional buffer param for bulk data array writes in Luakwolekr
2015-05-16SAPI: Accept either ARGB8 table or ColorString to specify colorskwolekr
2015-05-16Add core.get_dir_listShadowNinja
2015-05-16Add core.request_insecure_environment()ShadowNinja
2015-05-16Add core.mkdirShadowNinja
2015-05-16Add mod securityShadowNinja
2015-05-15Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka
2015-05-15Add minetest.register_on_punchplayerBrandon
2015-05-15Add get and set functions for the nametag colorTeTpaAka
2015-05-12Add code to support raillike group namesNovatux