aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Socket-related cleanupssfan52021-12-298-155/+113
| | | Improve error handling on Windows and reduce the size of the `Address` class
* Remove unused (de)serializeAttributes() methodsROllerozxa2021-12-2910-274/+0
|
* Add more neighbors on mesh update (#6765)Vitaliy2021-12-295-68/+49
|
* Fix segfault in drawItems() due to missing inventory listSmallJoker2021-12-291-1/+5
| | | | | This fixes a nullptr dereference when the specified inventory list is not known. Happens when HUD elements are sent before the required inventory list is created.
* Fix check that denies new clients from a singleplayer sessionsavilli2021-12-281-1/+1
|
* Automatically use SSE registers for FP operations on i386 (#11853)William L. DeRieux IV2021-12-282-1/+10
| | | | | | | | use SSE for floating-point operations to avoid issues with improper fp-rounding and loss of precision when moving fp-data to incompatible or less-precise registers/storage locations https://gcc.gnu.org/wiki/FloatingPointMath https://gcc.gnu.org/wiki/x87note
* Restore GCC 5 compatibility (#11778)JosiahWI2021-12-283-6/+7
|
* Remove wrong function from lua_api.txtsfan52021-12-191-2/+0
|
* Use defined evaluation order in profilerJude Melton-Houghton2021-12-191-2/+3
| | | | See https://github.com/LuaJIT/LuaJIT/issues/238
* Protect font initialization with mutexsfan52021-12-182-39/+14
| | | | fixes #4532
* Refactor trusted mod checking codesfan52021-12-184-72/+46
|
* Remove setlocal and setupvalue from `debug` table whitelistsfan52021-12-181-2/+0
| | | | | It's likely that these could be used trick mods into revealing the insecure environment even if they do everything right (which is already hard enough).
* Don't let HTTP API pass through untrusted functionsfan52021-12-184-6/+27
| | | | This has been a problem since the first day, oops.
* Restructure devtest's unittests and run them in CI (#11859)sfan52021-12-1812-72/+289
|
* Fix eat sound not playing if eating last of stacksfan52021-12-151-1/+2
|
* Fix some issues with buildbot scripts (#11860)sfan52021-12-152-4/+22
|
* Disable inventory if player's inventory formspec is blank (#11827)ROllerozxa2021-12-132-7/+15
|
* Fix URL escaping in content storesfan52021-12-131-11/+24
|
* Remove creative/damage info in Esc/Pause menuWuzzy2021-12-131-8/+10
|
* Update German locale translationWuzzy2021-12-101-10/+4
|
* Update builtin localeWuzzy2021-12-103-9/+23
|
* Add pauloue's ItemStack example to docs (#9853)Francisco2021-12-101-0/+15
|
* Fix get_bone_position() on unset bones modifying their positionsfan52021-12-061-2/+5
| | | | closes #11840
* Fix various code & correctness issues (#11815)sfan52021-12-058-37/+30
|
* Fix wireshark packet dissector wrong coordinates (#11826)Richard Liu2021-12-051-2/+2
|
* Improve error message if using "/help --" (#11796)Wuzzy2021-12-011-4/+6
|
* Network: Delete copy constructor and use std::move instead (#11642)SmallJoker2021-12-017-552/+600
| | | This is a follow-up change which disables class copies where possible to avoid unnecessary memory movements.
* Update translation filesupdatepo.sh2021-11-2757-7051/+12916
|
* Update minetest.conf.example and dummy cpp fileupdatepo.sh2021-11-272-69/+78
|
* Translated using Weblate (Swedish)ROllerozxa2021-11-271-421/+304
| | | | Currently translated at 46.0% (643 of 1396 strings)
* Translated using Weblate (Czech)Ondřej Pfrogner2021-11-271-554/+540
| | | | Currently translated at 62.9% (879 of 1396 strings)
* Added translation using Weblate (Yue)Johann Lau2021-11-271-0/+6552
|
* Translated using Weblate (Dutch)Molly2021-11-271-2/+6
| | | | Currently translated at 97.0% (1355 of 1396 strings)
* Translated using Weblate (Dutch)Vancha March2021-11-271-55/+39
| | | | Currently translated at 95.3% (1331 of 1396 strings)
* Translated using Weblate (Spanish)Joaquín Villalba2021-11-271-2/+2
| | | | Currently translated at 81.8% (1142 of 1396 strings)
* Translated using Weblate (Spanish)Manuel González2021-11-271-7/+15
| | | | Currently translated at 81.8% (1142 of 1396 strings)
* Translated using Weblate (Bulgarian)1092470198242021-11-271-403/+427
| | | | Currently translated at 12.6% (177 of 1396 strings)
* Translated using Weblate (Esperanto)phlostically2021-11-271-29/+21
| | | | Currently translated at 97.2% (1357 of 1396 strings)
* Translated using Weblate (Finnish)Markus Mikkonen2021-11-271-3/+3
| | | | Currently translated at 20.9% (292 of 1396 strings)
* Translated using Weblate (Portuguese (Brazil))Ronoaldo Pereira2021-11-271-10/+7
| | | | Currently translated at 99.7% (1392 of 1396 strings)
* Translated using Weblate (Finnish)Jiri Grönroos2021-11-271-191/+195
| | | | Currently translated at 20.9% (292 of 1396 strings)
* Translated using Weblate (Portuguese (Brazil))Heitor2021-11-271-137/+156
| | | | Currently translated at 97.0% (1355 of 1396 strings)
* Translated using Weblate (Esperanto)Tirifto2021-11-271-23/+16
| | | | Currently translated at 95.9% (1340 of 1396 strings)
* Translated using Weblate (Polish)A M2021-11-271-13/+6
| | | | Currently translated at 71.4% (998 of 1396 strings)
* Translated using Weblate (Gaelic)GunChleoc2021-11-271-7/+7
| | | | Currently translated at 17.0% (238 of 1396 strings)
* Translated using Weblate (Chinese (Simplified))Zhaolin Lau2021-11-271-9/+23
| | | | Currently translated at 95.3% (1331 of 1396 strings)
* Translated using Weblate (Portuguese (Brazil))Thiago Carmona Monteiro2021-11-271-7/+6
| | | | Currently translated at 94.4% (1319 of 1396 strings)
* Translated using Weblate (Slovak)Marian2021-11-271-105/+102
| | | | Currently translated at 95.2% (1329 of 1396 strings)
* Translated using Weblate (Esperanto)phlostically2021-11-271-14/+10
| | | | Currently translated at 95.2% (1329 of 1396 strings)
* Translated using Weblate (Norwegian Bokmål)Allan Nordhøy2021-11-271-3/+3
| | | | Currently translated at 56.0% (783 of 1396 strings)