]> git.lizzy.rs Git - minetest.git/log
minetest.git
22 months agoCut back on Gitlab-ci & misc pipeline updates
sfan5 [Mon, 15 Aug 2022 08:47:47 +0000 (10:47 +0200)]
Cut back on Gitlab-ci & misc pipeline updates

22 months agoRemove resolution of appstream screenshots (#12652)
Fábio Rodrigues Ribeiro [Mon, 15 Aug 2022 08:47:09 +0000 (05:47 -0300)]
Remove resolution of appstream screenshots (#12652)

resolves Appdata not valid #12597

22 months agoLimit force shadow update to urgent blocks (#12692)
x2048 [Sun, 14 Aug 2022 18:29:20 +0000 (20:29 +0200)]
Limit force shadow update to urgent blocks (#12692)

22 months agoAdd handling of environment variables to control terminal/logging colors (#12641)
Lion [Sun, 14 Aug 2022 18:27:28 +0000 (21:27 +0300)]
Add handling of environment variables to control terminal/logging colors (#12641)

22 months agoDocs: add "flip moon texture" into breakage file (#12417)
Zughy [Sun, 14 Aug 2022 18:25:52 +0000 (20:25 +0200)]
Docs: add "flip moon texture" into breakage file (#12417)

22 months agoMove some CI jobs to newer compiler versions
sfan5 [Sat, 30 Jul 2022 09:58:47 +0000 (11:58 +0200)]
Move some CI jobs to newer compiler versions

22 months agoReduce the use of porting::getTimeMs() when rendering frames (#12679)
x2048 [Sat, 13 Aug 2022 20:33:26 +0000 (22:33 +0200)]
Reduce the use of porting::getTimeMs() when rendering frames (#12679)

* Avoid calling TimeTaker too frequently in renderMapXXX
* Calculate animation timer once per frame
* Remove code that breaks rendering frame at 2000ms

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: sfan5 <sfan5@live.de>
22 months agoCheck hp_max > 0 for entities (#12667)
Lars Müller [Sat, 13 Aug 2022 14:35:41 +0000 (16:35 +0200)]
Check hp_max > 0 for entities (#12667)

22 months agoReassure previous nil behaviour for tiles and special_tiles (#12678)
Zughy [Sat, 13 Aug 2022 14:35:28 +0000 (16:35 +0200)]
Reassure previous nil behaviour for tiles and special_tiles (#12678)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
22 months agoAllow buffer argument to VoxelManip:get_light_data (#12682)
Jude Melton-Houghton [Sat, 13 Aug 2022 06:53:47 +0000 (02:53 -0400)]
Allow buffer argument to VoxelManip:get_light_data (#12682)

22 months agoRemove default keybind for range select (#12632)
fluxionary [Sat, 13 Aug 2022 06:53:30 +0000 (23:53 -0700)]
Remove default keybind for range select (#12632)

Reason: accidental key presses, few use-cases.

22 months agoTextures: introduce world-align overrides (#12540)
SmallJoker [Sat, 13 Aug 2022 06:52:16 +0000 (08:52 +0200)]
Textures: introduce world-align overrides (#12540)

Many games do not care about world align textures, however texture packs should have the capabilities to change that if they have suitable textures. This commmit now introduces a node property override for world-align in particular to force a certain scale on the selected override tiles.

22 months agoFix crash when crafting callbacks return strings (#12685)
Zughy [Fri, 12 Aug 2022 09:17:37 +0000 (11:17 +0200)]
Fix crash when crafting callbacks return strings (#12685)

Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
22 months agoPhysics overrides: Move values to a common struct (#12591)
SmallJoker [Fri, 12 Aug 2022 09:17:02 +0000 (11:17 +0200)]
Physics overrides: Move values to a common struct (#12591)

Co-authored-by: sfan5 <sfan5@live.de>
22 months agoNode vertex shader: Properly use the waved world position (#12665)
DS [Wed, 10 Aug 2022 16:04:12 +0000 (18:04 +0200)]
Node vertex shader: Properly use the waved world position (#12665)

22 months agoFix crash when stars are reset
Zughy [Wed, 10 Aug 2022 16:03:57 +0000 (18:03 +0200)]
Fix crash when stars are reset

22 months agoEnable C++ stdlib assertions in debug flags
sfan5 [Sun, 17 Jul 2022 10:07:57 +0000 (12:07 +0200)]
Enable C++ stdlib assertions in debug flags

22 months agoContinue with 5.7.0-dev
sfan5 [Thu, 4 Aug 2022 20:46:02 +0000 (22:46 +0200)]
Continue with 5.7.0-dev

22 months agoBump version to 5.6.0
sfan5 [Thu, 4 Aug 2022 20:46:00 +0000 (22:46 +0200)]
Bump version to 5.6.0

22 months agoBump protocol version
sfan5 [Thu, 4 Aug 2022 20:44:29 +0000 (22:44 +0200)]
Bump protocol version

Better late than never.

22 months agoDisable dynamic shadow dropdown on OGLES2 (#12637)
ROllerozxa [Thu, 4 Aug 2022 18:42:43 +0000 (20:42 +0200)]
Disable dynamic shadow dropdown on OGLES2 (#12637)

Co-authored-by: sfan5 <sfan5@live.de>
22 months agoImprove look of credits list
sfan5 [Thu, 28 Jul 2022 19:02:01 +0000 (21:02 +0200)]
Improve look of credits list

22 months agoUpdate credits tab
sfan5 [Thu, 28 Jul 2022 15:45:16 +0000 (17:45 +0200)]
Update credits tab

22 months agoExplicitly initialize value of particle parameter. Fixes #12621.
x2048 [Tue, 2 Aug 2022 21:51:50 +0000 (23:51 +0200)]
Explicitly initialize value of particle parameter. Fixes #12621.

22 months agoRun Minetest update checker on startup (#7629)
SmallJoker [Tue, 2 Aug 2022 19:34:17 +0000 (21:34 +0200)]
Run Minetest update checker on startup (#7629)

This feature is enabled by default for non-Android release builds. Package
maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it.

Co-authored-by: rubenwardy <rw@rubenwardy.com>
Co-authored-by: sfan5 <sfan5@live.de>
22 months agoSwitch MeshUpdateQueue to better data structure
sfan5 [Sun, 31 Jul 2022 21:16:40 +0000 (23:16 +0200)]
Switch MeshUpdateQueue to better data structure

22 months agoRatelimit MeshUpdateQueue::cleanupCache() runs
sfan5 [Sun, 31 Jul 2022 21:10:18 +0000 (23:10 +0200)]
Ratelimit MeshUpdateQueue::cleanupCache() runs

22 months agoAdd `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.txt` ...
AFCMS [Tue, 2 Aug 2022 09:58:08 +0000 (11:58 +0200)]
Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.txt` (#12131)

Co-authored-by: sfan5 <sfan5@live.de>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
22 months agoUse legacy image implementation (no NNAA filter) when not using 9-slice image (#12608)
x2048 [Sun, 31 Jul 2022 19:57:13 +0000 (21:57 +0200)]
Use legacy image implementation (no NNAA filter) when not using 9-slice image (#12608)

22 months agoFix some issues in German translation
sfan5 [Sun, 31 Jul 2022 18:02:27 +0000 (20:02 +0200)]
Fix some issues in German translation

22 months agoTranslated using Weblate (Ukrainian)
Fixer [Sun, 31 Jul 2022 14:00:46 +0000 (14:00 +0000)]
Translated using Weblate (Ukrainian)

Currently translated at 57.3% (839 of 1462 strings)

22 months agoTranslated using Weblate (Japanese)
BreadW [Sun, 31 Jul 2022 00:47:34 +0000 (00:47 +0000)]
Translated using Weblate (Japanese)

Currently translated at 100.0% (1462 of 1462 strings)

22 months agoTranslated using Weblate (Czech)
Fjuro [Sat, 30 Jul 2022 18:06:17 +0000 (18:06 +0000)]
Translated using Weblate (Czech)

Currently translated at 68.6% (1004 of 1462 strings)

22 months agoTranslated using Weblate (Vietnamese)
Hùng Nguyễn [Sun, 31 Jul 2022 06:59:30 +0000 (06:59 +0000)]
Translated using Weblate (Vietnamese)

Currently translated at 41.4% (606 of 1462 strings)

22 months agoTranslated using Weblate (Portuguese)
Fábio Rodrigues Ribeiro [Tue, 26 Jul 2022 15:12:14 +0000 (15:12 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 92.6% (1354 of 1462 strings)

22 months agoTranslated using Weblate (Occitan)
Walter Bulbazor [Fri, 22 Jul 2022 09:22:53 +0000 (09:22 +0000)]
Translated using Weblate (Occitan)

Currently translated at 5.6% (82 of 1462 strings)

22 months agoTranslated using Weblate (Slovak)
Marian [Fri, 22 Jul 2022 14:25:39 +0000 (14:25 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1462 of 1462 strings)

22 months agoTranslated using Weblate (Swedish)
ROllerozxa [Thu, 21 Jul 2022 11:00:46 +0000 (11:00 +0000)]
Translated using Weblate (Swedish)

Currently translated at 61.1% (894 of 1462 strings)

22 months agoTranslated using Weblate (Malay)
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi [Wed, 20 Jul 2022 22:20:39 +0000 (22:20 +0000)]
Translated using Weblate (Malay)

Currently translated at 100.0% (1462 of 1462 strings)

22 months agoTranslated using Weblate (Spanish)
Valentino [Fri, 22 Jul 2022 20:53:44 +0000 (20:53 +0000)]
Translated using Weblate (Spanish)

Currently translated at 83.0% (1214 of 1462 strings)

22 months agoTranslated using Weblate (Spanish)
waxtatect [Fri, 22 Jul 2022 17:57:16 +0000 (17:57 +0000)]
Translated using Weblate (Spanish)

Currently translated at 83.0% (1214 of 1462 strings)

22 months agoTranslated using Weblate (German)
Wuzzy [Fri, 22 Jul 2022 06:30:24 +0000 (06:30 +0000)]
Translated using Weblate (German)

Currently translated at 100.0% (1462 of 1462 strings)

22 months agoTranslated using Weblate (French)
waxtatect [Thu, 21 Jul 2022 18:45:40 +0000 (18:45 +0000)]
Translated using Weblate (French)

Currently translated at 100.0% (1462 of 1462 strings)

22 months agoFix rotation of falling facedir nodes (#12587)
Gregor Parzefall [Sun, 31 Jul 2022 13:18:29 +0000 (15:18 +0200)]
Fix rotation of falling facedir nodes (#12587)

in some cases

22 months agoApply NetBSD string conversion workaround to OpenBSD as well (#12618)
Mantar [Sun, 31 Jul 2022 13:18:19 +0000 (06:18 -0700)]
Apply NetBSD string conversion workaround to OpenBSD as well (#12618)

22 months agoFix Android blank screen (#12604)
ROllerozxa [Sun, 31 Jul 2022 13:18:04 +0000 (15:18 +0200)]
Fix Android blank screen (#12604)

Hardcode the variables to 0 on Android

22 months agoHUD: Fix wrong minimum scale since 051181f
SmallJoker [Sun, 31 Jul 2022 12:57:19 +0000 (14:57 +0200)]
HUD: Fix wrong minimum scale since 051181f

Caused by wrong interpretation of the settingtypes.txt format

22 months agoFix some warnings (#12615)
rubenwardy [Sat, 30 Jul 2022 11:51:23 +0000 (12:51 +0100)]
Fix some warnings (#12615)

22 months agoUpdate German builtin translation
Wuzzy [Fri, 22 Jul 2022 07:01:46 +0000 (09:01 +0200)]
Update German builtin translation

22 months agoUpdate builtin translation files
Wuzzy [Fri, 22 Jul 2022 07:00:19 +0000 (09:00 +0200)]
Update builtin translation files

22 months agoFix media overriding regression (#12602)
Lars Müller [Fri, 29 Jul 2022 08:19:36 +0000 (10:19 +0200)]
Fix media overriding regression (#12602)

22 months agoAllow direction keys with autoforward again
sfan5 [Wed, 27 Jul 2022 21:44:29 +0000 (23:44 +0200)]
Allow direction keys with autoforward again

This was unintentionally removed in commit 1d69a23.
fixes #12048

22 months agoFix lua_api typo: animated_images
Wuzzy [Fri, 29 Jul 2022 08:18:30 +0000 (10:18 +0200)]
Fix lua_api typo: animated_images

22 months agoCheck minimum Irrlicht version before build
sfan5 [Thu, 21 Jul 2022 18:58:04 +0000 (20:58 +0200)]
Check minimum Irrlicht version before build

22 months agoCentralize IrrlichtMt version used for builds
sfan5 [Thu, 21 Jul 2022 18:51:02 +0000 (20:51 +0200)]
Centralize IrrlichtMt version used for builds

maybe a submodule would have really been easier...

22 months agoBump IrrlichtMt
sfan5 [Thu, 21 Jul 2022 18:35:33 +0000 (20:35 +0200)]
Bump IrrlichtMt

22 months agoLet core.get_mod_storage be called multiple times (#12572)
Jude Melton-Houghton [Sat, 23 Jul 2022 20:27:07 +0000 (16:27 -0400)]
Let core.get_mod_storage be called multiple times (#12572)

22 months agoUtil: Use quotation marks for safe path handling
SmallJoker [Fri, 22 Jul 2022 17:47:21 +0000 (19:47 +0200)]
Util: Use quotation marks for safe path handling

22 months agoMainmenu: Escape server_favorite_delete path
SmallJoker [Fri, 22 Jul 2022 17:04:10 +0000 (19:04 +0200)]
Mainmenu: Escape server_favorite_delete path

No similar issues were found inside this file.

23 months agoUse newer NDK r23c for android build
sfan5 [Fri, 22 Jul 2022 11:13:35 +0000 (13:13 +0200)]
Use newer NDK r23c for android build

23 months agoUpdate translation files
updatepo.sh [Wed, 20 Jul 2022 19:36:33 +0000 (21:36 +0200)]
Update translation files

strings from #12131 and #7629 included prematurely for sake of the release

23 months agoUpdate minetest.conf.example
updatepo.sh [Wed, 20 Jul 2022 19:36:03 +0000 (21:36 +0200)]
Update minetest.conf.example

23 months agoTranslated using Weblate (Occitan)
Walter Bulbazor [Tue, 19 Jul 2022 08:53:23 +0000 (08:53 +0000)]
Translated using Weblate (Occitan)

Currently translated at 1.3% (19 of 1416 strings)

23 months agoTranslated using Weblate (Spanish)
Valentino [Tue, 19 Jul 2022 23:08:20 +0000 (23:08 +0000)]
Translated using Weblate (Spanish)

Currently translated at 88.0% (1247 of 1416 strings)

23 months agoAdded translation using Weblate (Occitan)
Walter Bulbazor [Tue, 19 Jul 2022 08:47:30 +0000 (10:47 +0200)]
Added translation using Weblate (Occitan)

23 months agoTranslated using Weblate (Norwegian Nynorsk)
Tor Egil Hoftun Kvæstad [Fri, 15 Jul 2022 22:08:35 +0000 (22:08 +0000)]
Translated using Weblate (Norwegian Nynorsk)

Currently translated at 36.7% (520 of 1416 strings)

23 months agoTranslated using Weblate (Latvian)
Cow Boy [Wed, 13 Jul 2022 10:39:27 +0000 (10:39 +0000)]
Translated using Weblate (Latvian)

Currently translated at 26.2% (372 of 1416 strings)

23 months agoTranslated using Weblate (Serbian (cyrillic))
OrbitalPetrol [Mon, 11 Jul 2022 15:39:29 +0000 (15:39 +0000)]
Translated using Weblate (Serbian (cyrillic))

Currently translated at 30.2% (429 of 1416 strings)

23 months agoTranslated using Weblate (Finnish)
Oftox [Wed, 6 Jul 2022 16:31:47 +0000 (16:31 +0000)]
Translated using Weblate (Finnish)

Currently translated at 21.0% (298 of 1416 strings)

23 months agoTranslated using Weblate (Filipino)
Marco Santos [Sat, 25 Jun 2022 09:05:46 +0000 (09:05 +0000)]
Translated using Weblate (Filipino)

Currently translated at 43.5% (616 of 1416 strings)

23 months agoTranslated using Weblate (Russian)
Темак [Thu, 23 Jun 2022 19:25:36 +0000 (19:25 +0000)]
Translated using Weblate (Russian)

Currently translated at 90.1% (1277 of 1416 strings)

23 months agoTranslated using Weblate (Spanish)
Raquel Fariña Agra [Thu, 23 Jun 2022 15:54:30 +0000 (15:54 +0000)]
Translated using Weblate (Spanish)

Currently translated at 79.2% (1122 of 1416 strings)

23 months agoTranslated using Weblate (Russian)
Nikita Epifanov [Wed, 22 Jun 2022 15:23:11 +0000 (15:23 +0000)]
Translated using Weblate (Russian)

Currently translated at 90.2% (1278 of 1416 strings)

23 months agoTranslated using Weblate (Russian)
Темак [Tue, 21 Jun 2022 20:14:47 +0000 (20:14 +0000)]
Translated using Weblate (Russian)

Currently translated at 98.5% (1396 of 1416 strings)

23 months agoTranslated using Weblate (Chinese (Traditional))
Ivon Huang [Wed, 15 Jun 2022 13:20:51 +0000 (13:20 +0000)]
Translated using Weblate (Chinese (Traditional))

Currently translated at 79.8% (1130 of 1416 strings)

23 months agoTranslated using Weblate (Italian)
Giov4 [Sun, 19 Jun 2022 11:22:45 +0000 (11:22 +0000)]
Translated using Weblate (Italian)

Currently translated at 99.7% (1412 of 1416 strings)

23 months agoTranslated using Weblate (Spanish)
runs [Mon, 13 Jun 2022 15:34:50 +0000 (15:34 +0000)]
Translated using Weblate (Spanish)

Currently translated at 79.2% (1122 of 1416 strings)

23 months agoTranslated using Weblate (Spanish)
Raquel Fariña Agra [Tue, 14 Jun 2022 18:42:58 +0000 (18:42 +0000)]
Translated using Weblate (Spanish)

Currently translated at 79.2% (1122 of 1416 strings)

23 months agoTranslated using Weblate (Italian)
Pietro Cappuccino [Tue, 14 Jun 2022 11:21:07 +0000 (11:21 +0000)]
Translated using Weblate (Italian)

Currently translated at 99.5% (1410 of 1416 strings)

23 months agoTranslated using Weblate (Portuguese (Brazil))
Igor Vinoski [Sat, 11 Jun 2022 17:46:44 +0000 (17:46 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 98.7% (1398 of 1416 strings)

23 months agoTranslated using Weblate (Norwegian Bokmål)
Kenneth LNOR [Fri, 10 Jun 2022 14:41:44 +0000 (14:41 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 61.7% (874 of 1416 strings)

23 months agoTranslated using Weblate (Malay (Jawi))
Niskala Airaha [Wed, 18 May 2022 17:54:24 +0000 (17:54 +0000)]
Translated using Weblate (Malay (Jawi))

Currently translated at 64.6% (916 of 1416 strings)

23 months agoTranslated using Weblate (Chinese (Simplified))
GT-610 [Wed, 18 May 2022 14:55:45 +0000 (14:55 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 93.9% (1330 of 1416 strings)

23 months agoTranslated using Weblate (Portuguese)
Raquel Fariña Agra [Mon, 9 May 2022 21:18:57 +0000 (21:18 +0000)]
Translated using Weblate (Portuguese)

Currently translated at 98.2% (1391 of 1416 strings)

23 months agoTranslated using Weblate (Russian)
OctoNeko [Sun, 8 May 2022 14:02:11 +0000 (14:02 +0000)]
Translated using Weblate (Russian)

Currently translated at 98.6% (1397 of 1416 strings)

23 months agoTranslated using Weblate (Korean)
Han So Ri [Fri, 6 May 2022 07:35:46 +0000 (07:35 +0000)]
Translated using Weblate (Korean)

Currently translated at 66.5% (943 of 1416 strings)

23 months agoTranslated using Weblate (Hungarian)
Ács Zoltán [Sun, 1 May 2022 06:40:04 +0000 (06:40 +0000)]
Translated using Weblate (Hungarian)

Currently translated at 100.0% (1416 of 1416 strings)

23 months agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Thu, 28 Apr 2022 19:37:59 +0000 (19:37 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 57.8% (819 of 1416 strings)

23 months agoTranslated using Weblate (Basque)
JonAnder Oier [Sun, 24 Apr 2022 14:38:12 +0000 (14:38 +0000)]
Translated using Weblate (Basque)

Currently translated at 24.0% (341 of 1416 strings)

23 months agoTranslated using Weblate (Galician)
Raquel Fariña Agra [Tue, 5 Apr 2022 01:03:46 +0000 (01:03 +0000)]
Translated using Weblate (Galician)

Currently translated at 0.6% (9 of 1416 strings)

23 months agoTranslated using Weblate (Slovak)
Marian [Wed, 30 Mar 2022 12:09:41 +0000 (12:09 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1416 of 1416 strings)

23 months agoTranslated using Weblate (Slovak)
Pexauteau Santander [Tue, 29 Mar 2022 19:09:20 +0000 (19:09 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1416 of 1416 strings)

23 months agoTranslated using Weblate (Slovak)
Marian [Mon, 28 Mar 2022 19:02:14 +0000 (19:02 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1416 of 1416 strings)

23 months agoTranslated using Weblate (Slovak)
Pexauteau Santander [Sun, 27 Mar 2022 21:46:54 +0000 (21:46 +0000)]
Translated using Weblate (Slovak)

Currently translated at 100.0% (1416 of 1416 strings)

23 months agoTranslated using Weblate (Greek)
Elnaz javadi [Tue, 22 Mar 2022 19:06:35 +0000 (19:06 +0000)]
Translated using Weblate (Greek)

Currently translated at 27.9% (396 of 1416 strings)

23 months agoTranslated using Weblate (Chinese (Simplified))
Gao Tiesuan [Tue, 22 Mar 2022 02:22:30 +0000 (02:22 +0000)]
Translated using Weblate (Chinese (Simplified))

Currently translated at 93.4% (1323 of 1416 strings)

23 months agoTranslated using Weblate (Greek)
DeadManWalking [Fri, 18 Mar 2022 21:57:09 +0000 (21:57 +0000)]
Translated using Weblate (Greek)

Currently translated at 26.9% (381 of 1416 strings)

23 months agoTranslated using Weblate (Russian)
Lesha Vel [Sat, 19 Mar 2022 03:00:01 +0000 (03:00 +0000)]
Translated using Weblate (Russian)

Currently translated at 98.1% (1390 of 1416 strings)

23 months agoTranslated using Weblate (Arabic)
abidin toumi [Tue, 15 Mar 2022 21:39:58 +0000 (21:39 +0000)]
Translated using Weblate (Arabic)

Currently translated at 39.6% (562 of 1416 strings)

23 months agoTranslated using Weblate (Polish)
Jakub Z [Tue, 15 Mar 2022 17:41:47 +0000 (17:41 +0000)]
Translated using Weblate (Polish)

Currently translated at 79.1% (1121 of 1416 strings)