Commit Graph

118 Commits

Author SHA1 Message Date
Sys Quatre e181d37bca Merge branch 'master' into nalc-1.2 2019-05-10 00:36:23 +02:00
Hugo Locurcio 2f34184047
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-23 21:54:27 +02:00
Hugo Locurcio 0dfadcf43a
Remove the optional mod loading message 2019-04-03 00:16:03 +02:00
Hugo Locurcio e6723e516b
Fix `minetest.setting_getbool()` deprecation warning 2019-04-03 00:14:44 +02:00
Hugo Locurcio 1ff1b355bc
Improve writing style and formatting in the nodes and items list
This closes #12.
2019-03-30 19:35:54 +01:00
Hugo Locurcio a2a54396bb
Add intllib as an optional dependency 2019-03-30 00:56:56 +01:00
Hugo Locurcio 81b988d631
Bump to version 1.1.0 2019-03-23 15:19:47 +01:00
Hugo Locurcio 83083dc98d
Set up Travis CI 2019-03-06 10:28:16 +01:00
Hugo Locurcio cca390e9ea
Increase the range of the Admin Pickaxe from 12 to 20 nodes 2019-03-03 23:22:33 +01:00
Hugo Locurcio 199180ee80
Update intllib support to avoid using deprecated functions 2019-03-03 20:11:10 +01:00
Hugo Locurcio 8bb6f0fece
Improve wording in README 2019-03-02 18:18:12 +01:00
Hugo Locurcio 8f5f661387
Enforce LF line endings in pre-commit
- Update pre-commit hooks to 2.1.0
2019-03-01 15:29:31 +01:00
Hugo Locurcio 14f9397a4e
Update copyright statements to 2019 2019-02-25 12:16:01 +01:00
Hugo Locurcio 905ecb0038
Set EditorConfig to use tabs in .luacheckrc 2019-02-22 00:49:15 +01:00
Hugo Locurcio fd361016bd
Add an EditorConfig file
See https://editorconfig.org/ for more information.
2019-02-21 23:12:35 +01:00
Hugo Locurcio aeafa56b89
Add pre-commit hooks
See https://pre-commit.com/ for more information.
2019-02-21 23:11:06 +01:00
Hugo Locurcio 74da77fb8c
Add a Luacheck configuration file and tweak code style 2019-02-20 23:56:20 +01:00
Hugo Locurcio aa1b2f1b08
Optimize all images using `oxipng -Zs` 2019-02-20 19:53:06 +01:00
sys4-fr 70dbd3519e Ajout de nouveaux blocs indestructibles 2018-12-23 13:50:30 +01:00
sys4-fr 4a4dfb77c4 Merge branch 'master' of yunohost:nalc/maptools into merge-master 2018-12-22 12:04:32 +01:00
sys4-fr e519f0cd31 Corrige un alias et nom de textures. 2018-09-16 18:56:45 +02:00
sys4-fr 48b8f8a726 Version MFF. 2018-09-08 00:31:40 +02:00
shivajiva101 106bba39b9 Prevent tools & nodes from being dropped (#11)
Adds a function to message a player that they cannot drop tools/nodes registered by maptools
2018-07-27 12:10:09 +02:00
Thomas--S 7459fc3389 Replace old nodeupdate() with new minetest.check_for_falling() (#7) 2018-07-22 13:22:41 +02:00
Hugo Locurcio 7bb6ff48e4
Remove brackets around the initial version number in the changelog 2018-04-22 00:15:52 +02:00
Hugo Locurcio fcb4dc5875 Fix the URL of 1.0.0...HEAD version comparison 2017-10-08 00:35:53 +02:00
Hugo Locurcio 7c45f1d53c Update the README, CHANGELOG, NODES and CONTRIBUTING documents 2017-10-08 00:33:42 +02:00
Hugo Locurcio dafff87655 Add a contribution guide 2017-02-20 18:37:09 +01:00
Hugo Locurcio 04483e4fd7 Prepare for v1.0.0 release 2017-02-19 13:35:29 +01:00
Auke Kok 94fc5266cb Max light source is 14. (#5) 2016-09-19 10:10:11 -07:00
Emon 8df3f7980f Italian locale (#4)
Complete translation
2016-05-18 15:04:28 -07:00
Auke Kok 2a391bf4bb Add description.txt 2016-03-12 20:12:45 -08:00
Auke Kok be041dc25e Ladder texture was renamed.
Due to upstream minetest_game changes.
2016-03-08 22:14:18 -08:00
Auke Kok e59d0ed51e Merge pull request #1 from adrido/master
The textures of "maptools:soil" were not properly displayed - farming_soil_wet.png is an overlay texture.
2016-02-17 15:57:51 -08:00
Calinou f7c0ef66fb Merge pull request #2 from minetest-mods/sofar-patch-1
Add mod.conf
2016-01-27 13:53:28 +01:00
Auke Kok 566ccedeac Add mod.conf 2016-01-26 12:27:21 -08:00
adrido 5d20e2882b Tiles of maptools:soil where not properly displayed 2016-01-25 12:29:29 +01:00
Calinou 2f02bf146b Fix typo: steel ⇒ diamond. 2015-01-20 17:29:25 +01:00
Calinou aae5d447fd More informative and shorter headers. 2015-01-12 17:46:30 +01:00
Calinou 645a377734 Add licensing headers to all files. 2015-01-11 22:20:57 +01:00
Calinou 9bc3857f10 Cleanup. 2015-01-06 20:52:52 +01:00
Calinou 4f5e107101 Big cleanup. Fix intllib support. 2014-12-27 20:31:31 +01:00
Calinou 880f807182 Fix MAPTOOLS_CREATIVE setting for unbreakable nodes. 2014-10-25 19:53:20 +02:00
Calinou 6f48d10ce5 Clarify maptools_creative being a constant by capitalizing its name. 2014-09-26 22:44:20 +02:00
Calinou 91bf2ad1c8 Run nodeupdate when using Admin Pickaxe. 2014-08-29 19:44:56 +02:00
Calinou 30dc4564d2 Add permanently wet soil. 2014-08-03 19:03:54 +02:00
Calinou f81c4dfb95 New admin pickaxe texture, add a separate texture for admin pickaxe with drops. 2014-08-02 19:40:36 +02:00
Calinou 7cb3b6058c Show who digs using an Admin Pickaxe in the console. 2014-08-02 19:34:47 +02:00
Calinou 9b7225cb90 Add missing file. 2014-07-27 12:38:02 +02:00
Calinou 80938b20e8 New unbreakable nodes, fixes. 2014-07-27 12:37:41 +02:00