]> git.lizzy.rs Git - dragonfireclient.git/history - doc/lua_api.txt
Add missing comma in example in lua_api.txt (#12339)
[dragonfireclient.git] / doc / lua_api.txt
2022-05-22 WuzzyAdd missing comma in example in lua_api.txt (#12339)
2022-05-22 WuzzyAdd relative numbers for commands by prepending ~ ...
2022-05-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
2022-05-09 Lars MüllerDocs: Recommend `self.name` (#12239)
2022-05-04 Lars MüllerAdd vector.combine (#11920)
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-04-27 Lars MüllerSupport CSS Color Module Level 4 (#12204)
2022-04-24 Lars MüllerFix typo: vector.check() ought to be vector.check(v)
2022-04-21 Lars MüllerUpdate docs to reference CSS Color Module Level 3
2022-04-10 Lars MüllerRemove unneeded ObjectRef setter return values (#12179)
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-03-19 DSImprove lua vector helper class doumentation (#12090)
2022-03-05 Lars MüllerReadd basic_debug as a HUD flag (#12020)
2022-03-05 ZughyAllow get_sky to return a table (#11963)
2022-02-23 SmallJokerLua API documentation: Various fixes (#12059)
2022-02-22 Lars MüllerLua API: Consistently use double vs. single quotes...
2022-02-12 WuzzyAdd support for 'seed' in disallow_mapgen_settings...
2022-02-10 DSAllow to set the displayed item count and its alignment...
2022-02-03 DSAdd more documentation for the list[] fs element (...
2022-01-31 Lars MuellerDocument moon orientation relative to sun
2022-01-27 Lars MüllerDefine control(bits) as "unset" for entities (#11995)
2022-01-22 Vincent RobinsonBump formspec version (#11980)
2022-01-22 sfan5Fix consistency of sky sun/moon texture behaviour
2022-01-22 ZughyAllow resetting celestial vault elements by leaving...
2022-01-06 WuzzyFix damage wraparound if very high damage (#11872)
2022-01-06 Aritz ErkiagaFix incorrect bit positions in paramtype documentation
2022-01-01 ZughyBetter document sky_color scope (#11892)
2021-12-30 Vincent RobinsonAdd padding[] element to formspecs (#11821)
2021-12-19 sfan5Remove wrong function from lua_api.txt
2021-12-13 ROllerozxaDisable inventory if player's inventory formspec is...
2021-12-10 FranciscoAdd pauloue's ItemStack example to docs (#9853)
2021-11-26 Corey PowellImplemented disconnect_player (#10492)
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-11-22 sfan5Add backwards-compatible behaviour if too few CAO textu...
2021-11-22 ExeVirusAllow for Game-Specific Menu Music (#11241)
2021-11-10 Elijah DuffyLua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-13 hecksAdd embedded PNG texture modifier (#11498)
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-19 sfan5Add feature table entry for new dynamic media API
2021-09-10 DSSplit vector.new into 3 constructors
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-27 TreerAdd group-based tool filtering for node drops (#10141)
2021-08-23 WuzzyFix 6th line of infotext being cut off in half (#11456)
2021-08-16 WuzzyClarify the meaning of "rightclick"/"use" in documentat...
2021-08-12 Hugues RossAdd disable_settings to game.conf to get rid of "Enable...
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-07-27 WuzzyImprove documentation of tools (#11128)
2021-07-25 random-geekDocument glasslikeliquidlevel merge bits (#11479)
2021-07-15 WuzzyAdd wallmounted support for plantlike and plantlike_roo...
2021-07-14 Hugues RossFix documented default colors for set_sky
2021-07-10 hecktestFix typo in lua_api.txt
2021-07-10 Lean RadaUse `persistence` instead of `persist` in NoiseParams...
2021-07-09 Warr1024Add API for mods to hook liquid transformation events...
2021-06-22 WuzzyDocument hypertext escaping (#11374)
2021-06-20 sfenceAdd min_y and max_y checks for Active Block Modifiers...
2021-06-04 DSAdd metatables to lua vectors (#11039)
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-05-30 Lars MüllerFix base64 validation and add unittests (#10515)
2021-05-29 SmallJokerUnitSAO: Prevent circular attachments
2021-05-06 WuzzyImprove liquid documentation (#11158)
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-04-20 WuzzyPut torch/signlike node on floor if no paramtype2 ...
2021-04-13 benrob0329Also return the ObjectRef from minetest.spawn_falling_n...
2021-04-11 WuzzyModifying fall damage via armor group (#11080)
2021-04-05 DSAdd vector.to_string and vector.from_string (#10323)
2021-04-01 sfan5Sort out cURL timeouts and increase default
2021-04-01 Vincent RobinsonAdd `math.round` and fix `vector.round` (#10803)
2021-03-30 Lars MüllerBlock & report player self-interaction (#11137)
2021-03-30 sfan5Add entry in features table for degrotate changes
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-03-21 Hugues Rosslua_api.txt: Fix style selector examples
2021-03-16 Jean-Patrick GuerreroGUIScene: Clear depth buffer + replace deprecated clear...
2021-02-24 Lars MüllerSlap u64 on everything time-y (#10984)
2021-02-23 DSAllow overwriting media files of dependencies (#10752)
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-02-17 rubenwardyFix short_description fallback order (#10943)
2021-02-04 WuzzyFix documentation of formspec sound style (#10913)
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-31 rubenwardyFix minetest.dig_node returning true when node isn...
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-29 Graham NorthupClarify key_value_swap's edge case (#10799)
2021-01-27 ZughyConsistently use "health points" (#10868)
2021-01-23 Vincent RobinsonFormSpec: Add list spacing, slot size, and noclip ...
2021-01-21 ZughyObjectRef: fix some v3f checks (#10602)
2021-01-11 ZughyDocument how to make nametags background disappear...
2021-01-11 JDiazImplement on_rightclickplayer callback (#10775)
2021-01-02 hecksAdd on_deactivate callback for luaentities (#10723)
2021-01-02 OgelGamesClarify documentation of minetest.get_modpath and minet...
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-12-18 DSDocumentation for highest formspec_version[] and change...
2020-12-15 Thomas--SFormspec: Allow to specify frame loop for model[] ...
2020-12-15 wsor4035lua_api.txt: Add mod_orgin to node def (#10697)
2020-12-10 SmallJokerVarious documentation fixes (#10692)
2020-12-04 OblomovCross-reference the node level manipulation functions...
next