]> git.lizzy.rs Git - minetest.git/log
minetest.git
16 months agoIncrease `ftos` precision (#13141)
Jude Melton-Houghton [Thu, 12 Jan 2023 19:12:31 +0000 (14:12 -0500)]
Increase `ftos` precision (#13141)

16 months agoBreak long lines of option help (#13136)
Jude Melton-Houghton [Thu, 12 Jan 2023 19:12:05 +0000 (14:12 -0500)]
Break long lines of option help (#13136)

16 months agoError when string.split is given empty separator (#13132)
Jude Melton-Houghton [Tue, 10 Jan 2023 14:25:48 +0000 (09:25 -0500)]
Error when string.split is given empty separator (#13132)

16 months agoDevTest: `chest_of_everything` mod: Add search, bag, improve formspec (#13064)
Wuzzy [Mon, 9 Jan 2023 20:40:41 +0000 (21:40 +0100)]
DevTest: `chest_of_everything` mod: Add search, bag, improve formspec (#13064)

16 months agoRemove mapblock cache for mesh generation. (#13124)
x2048 [Mon, 9 Jan 2023 20:40:08 +0000 (21:40 +0100)]
Remove mapblock cache for mesh generation. (#13124)

Reduces memory consumption and improves performance

16 months agoAlways set globals in __newindex (#13131)
Jude Melton-Houghton [Mon, 9 Jan 2023 20:00:49 +0000 (15:00 -0500)]
Always set globals in __newindex (#13131)

16 months agoAdd option to exclude Development Test from release packages (#13081)
ROllerozxa [Mon, 9 Jan 2023 19:34:13 +0000 (20:34 +0100)]
Add option to exclude Development Test from release packages (#13081)

* `INSTALL_DEVTEST` is the option name

16 months agoFix crash on Android with IrrlichtMt9 (#13123)
ROllerozxa [Sun, 8 Jan 2023 13:04:17 +0000 (14:04 +0100)]
Fix crash on Android with IrrlichtMt9 (#13123)

Caused by mouse control

16 months agoClamp player wieldindex when processing hotbar item selection (#13098)
iliekprogrammar [Sun, 8 Jan 2023 13:03:16 +0000 (13:03 +0000)]
Clamp player wieldindex when processing hotbar item selection (#13098)

16 months agoReport collisionMoveSimple for client and server. (#13105)
lhofhansl [Sun, 8 Jan 2023 00:31:31 +0000 (16:31 -0800)]
Report collisionMoveSimple for client and server. (#13105)

16 months agoReplace minetest_game with "Minetest Game" where appropriate
David Leal [Sat, 7 Jan 2023 11:58:16 +0000 (05:58 -0600)]
Replace minetest_game with "Minetest Game" where appropriate

16 months agoDevtest: Add jukebox
Desour [Wed, 14 Sep 2022 18:02:46 +0000 (20:02 +0200)]
Devtest: Add jukebox

16 months agoDevtest: Rename soundstuff init.lua
Desour [Wed, 14 Sep 2022 15:43:23 +0000 (17:43 +0200)]
Devtest: Rename soundstuff init.lua

16 months agoDevtest: Add branding iron
Desour [Fri, 16 Sep 2022 22:09:50 +0000 (00:09 +0200)]
Devtest: Add branding iron

Allows giving names to objects.

16 months agoRemove old rollback migration code (#13082)
ROllerozxa [Fri, 6 Jan 2023 21:35:20 +0000 (22:35 +0100)]
Remove old rollback migration code (#13082)

16 months agoAdd dynamic exposure correction (#12959)
x2048 [Fri, 6 Jan 2023 21:33:25 +0000 (22:33 +0100)]
Add dynamic exposure correction (#12959)

* Add uniform for frame delta time
* Adjust exposure in logarithmic (EV) space
* Add network support and LUA API
* Add testing mod

16 months agoOcclusion culling algorithm based on recursive descend (#13104)
x2048 [Fri, 6 Jan 2023 21:31:06 +0000 (22:31 +0100)]
Occlusion culling algorithm based on recursive descend (#13104)

Co-authored-by: DS <vorunbekannt75@web.de>
16 months agoUse consistent optimization flags for *BSD
sfan5 [Thu, 5 Jan 2023 11:03:45 +0000 (12:03 +0100)]
Use consistent optimization flags for *BSD

This was added for seemingly no reason in c410e9182d322a8c095ef94fbadf4d8f541e6b98 (2014)

16 months agoDocument mod storage psql settings in world_format.txt
Awkanimus [Thu, 5 Jan 2023 20:59:08 +0000 (15:59 -0500)]
Document mod storage psql settings in world_format.txt

17 months agoBump used IrrlichtMt version
sfan5 [Sat, 31 Dec 2022 11:48:53 +0000 (12:48 +0100)]
Bump used IrrlichtMt version

17 months agoUse multiple threads for mesh generation (#13062)
x2048 [Tue, 27 Dec 2022 17:44:18 +0000 (18:44 +0100)]
Use multiple threads for mesh generation (#13062)

Co-authored-by: sfan5 <sfan5@live.de>
17 months agoLua API: Document shader dependencies of set_lighting() (#13079)
SmallJoker [Mon, 26 Dec 2022 20:59:55 +0000 (21:59 +0100)]
Lua API: Document shader dependencies of set_lighting() (#13079)

17 months agoAllow saturation to be controlled by the server. (#13075)
lhofhansl [Mon, 26 Dec 2022 00:15:32 +0000 (16:15 -0800)]
Allow saturation to be controlled by the server. (#13075)

17 months agoFully remove pageflip 3D mode (#13074)
ROllerozxa [Sun, 25 Dec 2022 15:57:39 +0000 (16:57 +0100)]
Fully remove pageflip 3D mode (#13074)

17 months agoFix join game tab being slightly shorter than the others (#13073)
ROllerozxa [Sun, 25 Dec 2022 15:57:21 +0000 (16:57 +0100)]
Fix join game tab being slightly shorter than the others (#13073)

17 months agoFix progress bar look on HiDPI displays (#13055)
Jean-Patrick Guerrero [Sat, 24 Dec 2022 17:26:56 +0000 (18:26 +0100)]
Fix progress bar look on HiDPI displays (#13055)

17 months agoStore `MapEditEvent` blocks in a vector (#13071)
Jude Melton-Houghton [Sat, 24 Dec 2022 17:21:59 +0000 (12:21 -0500)]
Store `MapEditEvent` blocks in a vector (#13071)

17 months agoAdd callback on_mapblocks_changed
Jude Melton-Houghton [Sun, 4 Sep 2022 02:05:07 +0000 (22:05 -0400)]
Add callback on_mapblocks_changed

17 months agoMake MapEditEvent more complete
Jude Melton-Houghton [Sat, 8 Oct 2022 14:25:22 +0000 (10:25 -0400)]
Make MapEditEvent more complete

SetBlocksNotSent is no longer used.

17 months agoSet and unset relative mouse mode where necessary (#12636)
ndren [Sat, 24 Dec 2022 08:38:30 +0000 (08:38 +0000)]
Set and unset relative mouse mode where necessary (#12636)

* Set and unset relative mouse mode where necessary

Co-authored-by: sfan5 <sfan5@live.de>
17 months agoDocument the gain of auto-selected dig sounds
Gregor Parzefall [Wed, 21 Dec 2022 12:29:43 +0000 (13:29 +0100)]
Document the gain of auto-selected dig sounds

17 months agoUse a Lua error handler that calls tostring (#11913)
Jude Melton-Houghton [Thu, 15 Dec 2022 12:37:49 +0000 (07:37 -0500)]
Use a Lua error handler that calls tostring (#11913)

17 months agoFix `plantlike_rooted` world-aligned node base textures (#12994)
Jude Melton-Houghton [Mon, 12 Dec 2022 13:45:09 +0000 (08:45 -0500)]
Fix `plantlike_rooted` world-aligned node base textures (#12994)

Co-authored-by: Wuzzy <Wuzzy@disroot.org>
17 months agoUpdate translation files
updatepo.sh [Sat, 10 Dec 2022 14:38:30 +0000 (15:38 +0100)]
Update translation files

17 months agoUpdate minetest.conf.example
updatepo.sh [Sat, 10 Dec 2022 14:35:46 +0000 (15:35 +0100)]
Update minetest.conf.example

17 months agoTranslated using Weblate (Malay)
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Fri, 9 Dec 2022 19:47:12 +0000 (19:47 +0000)]
Translated using Weblate (Malay)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Артём Котлубай [Sat, 3 Dec 2022 12:28:27 +0000 (12:28 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Esperanto)
Emmily [Tue, 22 Nov 2022 07:00:32 +0000 (07:00 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 88.2% (1290 of 1462 strings)

17 months agoTranslated using Weblate (Galician)
runs [Sun, 20 Nov 2022 00:36:50 +0000 (00:36 +0000)]
Translated using Weblate (Galician)

Currently translated at 97.2% (1422 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Mikitko [Sun, 20 Nov 2022 05:04:58 +0000 (05:04 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Spanish)
waxtatect [Tue, 15 Nov 2022 07:57:34 +0000 (07:57 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.6% (1296 of 1462 strings)

17 months agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Fri, 11 Nov 2022 17:45:09 +0000 (17:45 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Romanian)
Nicolae Crefelean [Thu, 10 Nov 2022 16:14:02 +0000 (16:14 +0000)]
Translated using Weblate (Romanian)

Currently translated at 46.5% (680 of 1462 strings)

17 months agoTranslated using Weblate (Esperanto)
LL Productions FR [Mon, 7 Nov 2022 18:36:24 +0000 (18:36 +0000)]
Translated using Weblate (Esperanto)

Currently translated at 87.8% (1285 of 1462 strings)

17 months agoTranslated using Weblate (Chinese (Simplified))
Tianshu Feng [Fri, 4 Nov 2022 10:20:04 +0000 (10:20 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 93.7% (1371 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Nyuh Nyash [Thu, 3 Nov 2022 21:37:41 +0000 (21:37 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Spanish)
runs [Mon, 31 Oct 2022 23:53:38 +0000 (23:53 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.5% (1295 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Темак [Sat, 29 Oct 2022 11:00:38 +0000 (11:00 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Hungarian)
Kisjuhász Attila [Mon, 24 Oct 2022 19:02:01 +0000 (19:02 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (German)
Wuzzy [Sat, 22 Oct 2022 16:28:41 +0000 (16:28 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Italian)
Alex B [Fri, 21 Oct 2022 23:05:45 +0000 (23:05 +0000)]
Translated using Weblate (Italian)

Currently translated at 96.2% (1407 of 1462 strings)

17 months agoTranslated using Weblate (Chinese (Simplified))
Gao Tiesuan [Fri, 14 Oct 2022 04:18:07 +0000 (04:18 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.5% (1339 of 1462 strings)

17 months agoTranslated using Weblate (Malay (Jawi))
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Mon, 10 Oct 2022 04:26:38 +0000 (04:26 +0000)]
Translated using Weblate (Malay (Jawi))

Currently translated at 61.1% (894 of 1462 strings)

17 months agoTranslated using Weblate (Arabic)
Abdou-31 [Thu, 6 Oct 2022 12:52:06 +0000 (12:52 +0000)]
Translated using Weblate (Arabic)

Currently translated at 38.6% (565 of 1462 strings)

17 months agoTranslated using Weblate (Bulgarian)
109247019824 [Sat, 1 Oct 2022 07:00:21 +0000 (07:00 +0000)]
Translated using Weblate (Bulgarian)

Currently translated at 29.5% (432 of 1462 strings)

17 months agoTranslated using Weblate (Norwegian Nynorsk)
tryvseu [Thu, 22 Sep 2022 23:09:37 +0000 (23:09 +0000)]
Translated using Weblate (Norwegian Nynorsk)

Currently translated at 37.4% (547 of 1462 strings)

17 months agoTranslated using Weblate (Lithuanian)
Bright Geyser [Mon, 19 Sep 2022 17:51:03 +0000 (17:51 +0000)]
Translated using Weblate (Lithuanian)

Currently translated at 15.5% (228 of 1462 strings)

17 months agoTranslated using Weblate (Hungarian)
Ács Zoltán [Sat, 17 Sep 2022 12:15:40 +0000 (12:15 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 98.7% (1443 of 1462 strings)

17 months agoTranslated using Weblate (Hindi)
Ritwik [Wed, 14 Sep 2022 19:21:27 +0000 (19:21 +0000)]
Translated using Weblate (Hindi)

Currently translated at 29.7% (435 of 1462 strings)

17 months agoTranslated using Weblate (Finnish)
Hraponssi [Wed, 7 Sep 2022 20:37:22 +0000 (20:37 +0000)]
Translated using Weblate (Finnish)

Currently translated at 23.4% (343 of 1462 strings)

17 months agoTranslated using Weblate (Finnish)
Jiri Grönroos [Wed, 7 Sep 2022 07:25:05 +0000 (07:25 +0000)]
Translated using Weblate (Finnish)

Currently translated at 23.4% (343 of 1462 strings)

17 months agoTranslated using Weblate (Indonesian)
daudiffa [Tue, 30 Aug 2022 05:31:13 +0000 (05:31 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 98.2% (1437 of 1462 strings)

17 months agoTranslated using Weblate (Vietnamese)
Văn Chí [Thu, 25 Aug 2022 07:02:56 +0000 (07:02 +0000)]
Translated using Weblate (Vietnamese)

Currently translated at 42.2% (618 of 1462 strings)

17 months agoTranslated using Weblate (Italian)
Davide Giuliano [Tue, 23 Aug 2022 01:58:58 +0000 (01:58 +0000)]
Translated using Weblate (Italian)

Currently translated at 96.3% (1408 of 1462 strings)

17 months agoTranslated using Weblate (Chinese (Traditional))
Yic95 [Sun, 21 Aug 2022 15:44:23 +0000 (15:44 +0000)]
Translated using Weblate (Chinese (Traditional))

Currently translated at 75.5% (1104 of 1462 strings)

17 months agoTranslated using Weblate (Italian)
Simone Starace [Sun, 21 Aug 2022 16:27:01 +0000 (16:27 +0000)]
Translated using Weblate (Italian)

Currently translated at 95.2% (1393 of 1462 strings)

17 months agoTranslated using Weblate (Italian)
Pietro Cappuccino [Sun, 21 Aug 2022 07:31:02 +0000 (07:31 +0000)]
Translated using Weblate (Italian)

Currently translated at 95.2% (1393 of 1462 strings)

17 months agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Tue, 16 Aug 2022 18:30:32 +0000 (18:30 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 98.2% (1436 of 1462 strings)

17 months agoTranslated using Weblate (Turkish)
ahdplayer [Mon, 15 Aug 2022 14:55:42 +0000 (14:55 +0000)]
Translated using Weblate (Turkish)

Currently translated at 92.4% (1351 of 1462 strings)

17 months agoTranslated using Weblate (Portuguese (Brazil))
Ian giestas pauli [Sat, 13 Aug 2022 19:25:29 +0000 (19:25 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Italian)
Giov4 [Sat, 13 Aug 2022 12:57:13 +0000 (12:57 +0000)]
Translated using Weblate (Italian)

Currently translated at 93.6% (1369 of 1462 strings)

17 months agoTranslated using Weblate (Mongolian)
Batkhuyag Bavuudorj [Sat, 6 Aug 2022 04:14:14 +0000 (04:14 +0000)]
Translated using Weblate (Mongolian)

Currently translated at 2.3% (35 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Andrei Stepanov [Sat, 6 Aug 2022 06:37:48 +0000 (06:37 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Portuguese)
Kauã Maia [Thu, 4 Aug 2022 15:17:05 +0000 (15:17 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 98.4% (1439 of 1462 strings)

17 months agoTranslated using Weblate (Polish)
marcin [Sat, 6 Aug 2022 11:41:31 +0000 (11:41 +0000)]
Translated using Weblate (Polish)

Currently translated at 80.6% (1179 of 1462 strings)

17 months agoTranslated using Weblate (Polish)
Adam Jagoda [Thu, 4 Aug 2022 23:24:27 +0000 (23:24 +0000)]
Translated using Weblate (Polish)

Currently translated at 80.6% (1179 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Темак [Sat, 6 Aug 2022 06:32:33 +0000 (06:32 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Andrei Stepanov [Sat, 6 Aug 2022 06:06:18 +0000 (06:06 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Темак [Fri, 5 Aug 2022 16:25:33 +0000 (16:25 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Andrei Stepanov [Sat, 6 Aug 2022 05:32:59 +0000 (05:32 +0000)]
Translated using Weblate (Russian)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoAdded translation using Weblate (Mongolian)
Batkhuyag Bavuudorj [Sat, 6 Aug 2022 04:11:23 +0000 (06:11 +0200)]
Added translation using Weblate (Mongolian)

17 months agoTranslated using Weblate (Occitan)
Walter Bulbazor [Tue, 2 Aug 2022 13:51:39 +0000 (13:51 +0000)]
Translated using Weblate (Occitan)

Currently translated at 14.3% (210 of 1462 strings)

17 months agoTranslated using Weblate (Chinese (Simplified))
Conight [Mon, 1 Aug 2022 02:21:59 +0000 (02:21 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 91.4% (1337 of 1462 strings)

17 months agoTranslated using Weblate (Russian)
Темак [Tue, 2 Aug 2022 19:10:03 +0000 (19:10 +0000)]
Translated using Weblate (Russian)

Currently translated at 96.1% (1405 of 1462 strings)

17 months agoTranslated using Weblate (Portuguese)
Hugo Carvalho [Mon, 1 Aug 2022 12:54:10 +0000 (12:54 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 97.7% (1429 of 1462 strings)

17 months agoTranslated using Weblate (Polish)
Artur Adamczyk [Mon, 1 Aug 2022 10:50:34 +0000 (10:50 +0000)]
Translated using Weblate (Polish)

Currently translated at 77.5% (1134 of 1462 strings)

17 months agoTranslated using Weblate (Spanish)
Andrés Morgensen [Wed, 3 Aug 2022 06:15:47 +0000 (06:15 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

17 months agoTranslated using Weblate (Spanish)
Valentino [Wed, 3 Aug 2022 06:14:28 +0000 (06:14 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

17 months agoTranslated using Weblate (Spanish)
waxtatect [Mon, 1 Aug 2022 14:35:54 +0000 (14:35 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.3% (1291 of 1462 strings)

17 months agoTranslated using Weblate (French)
waxtatect [Mon, 1 Aug 2022 11:11:32 +0000 (11:11 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1462 of 1462 strings)

17 months agoTranslated using Weblate (Polish)
Adam Jagoda [Sun, 31 Jul 2022 23:22:22 +0000 (23:22 +0000)]
Translated using Weblate (Polish)

Currently translated at 76.2% (1115 of 1462 strings)

17 months agoPrevent air acceleration with 0 jump speed (#13036)
Jude Melton-Houghton [Sat, 10 Dec 2022 14:08:50 +0000 (09:08 -0500)]
Prevent air acceleration with 0 jump speed (#13036)

17 months agoAvoid out-of-bounds memory access in attached node placement prediction (#13038)
Jude Melton-Houghton [Sat, 10 Dec 2022 14:00:27 +0000 (09:00 -0500)]
Avoid out-of-bounds memory access in attached node placement prediction (#13038)

17 months agoRemove Irrlicht documentation URL from key settings (#13010)
sfan5 [Sun, 4 Dec 2022 11:35:28 +0000 (12:35 +0100)]
Remove Irrlicht documentation URL from key settings (#13010)

17 months agoExpose dtime_s to LBM handler
sfan5 [Sun, 4 Dec 2022 11:35:14 +0000 (12:35 +0100)]
Expose dtime_s to LBM handler

17 months agoAdd missing optional dependencies to Container Image (#12914)
Tamara Schmitz [Sun, 4 Dec 2022 11:35:03 +0000 (12:35 +0100)]
Add missing optional dependencies to Container Image (#12914)

17 months agoFix startup after removing last game (#13015)
Jude Melton-Houghton [Sat, 3 Dec 2022 16:35:38 +0000 (11:35 -0500)]
Fix startup after removing last game (#13015)

17 months agoLet mods choose a forceload limit (#13002)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:41:45 +0000 (10:41 -0500)]
Let mods choose a forceload limit (#13002)

17 months agoLet mods choose a forceload limit (#13002)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:41:34 +0000 (10:41 -0500)]
Let mods choose a forceload limit (#13002)

17 months agoAdd `minetest.get_mapgen_edges` (#12999)
Jude Melton-Houghton [Sat, 3 Dec 2022 15:40:46 +0000 (10:40 -0500)]
Add `minetest.get_mapgen_edges` (#12999)