aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-29Add vector.offset (#10321)DS
2020-08-29Make bgcolor tint button background images (#9818)Hugues Ross
2020-08-29Prevent players accessing inventories of other players (#10341)Lars Müller
2020-08-29Mapgen: Fix on-by-default flags broken since eca6ee9 (#10318)SmallJoker
2020-08-29Fix luacheck warnings in builtin/common/tests (#10322)DS
2020-08-27Improve set_texture_mod documentation (#10339)karamel59
Properly documents the select_x_by_camera values
2020-08-27Lua API: Register missing get_texture_mod function (#10338)karamel59
2020-08-27Android: drop simple MainMenu (#10227)Maksim
The default (PC-style) MainMenu works great on Android. Provides access to ContentDB and allows players to create many worlds in a few clicks. Makes the interface consistent and eliminates player confusion.
2020-08-25NetBSD build fix proposal. (#10308)David CARLIER
Fixing thread naming call and let the class setting RANDOM_MIN/RANDOM_MAX.
2020-08-25shaders: Fix transparency on GC7000L (#10036)mntmn
Workaround for the missing GL_ALPHA_TEST implementation in Mesa (etnaviv driver).
2020-08-24Added SchematicasElias Fleckenstein
2020-08-24Properly handle mod-errors in on_shutdownDesour
2020-08-23darken tabheader background color (#10299)Kezi
2020-08-23Avoid drawing clipped out formspec elements (#10095)EvidenceB
2020-08-23Fix MSVC compiler warnings (#10197)adrido
2020-08-23Auto focus on OK button in main menu error messages (#10300)Vincent Robinson
2020-08-23Fix light overflow of u8 if light is saturated at 255 (#10305)BenjaminRi
2020-08-23Complete Haiku platform support. (#10311)David CARLIER
Fixing linkage/libraries missing issue. Implements missing platform specifics.
2020-08-22Delete my stupid test mod lolElias Fleckenstein
2020-08-22Unrestricted HTTP API for Client, Server and Main MenuElias Fleckenstein
2020-08-22Added minetest.get_inventory(location)Elias Fleckenstein
2020-08-22Removed console output spammed by minetest.find_node_nearElias Fleckenstein
2020-08-22Removed experimental codeElias Fleckenstein
2020-08-22Fixed typo in clientmods/inventory/mod.confElias Fleckenstein
2020-08-22Added Documentation for Additional APIElias Fleckenstein
2020-08-22Added Chat Spam, Replace and settingtypes.txt for ClientmodsElias Fleckenstein
2020-08-20Load media from subfolders (#9065)DS
2020-08-20Define environ variable on OpenBSD (#10302)Sebastien Marie
2020-08-20Update BuildbotsElias Fleckenstein
2020-08-20Fix missing translation call in hypertext (#10296)Pierre-Yves Rollo
2020-08-19Add gradients and borders to FormSpec boxes (#8676)v-rob
2020-08-19Optimize formspec form size (#10144)v-rob
2020-08-19Clean up sound_fade (#10119)hecks
Add proper documentation and correct gain reduction calculations. Co-authored-by: hecktest <>
2020-08-18Allow the ABM time budget to be configurable.Lars
2020-08-18idk20-08-2020Elias Fleckenstein
2020-08-17ContentDB: Add Update All and download queuing (#9995)rubenwardy
2020-08-16Improved World hacksElias Fleckenstein
2020-08-16Improved World Hacks, added API functionsElias Fleckenstein
2020-08-16Improved World hacks, added fillElias Fleckenstein
2020-08-15Added floationg water to BlockWaterElias Fleckenstein
2020-08-15Fixed broken ChatcommandsElias Fleckenstein
2020-08-15Added .listwarpsElias Fleckenstein
2020-08-15Imporoved set_wield_index() to include camera updateElias Fleckenstein
2020-08-15UI Update; Added AutoToolElias Fleckenstein
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
2020-08-14Added DestroyWater (:P anon)Elias Fleckenstein
2020-08-14Some UpdatesElias Fleckenstein
2020-08-12Render nodeboxes with opaque material if possible (#10122)sfan5
2020-08-12Fix precision not working in hud_change (#10186)Lars Müller
2020-08-11Add font styling options to tables and textlists (#10203)v-rob