aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Settingtypes.txt: Rewrite documentation of 'num_emerge_threads' (#8066)Paramat2019-01-091-3/+10
* Fix a crash on Android with Align2Npot2 (#8070)Loïc Blot2019-01-071-5/+6
* Fix wrong code comment (#8061)DS2019-01-061-1/+1
* Content store: Disable more details dialog for now (#8060)rubenwardy2019-01-061-15/+22
* Content store: Fix update button not workingrubenwardy2019-01-061-1/+3
* Fix various bugs (Anticheat, Lua helpers) (#8013)SmallJoker2019-01-065-16/+15
* Deprecate modpack.txt and use modpack.conf instead (#7892)rubenwardy2019-01-066-23/+75
* Run updatepo.shTranslations2019-01-0636-36921/+88152
* Update translations from WeblateTranslations2019-01-0635-84788/+37608
* Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot2019-01-045-86/+11
* Bump android version code for next Play Store versionLoïc Blot2019-01-041-1/+1
* Make sqlite3 default auth & player backends for new worlds (#8043)Loïc Blot2019-01-041-23/+49
* Fix on_successful_save -> onSuccessfulSaveLoïc Blot2019-01-045-5/+5
* Fix various player save issues (performance penalty on sql backends + bugs)Loïc Blot2019-01-045-5/+15
* Player file directory must be only created when using file backend.Loïc Blot2019-01-043-4/+8
* Remove remote media compatibility mode. (#8044)sofar2019-01-042-26/+1
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-0319-259/+234
* CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat2019-01-034-16/+38
* autojump setting: Remove repeated doc line (#8041)Moose2019-01-022-2/+0
* Add minetest.load_area (#8023)HybridDog2018-12-313-0/+32
* Extend pitch fly mode to swimming (#7943)random-geek2018-12-3112-28/+38
* Fix installed modpacks not being found correctlyrubenwardy2018-12-301-3/+9
* Update README.android with current build info (#8026)stujones112018-12-281-2/+2
* Content store: Fix bugs relating to packages list sizerubenwardy2018-12-261-3/+9
* CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot2018-12-247-6/+20
* Remove 'Reset singleplayer world' button from full menu on Android (#8017)Paramat2018-12-231-1/+2
* Fix entity rotation in existing worlds (#7989)SmallJoker2018-12-231-22/+45
* Android: Fix start-up crashes on version 4.x (#8003)stujones112018-12-223-4/+5
* mapnode: add const/noexcept (#8009)Vitaliy2018-12-222-33/+30
* Android: Fix memory leak when displaying images in the mainmenu (#8011)rubenwardy2018-12-221-9/+17
* Lua_api.txt: Add documentation of missing field to 'on_punch' (#8008)ClobberXD2018-12-221-1/+2
* reportMetadataChange; Silence clang warningsSmallJoker2018-12-212-2/+2
* Fix more transparency issues with ogles2 driver (#8005)stujones112018-12-202-0/+7
* Android: Move touchscreen rare controls inline with settings icon (#8006)stujones112018-12-201-1/+1
* Add command line option to load password from file (#7832)Kevin Abrams2018-12-183-0/+19
* ieee_float: Silence compiler warningSmallJoker2018-12-181-1/+1
* Fix the part of the float test that requires IEC559/IEEE754 compliancePedro Gimeno2018-12-181-0/+13
* Lua_api.txt: Document inventory sending behaviour (#7720)zeuner2018-12-181-2/+7
* Fix C++11 violation that broke clang on Debian StretchPedro Gimeno2018-12-161-2/+2
* Add a basic kubernetes deployment file (#7979)Loïc Blot2018-12-152-0/+55
* Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)SmallJoker2018-12-151-1/+1
* Android: Add activeobjectmgr.cpp and ieee_float.cpp, sort listSmallJoker2018-12-141-72/+76
* Add docker image documentation (#7969)Loïc Blot2018-12-131-1/+27
* Add an activeobject manager to hold active objects (#7939)Loïc Blot2018-12-1315-320/+844
* Network: Send IEEE floats (#7768)SmallJoker2018-12-139-12/+317
* Make showOverlayMessage strings translatable (#7964)Wuzzy2018-12-131-6/+6
* (client_)lua_api.txt: Rename func -> function (#7960)ClobberXD2018-12-122-79/+79
* Gitlab CI: docker image rename + add commit id tagLoïc Blot2018-12-121-3/+4
* Make MapNode handle paramtype2≠leveled properly (#7958)Vitaliy2018-12-121-18/+20
* Add a Dockerfile + gitlab CI build (#7968)Loïc Blot2018-12-122-0/+53