1
0
forked from MTSR/moreblocks
Commit Graph

287 Commits

Author SHA1 Message Date
Hugo Locurcio
bbfd782300
Remove legacy Stairs+ conversion code
It was only required to import worlds last edited before Q3 2013.
2020-01-03 11:34:13 +01:00
Hugo Locurcio
6595ebc78d
Remove obsolete notice about renaming the extracted mod folder
This is no longer required thanks to `mod.conf`.
2020-01-01 17:54:58 +01:00
Hugo Locurcio
917a46014f
Update copyright statements to 2020 2020-01-01 04:09:24 +01:00
Hugo Locurcio
325999f848
Bump to version 2.0.0 2019-11-25 13:43:10 +01:00
Hugo Locurcio
5cab63c675
Add ice as a Stairs+ node
This closes #109.
2019-10-17 22:25:44 +02:00
Hugo Locurcio
8019f9f309
Update pre-commit hooks to 2.3.0 2019-09-25 23:07:07 +02:00
Hugo Locurcio
873019176b
Document the Minetest 5.0.0 version requirement 2019-09-08 22:56:32 +02:00
Hugo Locurcio
b934d8ad4d
Travis CI: Use the bionic distribution 2019-07-29 00:38:26 +02:00
Hugo Locurcio
719494b6c4
Optimize PNG images losslessly
Commands used:

- `parallel optipng -o7 -zm1-9 -strip all ::: **/*.png`
- `parallel advpng -z4 -i5000 ::: **/*.png`
2019-06-19 21:19:39 +02:00
Hugo Locurcio
8b10e0721e
Fix a placeholder in the Polish translation
This closes #143.
2019-06-15 18:16:15 +02:00
Hugo Locurcio
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
Hugo Locurcio
f421c67372
Fix Centered Wooden Tile crafting
This closes #145.
2019-05-22 09:39:06 +02:00
Hugo Locurcio
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
Hugo Locurcio
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
Hugo Locurcio
e09d2fab01
Fix several typos in comments 2019-04-21 16:57:42 +02:00
Hugo Locurcio
c30366d2dc
Add settingtypes.txt to allow configuring settings in the main menu 2019-04-21 16:56:16 +02:00
Hugo Locurcio
b3d0f0d179
Remove the optional mod loading message 2019-04-03 00:19:18 +02:00
Hugo Locurcio
835aa95f35
Update changelog for the new Polish translation 2019-04-01 11:00:55 +02:00
mat9117
e8293c4994 Polish translation (#142) 2019-04-01 10:59:16 +02:00
Hugo Locurcio
d96f110821
Bump to version 1.3.0 2019-03-23 15:20:46 +01:00
Hugo Locurcio
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
codexp
0fea5ee25a
Update the changelog to mention intllib changes 2019-03-20 21:31:21 +01:00
codexp
2b047f19fd
Use translated description of material 2019-03-20 21:31:17 +01:00
codexp
e6740678f6
Remove parentheses from "owned by" translation 2019-03-20 21:31:12 +01:00
codexp
fa43215cd6
Add Stairs+ translations 2019-03-20 21:31:05 +01:00
codexp
2057441dc2
Escape formspec variables 2019-03-20 21:31:00 +01:00
codexp
8e8078e74b
Refactor common.lua to simplify code and make locale strings searchable 2019-03-20 21:30:35 +01:00
codexp
83f419101c
Improve German translation 2019-03-20 21:30:29 +01:00
codexp
e2e2af94cc
Fix forgotten variable 2019-03-20 21:30:25 +01:00
codexp
e9fbdec948
Add Russian translation 2019-03-20 21:30:20 +01:00
codexp
cf9f7995a0
Extend German translation 2019-03-20 21:30:15 +01:00
codexp
8d048f1b14
Refactor Italian locale for last two commits 2019-03-20 21:30:09 +01:00
codexp
d23dc27acf
Refactor deprecated locale strings 2019-03-20 21:30:05 +01:00
codexp
c7f80ce960
Refactor Lua format in locales 2019-03-20 21:29:59 +01:00
codexp
4605ed7848
Convert all locales to gettext .po format 2019-03-20 21:29:52 +01:00
Hugo Locurcio
774c4043aa
Display Stairs+ nodes in the creative inventory by default
This closes #125.
2019-03-20 20:27:07 +01:00
Hugo Locurcio
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
Hugo Locurcio
936306803b
Set up Travis CI 2019-03-09 01:59:19 +01:00
Hugo Locurcio
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
Hugo Locurcio
7dd3e1f0db
Improve writing style in the changelog 2019-03-03 23:17:10 +01:00
Hugo Locurcio
76a00a5365
Update intllib support to avoid using deprecated functions 2019-03-03 20:02:40 +01:00
Hugo Locurcio
e43e4a1911
Improve wording in README 2019-03-02 18:17:10 +01:00
Hugo Locurcio
555c8ad9d0
Update pre-commit hooks to 2.1.0 2019-03-01 15:29:45 +01:00
Hugo Locurcio
eacee7831a
Enforce LF line endings in pre-commit hooks 2019-03-01 14:30:32 +01:00
Hugo Locurcio
0e885283c0
Update copyright statements to 2019 2019-02-25 12:13:55 +01:00
fozolo
a0ca02f5f4 Improve cut glass edge texture. (#115)
Also preserves connected_glass feature.
2019-02-25 11:20:35 +01:00
Hugo Locurcio
b0cb1d325a
Fix Stairs+ node rotation on placement
This closes #123.
2019-02-25 10:47:51 +01:00
JDiaz
b6f6bc8c71 Activate translation for stairplus descriptions 2019-02-25 10:30:24 +01:00
JDiaz
9ccf94243e Updated es.txt 2019-02-25 10:30:24 +01:00
Hugo Locurcio
a7b513f181
Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:48:36 +01:00