6ed522b5fc
Added Basque translation ( #3195 )
...
Co-authored-by: bilbao_iban <bilbao_iban@eitb.eus >
2025-06-29 15:33:14 +02:00
d38b8e6657
Add Bulgarian translation ( #3178 )
2025-02-15 14:52:26 +01:00
312a67b40c
Replace Minetest mentions with Luanti ( #3169 )
2024-12-04 18:01:28 +01:00
c7be7c165f
Latvian translation ( #3160 )
2024-11-16 16:32:35 +01:00
10799db4cf
Tweak capitalization in Esperanto translation
2024-01-28 11:42:02 +01:00
a3b171e317
Update Russian translation ( #3058 )
2023-12-30 11:32:05 +01:00
bff7596364
Update Ukrainian translation ( #3070 )
2023-11-04 16:40:07 +01:00
06daee4c6d
Correct some Esperanto translations ( #2910 )
2022-07-25 13:26:49 +02:00
b57700a75b
Add polish translation ( #2926 )
2022-05-29 16:20:42 +02:00
a5547a3a76
Add ukrainian (uk) translation ( #2921 )
...
Co-authored-by: sfan5 <sfan5@live.de >
2022-01-30 00:35:28 +01:00
c8a1454e2b
Fix and update Swedish translation ( #2920 )
2022-01-29 18:35:45 +01:00
31f7d57889
Add and fix Japanese translation ( #2904 )
2021-10-31 19:17:21 +01:00
ddebdeccb1
Add open/close sound gains to the Doors API, balance sound levels ( #2768 )
2021-05-31 20:43:33 +01:00
c6171a8f29
Add Esperanto translation ( #2739 )
...
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com >
2021-04-17 15:08:37 +02:00
2c9733ac45
Add Lojban translation ( #2835 )
2021-02-23 20:00:46 +01:00
b6377a7c0e
Added Brazilian Portuguese translation ( #2834 )
...
Added the Brazilian Portuguese translation to all mods in the Minetest Game.
2021-02-23 20:00:02 +01:00
6bd059915c
Safe texture compression ( #2808 )
...
Only a single program was used to safely compress all textures in MTG.
* `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`
The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.
utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
aa9cc39317
Update game APIs for use_texture_alpha deprecation
2021-02-07 11:48:05 +01:00
9d419bfac6
Update translation templates
2021-02-06 15:07:07 +01:00
2953bf2bd6
Slovak translations ( #2772 )
2020-11-05 19:47:48 +01:00
8c01a5b288
Add Indonesian translations ( #2693 )
2020-06-29 18:41:50 +02:00
05fad37b3c
Sort items into correct categories ( #2612 )
2020-04-06 15:15:50 +02:00
b9dc758fef
xpanes: fix code style ( #2618 )
2020-03-15 15:12:21 +01:00
8b3b92dfdf
xpanes: remove unused textures ( #2614 )
2020-03-07 20:25:43 +01:00
91ac075cff
Update Chinese Translation, Add Traditional Chinese Translation ( #2596 )
2020-03-02 21:53:12 +01:00
da39bae50e
Add zh_CN translation
2020-01-22 19:09:38 +01:00
710605687b
Add Malay translation
2019-11-30 17:31:40 +01:00
10dce79451
Add Swedish translation
2019-11-30 17:31:29 +01:00
6fea665fcc
Add Russian translation ( #2525 )
2019-10-24 21:54:20 +02:00
93a49f082c
Italian translation ( #2491 )
2019-10-12 14:30:37 +02:00
a00ff24df9
Spanish Translation ( #2505 )
2019-10-10 21:19:20 +02:00
0f369b43fe
French translation ( #2514 )
2019-10-10 21:18:25 +02:00
8c9821b227
Update translation templates and German ( #2512 )
2019-10-03 18:44:34 +02:00
f2a07b0a51
Xpanes: Add new steel bar door/trapdoor sounds
...
No longer use the unsuitable steel door/trapdoor sound.
2019-09-28 21:53:50 +01:00
05375c0fd4
Fix glass panes sides ( #2500 )
2019-09-27 00:35:06 +02:00
23ceb30e88
Xpanes: Register steel bar door and steel bar trapdoor
...
Register using the 'doors' mod API.
2019-09-22 23:05:38 +01:00
106c36da33
Add translation templates and German translation
2019-09-22 13:42:40 +02:00
bb9279ccb8
Add support for MT 5 game translation (rebasing ) ( #2466 )
...
rebased #2368
2019-09-10 19:09:51 +02:00
d99a176b69
Xpanes: Use 'swap node' instead of 'set node'
2019-09-06 21:39:23 +01:00
9b226c7045
Switch to mod.conf, delete deprecated depends.txt
2019-07-17 00:38:23 +02:00
ad486bc863
New glass, glass stair/slab, and glass door textures
2018-11-02 17:22:54 +00:00
f3ce25fc72
Xpanes: Description 'Iron Bar' -> 'Steel Bars'
2018-03-28 12:09:44 +01:00
496a1a24d2
Add obsidian_pane ( #2035 )
2018-01-31 20:53:49 +01:00
faa088e2c5
Xpanes: Add optional 'use_texture_alpha' parameter to registration
2018-01-02 22:43:42 +00:00
15ba96467d
Descriptions: Make capitalization consistent
2017-06-14 20:26:33 +01:00
e67a60376f
Xpanes: Improve bars texture
2016-12-04 06:35:39 +00:00
47efa2f558
Textures: Revert many back to RGBA to fix visual bug
...
With mip-mapping enabled, some GPUs cause a visual bug with indexed
textures that use alpha. This bug has been present for a while but
not noticed before. All indexed alpha textures must now be converted
to RGBA, to start this process we revert some textures converted to
indexed in the recent commit af3c918
.
2016-11-19 23:45:08 +00:00
af3c91862c
Convert many textures to indexed color
...
This fixes all cases where the color profile was broken, and
libpng warns about. It also makes almost all textures indexed
instead of RGB where possible (textures that don't have
semi-transparent pixels).
2016-11-18 05:37:02 +00:00
56d6eaed85
Xpanes: Use opaque texture for top+bottom of iron bar ( #1357 )
...
- Use opaque texture for top+bottom of iron bar
- Add color variation for iron bar top/bottom
- Add paramat's texture to credits
- Update license info for paramat's textures
2016-10-31 14:20:26 -07:00
fbac9be51c
Change many metal nodes to use default metal sounds
2016-10-25 02:37:36 +01:00