Commit Graph

278 Commits

Author SHA1 Message Date
8b10e0721e Fix a placeholder in the Polish translation
This closes #143.
2019-06-15 18:16:15 +02:00
b2f1163dad changelog: Put the supported version at the top of the Changed section
This makes it easier to notice.
2019-05-22 11:33:15 +02:00
f421c67372 Fix Centered Wooden Tile crafting
This closes #145.
2019-05-22 09:39:06 +02:00
72a6ee6032 Make Stairs+ nodes emit slightly less light compared to full nodes
This makes up for their smaller visual size.
2019-05-08 20:00:57 +02:00
f7ff9644c9 Add description and dependencies to mod.conf
The legacy `depends.txt` and `description.txt` files are no longer
needed since Minetest 5.0.0 or later will read everything from
`mod.conf`.

This raises the minimum supported Minetest version to 5.0.0.
2019-04-21 17:03:15 +02:00
e09d2fab01 Fix several typos in comments 2019-04-21 16:57:42 +02:00
c30366d2dc Add settingtypes.txt to allow configuring settings in the main menu 2019-04-21 16:56:16 +02:00
b3d0f0d179 Remove the optional mod loading message 2019-04-03 00:19:18 +02:00
835aa95f35 Update changelog for the new Polish translation 2019-04-01 11:00:55 +02:00
e8293c4994 Polish translation (#142) 2019-04-01 10:59:16 +02:00
d96f110821 Bump to version 1.3.0 v1.3.0 2019-03-23 15:20:46 +01:00
1d054ec431 Fix circular saw infotext message on initial placement
The concatenation operator was mistakenly written as `.`
instead of `..`.
2019-03-20 21:38:28 +01:00
0fea5ee25a Update the changelog to mention intllib changes 2019-03-20 21:31:21 +01:00
2b047f19fd Use translated description of material 2019-03-20 21:31:17 +01:00
e6740678f6 Remove parentheses from "owned by" translation 2019-03-20 21:31:12 +01:00
fa43215cd6 Add Stairs+ translations 2019-03-20 21:31:05 +01:00
2057441dc2 Escape formspec variables 2019-03-20 21:31:00 +01:00
8e8078e74b Refactor common.lua to simplify code and make locale strings searchable 2019-03-20 21:30:35 +01:00
83f419101c Improve German translation 2019-03-20 21:30:29 +01:00
e2e2af94cc Fix forgotten variable 2019-03-20 21:30:25 +01:00
e9fbdec948 Add Russian translation 2019-03-20 21:30:20 +01:00
cf9f7995a0 Extend German translation 2019-03-20 21:30:15 +01:00
8d048f1b14 Refactor Italian locale for last two commits 2019-03-20 21:30:09 +01:00
d23dc27acf Refactor deprecated locale strings 2019-03-20 21:30:05 +01:00
c7f80ce960 Refactor Lua format in locales 2019-03-20 21:29:59 +01:00
4605ed7848 Convert all locales to gettext .po format 2019-03-20 21:29:52 +01:00
774c4043aa Display Stairs+ nodes in the creative inventory by default
This closes #125.
2019-03-20 20:27:07 +01:00
1aa93322c6 Save the French locale file as UTF-8
It was previously saved as ISO 8859-1, causing display issues
in editors.

This closes #76.
2019-03-20 20:11:49 +01:00
936306803b Set up Travis CI 2019-03-09 01:59:19 +01:00
e622c692e1 Make some Stairs+ functions local and add Luacheck ignores
Those functions are used in various places in the mod,
so they aren't unused.
2019-03-09 01:58:51 +01:00
7dd3e1f0db Improve writing style in the changelog 2019-03-03 23:17:10 +01:00
76a00a5365 Update intllib support to avoid using deprecated functions 2019-03-03 20:02:40 +01:00
e43e4a1911 Improve wording in README 2019-03-02 18:17:10 +01:00
555c8ad9d0 Update pre-commit hooks to 2.1.0 2019-03-01 15:29:45 +01:00
eacee7831a Enforce LF line endings in pre-commit hooks 2019-03-01 14:30:32 +01:00
0e885283c0 Update copyright statements to 2019 2019-02-25 12:13:55 +01:00
a0ca02f5f4 Improve cut glass edge texture. (#115)
Also preserves connected_glass feature.
2019-02-25 11:20:35 +01:00
b0cb1d325a Fix Stairs+ node rotation on placement
This closes #123.
2019-02-25 10:47:51 +01:00
b6f6bc8c71 Activate translation for stairplus descriptions 2019-02-25 10:30:24 +01:00
9ccf94243e Updated es.txt 2019-02-25 10:30:24 +01:00
a7b513f181 Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:48:36 +01:00
2062702295 Add an EditorConfig file
See https://editorconfig.org/ for more information.
2019-02-21 23:13:02 +01:00
95155a3bc6 Add pre-commit hooks
See https://pre-commit.com/ for more information.
2019-02-21 23:10:58 +01:00
1649f91156 Tweak the Luacheck configuration file and fix many warnings 2019-02-20 23:39:01 +01:00
daec458fc6 Optimize all images using oxipng -Zs 2019-02-20 20:00:19 +01:00
df4a2ace0b Optimize all images using oxipng -Zs 2019-02-20 19:52:10 +01:00
9d953ccebf Bump to version v1.2.0 v1.2.0 2018-11-24 17:39:42 +01:00
26f59baba0 Update copyright year range for 2018 2018-11-24 17:36:04 +01:00
0ace9fe493 Update the changelog to reflect recent commits 2018-11-24 17:34:55 +01:00
ca45478761 brass block stairs/slabs/etc (#135) 2018-11-24 17:27:16 +01:00