1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 04:40:22 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
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
54235f3276 Xpanes: Convert to connected nodeboxes
I've rewritten this to use connected nodeboxes, but with a caveat. In
order to make flat nodes look better, I'm keeping one non-connected
pane that is flat around to convert flat sections to the flat nodes
instead of connected, as these look better and are easier to work
with. Once more sides are needed we convert the panes on the fly to
connected nodes and recalculate the shape.

We don't paint any of the half-panes that the previous generation of
xpanes did. There's no need and it's harder to work with. Updating the
nodes also seems more natural and placement and removal works straight
forward.

The conversion of old panes relies on an LBM, and does a reasonable
conversion job, but it's not exact, since the panes behave slightly
different now.

The game API documentation was wrong to begin with. We discard param
nr. 2 of the API entirely, and correct the tile usage text.
2016-09-10 05:18:02 +01:00
6171fb43f0 Change WTFPL to MIT (part 3)
Relicense WTFPL media to CC BY-SA 3.0.
Various corrections and edits.
2016-09-07 04:44:53 +01:00
7d70d25eeb Licenses: Change WTFPL to MIT (part 2)
Add license.txt files.
Update and improve README.txt files.
Corrections to part 1.
2016-09-06 04:45:23 +01:00
7f317871d4 Add steel ladder 2016-03-06 01:31:36 +00:00
8e51f318b3 Rename to Minetest Game
Rename in game.conf and documentation
Update game_api.txt documentation for bucket API and tree functions
Fix tab, space and comment formatting in game_api.txt
Rename in mod READMEs
2015-09-30 23:33:12 +01:00
1f85f001f9 Remove ugly def of xpanes 2015-09-29 01:26:02 +01:00
e15fde1624 Fix is_ground_content settings for nodes
Remove line if set to the default of 'true'
2015-06-18 02:25:02 +01:00
d8dd9332ed Improved Iron Bar texture 2015-06-14 11:34:52 +02:00
c95cd8414b Fix xpanes API 2014-09-16 17:11:54 +02:00
955f3cf310 Fix crafting recipe for iron bars 2014-07-08 19:10:55 +02:00
ca7f6bb97a Convert spaces to tabs and add unknown node checks to xpanes 2014-07-06 21:49:47 -04:00
7e5dc6c374 Add a minetest_game API documentation 2014-07-06 10:22:20 +02:00
e106fd51ca Compress all textures losslessly using optipng and advpng 2014-07-05 16:06:00 +02:00
7d63db1703 Add glasspanes and ironbars 2014-07-05 16:02:42 +02:00