aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Expand)Author
2020-08-19Add gradients and borders to FormSpec boxes (#8676)v-rob
2020-08-19Clean up sound_fade (#10119)hecks
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-08-12Render nodeboxes with opaque material if possible (#10122)sfan5
2020-07-30content_cao: Support texture animation for upright_sprite (#10020)sfan5
2020-07-29Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo
2020-07-27Play place_failed sound if occupied or cannot attach (#9486)Wuzzy
2020-07-14Implement grouped mode for find_nodes_in_area (#9888)sfan5
2020-07-12Add FormSpec font styling options (#9763)v-rob
2020-07-12Allow FormSpec elements to be focused with `set_focus` (#9353)v-rob
2020-07-10Formspec: Make dropdowns optionally return event based on index, not value (#...v-rob
2020-06-23Document deprecation of *_hovered and *_pressed styles (#10092)v-rob
2020-06-16Make shading of CAOs optional (#10033)Danila Shutov
2020-06-13Exposing the zoom key to Lua API (#9903)Lars Müller
2020-06-13Server pushing media at runtime (#9961)sfan5
2020-06-09Some vector functions useful for working with rotations (#9572)NetherEran
2020-06-06Restore visual_scale support for nodeboxes (and allfaces) (#9906)Vitaliy
2020-05-29Add disable_jump check for the player's feetMoNTE48
2020-05-29Add minetest.is_creative_enabledWuzzy
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2020-05-24lua_api.txt: Fix minor typo (#9917)ANAND
2020-05-23Implement spawning particles with node texture appearancesfan5
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid
2020-05-22Check for valid base64 before decoding (#9904)Lejo1
2020-05-20Allow more than 255 biomes, document new maximum (#9855)Paramat
2020-05-19Rework functionality of leveled nodes (#9852)Wuzzy
2020-05-19Add ability to scale HUD text (#9814)LoneWolfHT
2020-05-16Make automatic_rotate relative, allow setting rotation (#8468)ANAND
2020-05-12Add mapgen settings to world creation dialog (#9254)Wuzzy
2020-05-11Damage texture modifier (#9833)Lars Müller
2020-05-11Add support for statbar “off state” icons (#9462)Wuzzy
2020-05-06FormSpec: Add universal style selector `*` (#9718)v-rob
2020-05-06Expose collided objects in moveresultsfan5
2020-05-05Rename moveresult speed to velocitySmallJoker
2020-05-02Add 'content_offset' and 'padding' style properties for buttons (#9661)Hugues Ross
2020-05-02Add a convention about z_index (#9701)Wuzzy
2020-05-02set_fov: Add support for time-based transitions (#9705)ANAND
2020-05-01Allow connection info to be missing from minetest.get_player_information() (#...sfan5
2020-04-27Expose collision information to LuaEntity on_stepsfan5
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-17Document which noise APIs add world seed to noiseparams seed (#9693)Paramat
2020-04-13Add default stack size setting (#8873)SmallJoker
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
2020-04-12Play 'player_jump' when player jumps (#9373)Wuzzy
2020-04-11Improve waypoints and add image variant (#9480)Lars Müller
2020-04-11Formspecs: Add state-selection to style elements (#9378)Hugues Ross
2020-04-06Clarify use of minetest.request_insecure_environment() (#9597)rubenwardy
2020-04-06Add allowed_mapgens option in game.conf. (#9263)Wren Turkal
2020-04-06Some minor Lua API documentation clarifications (#9461)Wuzzy
2020-04-03Add warning to set_sky() docs about unstable dawn and night sky colours (#9578)Paramat