aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105)Paramat2019-11-1817-62/+7
* Fix find_path for newer jsoncpp installationsWilliam Breathitt Gray2019-11-171-1/+1
* Optimize semaphore wait with zero timeout on POSIXsfan52019-11-141-11/+16
* Install client_lua_api.txt documentation toosfan52019-11-111-0/+1
* Fix clang-tidy and lint travis checkssfan52019-11-112-1/+2
* [CSM] Fix and improve minetest.get_language()sfan52019-11-113-9/+21
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-115-0/+51
* Run on_item_use CSM callback even if item is not marked usablesfan52019-11-112-0/+7
* Fix camera:get_offset() in CSMsfan52019-11-111-4/+3
* [CSM] Expose more env functionssfan52019-11-117-11/+124
* Refactor CSM restriction code a bitsfan52019-11-114-32/+27
* Call on_secondary_use when object is right-clickedsfan52019-11-104-7/+15
* Randomwalk caves: Extend beyond mapchunk vertically also (#9094)Paramat2019-11-101-3/+5
* Be lenient with extra slashes for CSM pathssfan52019-11-093-3/+12
* [CSM] Remove non-functional minetest.get_day_count()sfan52019-11-093-5/+1
* Corrections to client_lua_api.txtsfan52019-11-092-24/+24
* Introduce get_modpath() for CSMsfan52019-11-095-4/+23
* Load client mods into memory before execution.sfan52019-11-094-24/+46
* Refactor loading of Lua code with mod securitysfan52019-11-092-52/+28
* Add arm64-v8a but it's not sufficient for 64bit buildLoic Blot2019-11-091-1/+1
* Bump to version code 25Loic Blot2019-11-091-1/+1
* Android: build fixes & compat fixesMoNTE482019-11-0911-100/+91
* Silence invalid Clang Format report (#9095)Paramat2019-11-091-0/+6
* Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093)Paramat2019-11-092-1/+15
* Make core.get_favorites("local") ignore duplicates (#7926)Paul Ouellette2019-11-081-0/+10
* Randomwalk caves: Add parameters for number, proportion flooded. Allow small ...Paramat2019-11-0817-188/+416
* Formspec: draw order and clipping for all elements (#8740)DS2019-11-0714-454/+824
* Improve documentation around banning (#9088)sfan52019-11-052-10/+13
* Android: Fix broken double-tap after 49 days uptimeSmallJoker2019-11-031-2/+2
* Clean up font caching, fix bitmap fontsSmallJoker2019-11-034-107/+99
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-0322-79/+1792
* Add debug.txt.1 to .gitignore (#9081)DS2019-11-021-0/+1
* Builtin: Improve /clearobjects message (#9084)Alistair Findlay2019-11-021-2/+2
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-298-23/+23
* Add help texts for settings that lack one (#9007)Wuzzy2019-10-251-14/+55
* Change some rough/inappropriate language in comments (#9061)random-geek2019-10-245-9/+12
* Improve light curve parameter limits and documentation (#9054)Paramat2019-10-242-31/+44
* Remove legacy file format documentationrandom-geek2019-10-231-104/+0
* Remove legacy flat-file map coderandom-geek2019-10-233-216/+4
* Fix build issue due to conflicting s64 type definitions (#9064)Dmitry Marakasov2019-10-231-0/+1
* Allow calling ItemStack with no arguments (#8783)Paul Ouellette2019-10-231-1/+3
* Add 4 missing fallback/default textures (#8845)Wuzzy2019-10-239-0/+0
* Formspecs: Reset version number on rebuildSmallJoker2019-10-201-0/+2
* Make natural night light as bright as MT 0.4.16 (#9053)Paramat2019-10-181-2/+2
* Correction for alpha blending issues in texture mod compositing (#9029)Warr10242019-10-181-2/+20
* Don't install fonts on ENABLE_CLIENT=0 configurationssfan52019-10-141-2/+1
* Settingtypes.txt: Various improvements (#9047)Paramat2019-10-141-27/+30
* Fix rotate_node to return the correct itemstack.Aaron Suen2019-10-131-2/+1
* Randomwalk caves: Reduce 'insure' value from 10 to 2 (#9035)Paramat2019-10-131-3/+2
* Add more visual feedback for button states (#8916)Hugues Ross2019-10-1210-39/+151