]> git.lizzy.rs Git - minetest.git/log
minetest.git
2 years agoRecalculate normals before adding mesh to the scene
x2048 [Sun, 2 Jan 2022 13:32:13 +0000 (14:32 +0100)]
Recalculate normals before adding mesh to the scene

2 years agoBetter document sky_color scope (#11892)
Zughy [Sat, 1 Jan 2022 21:46:00 +0000 (22:46 +0100)]
Better document sky_color scope (#11892)

2 years agoPrint announce error response (#11878)
ShadowNinja [Sat, 1 Jan 2022 21:44:56 +0000 (16:44 -0500)]
Print announce error response (#11878)

Fix HTTPFetch caller and request ID to 64 bits
Check that allocated caller ID is not DISCARD
Print body if serverlist request returns error
Don't print control characters from HTTP responses
Document special HTTPFetch caller IDs
Allow unicode to be printed

2 years agoAdd padding[] element to formspecs (#11821)
Vincent Robinson [Thu, 30 Dec 2021 20:54:47 +0000 (12:54 -0800)]
Add padding[] element to formspecs (#11821)

2 years agoImprove TTF support for pixel-style fonts (#11848)
Vincent Robinson [Thu, 30 Dec 2021 20:54:21 +0000 (12:54 -0800)]
Improve TTF support for pixel-style fonts (#11848)

2 years agoFormspec: Unify argument checks (#11851)
SmallJoker [Wed, 29 Dec 2021 22:58:26 +0000 (23:58 +0100)]
Formspec: Unify argument checks (#11851)

2 years agoSocket-related cleanups
sfan5 [Wed, 29 Dec 2021 22:01:26 +0000 (23:01 +0100)]
Socket-related cleanups

Improve error handling on Windows and reduce the size of the `Address` class

2 years agoRemove unused (de)serializeAttributes() methods
ROllerozxa [Wed, 29 Dec 2021 22:00:16 +0000 (23:00 +0100)]
Remove unused (de)serializeAttributes() methods

2 years agoAdd more neighbors on mesh update (#6765)
Vitaliy [Wed, 29 Dec 2021 21:59:53 +0000 (00:59 +0300)]
Add more neighbors on mesh update (#6765)

2 years agoFix segfault in drawItems() due to missing inventory list
SmallJoker [Wed, 29 Dec 2021 18:20:38 +0000 (19:20 +0100)]
Fix segfault in drawItems() due to missing inventory list

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.

2 years agoFix check that denies new clients from a singleplayer session
savilli [Tue, 28 Dec 2021 13:08:21 +0000 (16:08 +0300)]
Fix check that denies new clients from a singleplayer session

2 years agoAutomatically use SSE registers for FP operations on i386 (#11853)
William L. DeRieux IV [Tue, 28 Dec 2021 13:06:24 +0000 (08:06 -0500)]
Automatically use SSE registers for FP operations on i386 (#11853)

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

2 years agoRestore GCC 5 compatibility (#11778)
JosiahWI [Tue, 28 Dec 2021 13:05:49 +0000 (07:05 -0600)]
Restore GCC 5 compatibility (#11778)

2 years agoRemove wrong function from lua_api.txt
sfan5 [Sun, 19 Dec 2021 16:03:16 +0000 (17:03 +0100)]
Remove wrong function from lua_api.txt

2 years agoUse defined evaluation order in profiler
Jude Melton-Houghton [Sun, 19 Dec 2021 13:41:08 +0000 (08:41 -0500)]
Use defined evaluation order in profiler

See https://github.com/LuaJIT/LuaJIT/issues/238

2 years agoProtect font initialization with mutex
sfan5 [Fri, 17 Dec 2021 22:49:47 +0000 (23:49 +0100)]
Protect font initialization with mutex

fixes #4532

2 years agoRefactor trusted mod checking code
sfan5 [Fri, 17 Dec 2021 18:04:46 +0000 (19:04 +0100)]
Refactor trusted mod checking code

2 years agoRemove setlocal and setupvalue from `debug` table whitelist
sfan5 [Fri, 17 Dec 2021 17:35:30 +0000 (18:35 +0100)]
Remove setlocal and setupvalue from `debug` table whitelist

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).

2 years agoDon't let HTTP API pass through untrusted function
sfan5 [Fri, 17 Dec 2021 17:31:29 +0000 (18:31 +0100)]
Don't let HTTP API pass through untrusted function

This has been a problem since the first day, oops.

2 years agoRestructure devtest's unittests and run them in CI (#11859)
sfan5 [Sat, 18 Dec 2021 19:36:43 +0000 (20:36 +0100)]
Restructure devtest's unittests and run them in CI (#11859)

2 years agoFix eat sound not playing if eating last of stack
sfan5 [Wed, 15 Dec 2021 14:36:19 +0000 (15:36 +0100)]
Fix eat sound not playing if eating last of stack

2 years agoFix some issues with buildbot scripts (#11860)
sfan5 [Wed, 15 Dec 2021 13:36:27 +0000 (14:36 +0100)]
Fix some issues with buildbot scripts (#11860)

2 years agoDisable inventory if player's inventory formspec is blank (#11827)
ROllerozxa [Mon, 13 Dec 2021 16:43:29 +0000 (17:43 +0100)]
Disable inventory if player's inventory formspec is blank (#11827)

2 years agoFix URL escaping in content store
sfan5 [Wed, 1 Dec 2021 20:11:32 +0000 (21:11 +0100)]
Fix URL escaping in content store

2 years agoRemove creative/damage info in Esc/Pause menu
Wuzzy [Sun, 3 Oct 2021 13:36:35 +0000 (15:36 +0200)]
Remove creative/damage info in Esc/Pause menu

2 years agoUpdate German locale translation
Wuzzy [Thu, 2 Dec 2021 11:55:56 +0000 (12:55 +0100)]
Update German locale translation

2 years agoUpdate builtin locale
Wuzzy [Thu, 2 Dec 2021 11:53:53 +0000 (12:53 +0100)]
Update builtin locale

2 years agoAdd pauloue's ItemStack example to docs (#9853)
Francisco [Fri, 10 Dec 2021 11:24:42 +0000 (03:24 -0800)]
Add pauloue's ItemStack example to docs (#9853)

2 years agoFix get_bone_position() on unset bones modifying their position
sfan5 [Sun, 5 Dec 2021 23:04:33 +0000 (00:04 +0100)]
Fix get_bone_position() on unset bones modifying their position

closes #11840

2 years agoFix various code & correctness issues (#11815)
sfan5 [Sun, 5 Dec 2021 13:40:30 +0000 (14:40 +0100)]
Fix various code & correctness issues (#11815)

2 years agoFix wireshark packet dissector wrong coordinates (#11826)
Richard Liu [Sun, 5 Dec 2021 13:34:40 +0000 (07:34 -0600)]
Fix wireshark packet dissector wrong coordinates (#11826)

2 years agoImprove error message if using "/help --" (#11796)
Wuzzy [Wed, 1 Dec 2021 19:22:46 +0000 (19:22 +0000)]
Improve error message if using "/help --" (#11796)

2 years agoNetwork: Delete copy constructor and use std::move instead (#11642)
SmallJoker [Wed, 1 Dec 2021 19:22:33 +0000 (20:22 +0100)]
Network: Delete copy constructor and use std::move instead (#11642)

This is a follow-up change which disables class copies where possible to avoid unnecessary memory movements.

2 years agoUpdate translation files
updatepo.sh [Sat, 27 Nov 2021 18:42:26 +0000 (19:42 +0100)]
Update translation files

2 years agoUpdate minetest.conf.example and dummy cpp file
updatepo.sh [Sat, 27 Nov 2021 18:41:45 +0000 (19:41 +0100)]
Update minetest.conf.example and dummy cpp file

2 years agoTranslated using Weblate (Swedish)
ROllerozxa [Sat, 27 Nov 2021 11:38:45 +0000 (11:38 +0000)]
Translated using Weblate (Swedish)

Currently translated at 46.0% (643 of 1396 strings)

2 years agoTranslated using Weblate (Czech)
Ondřej Pfrogner [Sat, 20 Nov 2021 09:50:36 +0000 (09:50 +0000)]
Translated using Weblate (Czech)

Currently translated at 62.9% (879 of 1396 strings)

2 years agoAdded translation using Weblate (Yue)
Johann Lau [Fri, 12 Nov 2021 09:51:11 +0000 (10:51 +0100)]
Added translation using Weblate (Yue)

2 years agoTranslated using Weblate (Dutch)
Molly [Wed, 13 Oct 2021 07:27:43 +0000 (07:27 +0000)]
Translated using Weblate (Dutch)

Currently translated at 97.0% (1355 of 1396 strings)

2 years agoTranslated using Weblate (Dutch)
Vancha March [Tue, 12 Oct 2021 09:09:16 +0000 (09:09 +0000)]
Translated using Weblate (Dutch)

Currently translated at 95.3% (1331 of 1396 strings)

2 years agoTranslated using Weblate (Spanish)
Joaquín Villalba [Wed, 6 Oct 2021 14:40:56 +0000 (14:40 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.8% (1142 of 1396 strings)

2 years agoTranslated using Weblate (Spanish)
Manuel González [Wed, 6 Oct 2021 14:34:17 +0000 (14:34 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.8% (1142 of 1396 strings)

2 years agoTranslated using Weblate (Bulgarian)
109247019824 [Tue, 5 Oct 2021 16:27:58 +0000 (16:27 +0000)]
Translated using Weblate (Bulgarian)

Currently translated at 12.6% (177 of 1396 strings)

2 years agoTranslated using Weblate (Esperanto)
phlostically [Sun, 3 Oct 2021 23:29:01 +0000 (23:29 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 97.2% (1357 of 1396 strings)

2 years agoTranslated using Weblate (Finnish)
Markus Mikkonen [Sat, 18 Sep 2021 06:55:16 +0000 (06:55 +0000)]
Translated using Weblate (Finnish)

Currently translated at 20.9% (292 of 1396 strings)

2 years agoTranslated using Weblate (Portuguese (Brazil))
Ronoaldo Pereira [Thu, 16 Sep 2021 18:28:41 +0000 (18:28 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.7% (1392 of 1396 strings)

2 years agoTranslated using Weblate (Finnish)
Jiri Grönroos [Wed, 15 Sep 2021 07:46:55 +0000 (07:46 +0000)]
Translated using Weblate (Finnish)

Currently translated at 20.9% (292 of 1396 strings)

2 years agoTranslated using Weblate (Portuguese (Brazil))
Heitor [Sat, 11 Sep 2021 18:13:26 +0000 (18:13 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 97.0% (1355 of 1396 strings)

2 years agoTranslated using Weblate (Esperanto)
Tirifto [Tue, 24 Aug 2021 11:22:12 +0000 (11:22 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 95.9% (1340 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
A M [Tue, 24 Aug 2021 16:18:20 +0000 (16:18 +0000)]
Translated using Weblate (Polish)

Currently translated at 71.4% (998 of 1396 strings)

2 years agoTranslated using Weblate (Gaelic)
GunChleoc [Wed, 18 Aug 2021 06:35:25 +0000 (06:35 +0000)]
Translated using Weblate (Gaelic)

Currently translated at 17.0% (238 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Zhaolin Lau [Thu, 12 Aug 2021 21:27:16 +0000 (21:27 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 95.3% (1331 of 1396 strings)

2 years agoTranslated using Weblate (Portuguese (Brazil))
Thiago Carmona Monteiro [Wed, 11 Aug 2021 07:58:55 +0000 (07:58 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 94.4% (1319 of 1396 strings)

2 years agoTranslated using Weblate (Slovak)
Marian [Mon, 9 Aug 2021 09:23:41 +0000 (09:23 +0000)]
Translated using Weblate (Slovak)

Currently translated at 95.2% (1329 of 1396 strings)

2 years agoTranslated using Weblate (Esperanto)
phlostically [Fri, 6 Aug 2021 12:20:34 +0000 (12:20 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 95.2% (1329 of 1396 strings)

2 years agoTranslated using Weblate (Norwegian Bokmål)
Allan Nordhøy [Sat, 7 Aug 2021 00:51:19 +0000 (00:51 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 56.0% (783 of 1396 strings)

2 years agoTranslated using Weblate (Arabic)
abidin toumi [Fri, 6 Aug 2021 05:30:43 +0000 (05:30 +0000)]
Translated using Weblate (Arabic)

Currently translated at 27.1% (379 of 1396 strings)

2 years agoTranslated using Weblate (Turkish)
Oğuz Ersen [Tue, 3 Aug 2021 06:07:19 +0000 (06:07 +0000)]
Translated using Weblate (Turkish)

Currently translated at 100.0% (1396 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Emily Ellis [Sun, 1 Aug 2021 12:41:05 +0000 (12:41 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.4% (1319 of 1396 strings)

2 years agoTranslated using Weblate (Spanish)
David Leal [Sun, 1 Aug 2021 16:31:57 +0000 (16:31 +0000)]
Translated using Weblate (Spanish)

Currently translated at 81.2% (1134 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Riceball LEE [Fri, 23 Jul 2021 23:57:47 +0000 (23:57 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 92.5% (1292 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Yangjun Wang [Fri, 23 Jul 2021 23:58:18 +0000 (23:58 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 92.5% (1292 of 1396 strings)

2 years agoTranslated using Weblate (Russian)
Чтабс [Tue, 20 Jul 2021 17:21:05 +0000 (17:21 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1396 of 1396 strings)

2 years agoTranslated using Weblate (Serbian (cyrillic))
Stefan Vukanovic [Mon, 19 Jul 2021 13:45:55 +0000 (13:45 +0000)]
Translated using Weblate (Serbian (cyrillic))

Currently translated at 30.4% (425 of 1396 strings)

2 years agoTranslated using Weblate (Japanese)
BreadW [Fri, 16 Jul 2021 15:18:32 +0000 (15:18 +0000)]
Translated using Weblate (Japanese)

Currently translated at 99.4% (1389 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Lin Happy 666 [Fri, 9 Jul 2021 08:45:12 +0000 (08:45 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 92.3% (1289 of 1396 strings)

2 years agoTranslated using Weblate (Norwegian Bokmål)
Liet Kynes [Tue, 6 Jul 2021 08:27:40 +0000 (08:27 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 56.0% (783 of 1396 strings)

2 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Tue, 6 Jul 2021 08:24:07 +0000 (08:24 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 55.4% (774 of 1396 strings)

2 years agoTranslated using Weblate (Norwegian Bokmål)
Liet Kynes [Tue, 6 Jul 2021 08:26:02 +0000 (08:26 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 55.4% (774 of 1396 strings)

2 years agoTranslated using Weblate (Russian)
Er2 [Fri, 2 Jul 2021 19:24:32 +0000 (19:24 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1396 of 1396 strings)

2 years agoTranslated using Weblate (Hungarian)
Ács Zoltán [Sun, 4 Jul 2021 12:26:42 +0000 (12:26 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 81.9% (1144 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
Mateusz Mendel [Wed, 30 Jun 2021 17:24:22 +0000 (17:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 70.3% (982 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
ResuUman [Wed, 30 Jun 2021 17:24:43 +0000 (17:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 70.3% (982 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
Mateusz Mendel [Wed, 30 Jun 2021 17:23:12 +0000 (17:23 +0000)]
Translated using Weblate (Polish)

Currently translated at 70.3% (982 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
ResuUman [Wed, 30 Jun 2021 17:24:15 +0000 (17:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 70.3% (982 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
Mateusz Mendel [Tue, 29 Jun 2021 18:24:27 +0000 (18:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
ResuUman [Tue, 29 Jun 2021 18:24:33 +0000 (18:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
Mateusz Mendel [Tue, 29 Jun 2021 18:24:02 +0000 (18:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
ResuUman [Tue, 29 Jun 2021 18:24:19 +0000 (18:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
Mateusz Mendel [Tue, 29 Jun 2021 18:22:41 +0000 (18:22 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Polish)
ResuUman [Tue, 29 Jun 2021 18:22:57 +0000 (18:22 +0000)]
Translated using Weblate (Polish)

Currently translated at 68.7% (960 of 1396 strings)

2 years agoTranslated using Weblate (Russian)
Чтабс [Sun, 27 Jun 2021 09:57:17 +0000 (09:57 +0000)]
Translated using Weblate (Russian)

Currently translated at 95.4% (1333 of 1396 strings)

2 years agoTranslated using Weblate (Estonian)
Janar Leas [Mon, 28 Jun 2021 10:10:20 +0000 (10:10 +0000)]
Translated using Weblate (Estonian)

Currently translated at 44.1% (616 of 1396 strings)

2 years agoTranslated using Weblate (German)
Wuzzy [Mon, 21 Jun 2021 15:04:11 +0000 (15:04 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (1396 of 1396 strings)

2 years agoTranslated using Weblate (Romanian)
Nicolae Crefelean [Thu, 17 Jun 2021 21:21:20 +0000 (21:21 +0000)]
Translated using Weblate (Romanian)

Currently translated at 47.6% (665 of 1396 strings)

2 years agoTranslated using Weblate (Spanish)
Jordan Irwin [Thu, 17 Jun 2021 00:33:35 +0000 (00:33 +0000)]
Translated using Weblate (Spanish)

Currently translated at 80.6% (1126 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Riceball LEE [Thu, 17 Jun 2021 23:37:37 +0000 (23:37 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.2% (1274 of 1396 strings)

2 years agoTranslated using Weblate (Chinese (Simplified))
Yangjun Wang [Thu, 17 Jun 2021 23:42:06 +0000 (23:42 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.2% (1274 of 1396 strings)

2 years agoTranslated using Weblate (French)
waxtatect [Wed, 16 Jun 2021 19:13:36 +0000 (19:13 +0000)]
Translated using Weblate (French)

Currently translated at 94.9% (1325 of 1396 strings)

2 years agoTranslated using Weblate (Malay)
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Wed, 16 Jun 2021 18:47:58 +0000 (18:47 +0000)]
Translated using Weblate (Malay)

Currently translated at 100.0% (1396 of 1396 strings)

2 years agoUpdate to Android target SDK 30 (#11746)
rubenwardy [Sat, 27 Nov 2021 00:10:13 +0000 (00:10 +0000)]
Update to Android target SDK 30 (#11746)

2 years agoImplemented disconnect_player (#10492)
Corey Powell [Fri, 26 Nov 2021 19:19:40 +0000 (14:19 -0500)]
Implemented disconnect_player (#10492)

Co-authored-by: rubenwardy <rw@rubenwardy.com>
2 years agoRemove unused Direct3D shader error/warning (#11793)
ROllerozxa [Fri, 26 Nov 2021 18:33:24 +0000 (19:33 +0100)]
Remove unused Direct3D shader error/warning (#11793)

2 years agoFix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)
sfan5 [Fri, 26 Nov 2021 18:32:41 +0000 (19:32 +0100)]
Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)

This ensures that no overflows (side-effects) happen within the find_nodes_in_area function by limiting coordinates like done in the map generation code.

2 years agoAdd Lua bitop library (#9847)
Lejo [Fri, 26 Nov 2021 18:31:05 +0000 (19:31 +0100)]
Add Lua bitop library (#9847)

2 years agoMinimap: gamma-correct average texture colour calculation (#9249)
HybridDog [Fri, 26 Nov 2021 18:30:49 +0000 (19:30 +0100)]
Minimap: gamma-correct average texture colour calculation (#9249)

This calculates the average texture colour while heeding the sRGB colourspace.

2 years agoAdd backwards-compatible behaviour if too few CAO textures specified
sfan5 [Mon, 22 Nov 2021 17:27:49 +0000 (18:27 +0100)]
Add backwards-compatible behaviour if too few CAO textures specified

(#11766)

2 years agoAllow for Game-Specific Menu Music (#11241)
ExeVirus [Mon, 22 Nov 2021 17:26:46 +0000 (12:26 -0500)]
Allow for Game-Specific Menu Music (#11241)

2 years agoAdd macOS build docs (#11757)
Andrew Kerr [Fri, 19 Nov 2021 22:31:15 +0000 (17:31 -0500)]
Add macOS build docs (#11757)

2 years agoFix local digging animation (#11772)
savilli [Fri, 19 Nov 2021 22:31:04 +0000 (01:31 +0300)]
Fix local digging animation (#11772)