]> git.lizzy.rs Git - dragonfireclient.git/history - doc
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / doc /
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 rubenwardyAndroid: Add support for sharing debug.txt (#12370)
2022-06-05 Lars MuellerDocument itemstrings with metadata
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-06-03 ZughyDocs: remove unimplemented `preserve` field in crafting...
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-29 sfan5Remove remains of video mode querying
2022-05-29 sfan5Add API function to invoke player respawn
2022-05-23 ZughyDocs: clarify spawn_by for decorations
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-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-10 ZughyAdd doc to list breaking changes for the next major...
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-04-08 ShadowNinjaSpacing fixes
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-12 Dennis JenkinsCorrect world_format.txt specification (#12061)
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-30 rubenwardyUse virtual paths to specify exact mod to enable (...
2022-01-30 sfan5Continue with 5.6.0-dev
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-08 sfan5Fully remove bitmap font support (#11863)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
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-20 WuzzyAdd no_texture.png as fallback for unspecified textures
2021-10-13 hecksAdd embedded PNG texture modifier (#11498)
2021-10-06 sfan5Move archive extraction in content store to async job
2021-10-06 emixa-dAdd "MINETEST_MOD_PATH" environment variable (#11515)
2021-10-05 WuzzyAdd get_server_max_lag() (#11671)
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
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-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
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-21 NeroBurnerMove build/android directory to root of project (#11283)
2021-06-20 sfenceAdd min_y and max_y checks for Active Block Modifiers...
2021-06-17 rubenwardyAdd roadmap (#10536)
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-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-13 Elias FleckensteinAdd minetest.get_send_speed
2021-05-11 Elias FleckensteinAdd on_object_add callback 2021.05
2021-05-11 Elias FleckensteinInclude tile definitions in get_node_def; Client-side...
2021-05-10 Elias FleckensteinAdd on_object_hp_change callback and nametag images
2021-05-10 Elias FleckensteinAdd on_object_properties_change callback
2021-05-10 Elias FleckensteinAdd ClientObjectRef:set_properties
2021-05-10 Elias FleckensteinAdd ClientObjectRef.get_properties
next