Exposing the zoom key to Lua API (#9903)
[oweals/minetest.git] / doc / lua_api.txt
2020-06-13 Lars MüllerExposing the zoom key to Lua API (#9903)
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-06-09 NetherEranSome vector functions useful for working with rotations...
2020-06-06 VitaliyRestore visual_scale support for nodeboxes (and allface...
2020-05-29 MoNTE48Add disable_jump check for the player's feet
2020-05-29 WuzzyAdd minetest.is_creative_enabled
2020-05-25 WuzzyRename “Minimal development test” to “Development Test... 9929/head
2020-05-24 ANANDlua_api.txt: Fix minor typo (#9917)
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-22 Lejo1Check for valid base64 before decoding (#9904)
2020-05-20 ParamatAllow more than 255 biomes, document new maximum (...
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-19 LoneWolfHTAdd ability to scale HUD text (#9814)
2020-05-16 ANANDMake automatic_rotate relative, allow setting rotation...
2020-05-12 WuzzyAdd mapgen settings to world creation dialog (#9254)
2020-05-11 Lars MüllerDamage texture modifier (#9833)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-06 v-robFormSpec: Add universal style selector `*` (#9718)
2020-05-06 sfan5Expose collided objects in moveresult
2020-05-05 SmallJokerRename moveresult speed to velocity
2020-05-02 Hugues RossAdd 'content_offset' and 'padding' style properties...
2020-05-02 WuzzyAdd a convention about z_index (#9701)
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-04-27 sfan5Expose collision information to LuaEntity on_step
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-17 ParamatDocument which noise APIs add world seed to noiseparams...
2020-04-13 SmallJokerAdd default stack size setting (#8873)
2020-04-13 DSAdd scroll_container formspec element (redo) (#9101)
2020-04-11 WuzzyPlay 'player_jump' when player jumps (#9373)
2020-04-11 Lars MüllerImprove waypoints and add image variant (#9480)
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-04-06 rubenwardyClarify use of minetest.request_insecure_environment...
2020-04-06 Wren TurkalAdd allowed_mapgens option in game.conf. (#9263)
2020-04-06 WuzzySome minor Lua API documentation clarifications (#9461)
2020-04-03 ParamatAdd warning to set_sky() docs about unstable dawn and...
2020-03-28 v-robFormspec: Mark `hypertext` and markup language as unstable
2020-03-26 sfan5Improve documentation of minetest.get_node_drops()
2020-03-25 Dave ChuFix small typos in lua_api.txt (#9546)
2020-03-16 v-robFormspecs: Add starting frame to `animated_image` ...
2020-03-08 Jordan SnellingFix star visilibity and documentation (since 946c03c6)
2020-03-05 sfan5Fixes around ServerActiveObject on_punch handling
2020-03-05 sfan5Fix potential security issue(s), documentation on minet...
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2020-03-01 v-robAdd multiple element selection to `style` and `style_ty...
2020-02-26 Gao TiesuanFix incorrect spelling in lua_api.txt (#9431)
2020-02-23 sfan5Documementation: Add advice on lifetime of ObjectRefs
2020-02-23 sfan5Documentation: More precise description of ObjectRef...
2020-02-22 ParamatLua_api.txt: Add documentation of VoxelArea 'ystride...
2020-02-15 Hugues RossAdd animated_image[] formspec element (#9258)
2020-02-13 WuzzyAdd missing paramtype2 documentation (#9397)
2020-02-03 ParamatWarn of biome ID re-allocation when unregistering or...
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-02-01 HybridDogAdd table.shuffle (#8299)
2020-02-01 DSFormspec: Create a new class for inventorylists (#9287)
2020-01-26 Hugues RossAdd 9-slice background support to button formspec eleme...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2020-01-22 WuzzyRemove unused weight property from objects (#9320)
2020-01-20 WuzzyResized torchlike sprite now attaches to surface (...
2020-01-19 ANANDlua_api.txt: Improve privs_to_string and string_to_priv...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2020-01-09 WuzzyAdd missing entity documentation (#9297)
2020-01-08 WuzzyImprove Lua API documentation on sounds (#9265)
2020-01-04 HybridDogAdd table.key_value_swap (#9248)
2019-12-24 WuzzyDocument permissible group ratings (#9236)
2019-12-18 BluebirdMake core.item_place_node return position of placed...
2019-12-16 sfan5Correct documentation around minetest.item_place
2019-12-15 SmallJokerLua API: Document HP, breath and damage limits (#9080)
2019-12-09 Hugues RossRefactor to centralize GUIButton styling/rendering...
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-07 Paul OuelletteClean up craft replacements docs
2019-12-06 v-robAdd scrollbaroptions FormSpec element (#8530)
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-11-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-07 DSFormspec: draw order and clipping for all elements...
2019-11-05 sfan5Improve documentation around banning (#9088)
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2019-10-12 Hugues RossAdd more visual feedback for button states (#8916)
2019-10-06 SmallJokerRevert "Fix the bgcolor formspec element (#8716)" ...
2019-09-30 ParamatDocument node drop tool filtering by string matching...
2019-09-29 rubenwardyFix error message caused by adding new parameter to...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-15 DSFix the bgcolor formspec element (#8716)
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-08 SmallJokerLua API documentation: Various fixes (#8914)
2019-09-08 ANANDlua_api.txt: Improve privilege definition (#8912)
2019-09-01 DSVarious fixes to lua_api.txt (#8878)
2019-08-30 BehaClarify docs regarding pointed_thing and get_pointed_th...
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-20 ANANDlua_api.txt: Add link to Minetest Modding Book (#8826)
2019-08-14 upsilonAdd function `minetest.read_schematic`
2019-08-10 sfan5Add player knockback on punch to builtin
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-08-03 rubenwardyAdd formspec testing to test mod in minimal
next