Commit Graph

84 Commits

Author SHA1 Message Date
Hugo Locurcio b537954edf
Bump to version 2.1.0 2020-06-08 21:50:14 +02:00
Hugo Locurcio 7cce8f495f
Update the changelog to mention the localization system change 2020-06-08 21:48:57 +02:00
David Leal 75d3253c5f
Update translation system to MT 5.0.0+ (#16) 2020-06-08 21:48:04 +02:00
Hugo Locurcio 246d525c20
Fix `maptools:drowning` using an invalid value and being walkable
This prevented Minetest from starting (tested on
Minetest 5.3.0-dev-cb9a44ef8).

Being walkable also made it impossible to actually drown in, except
when using noclip mode.
2020-06-08 21:44:49 +02:00
Hugo Locurcio f9bf6a0951
Declare the minimum supported Minetest version to 5.0.0
This information can be used by ContentDB.
2020-06-03 18:55:41 +02:00
Buckaroo Banzai 235e02b0be
Add `maptools` to the list of Luacheck globals (#19)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2020-06-02 09:37:18 +02:00
Buckaroo Banzai e6f61c31ce
Add "Drownable Air" node (`maptools:drowning`) (#18)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2020-06-02 09:13:24 +02:00
Hugo Locurcio 4683434e0a
Update the changelog to mention recent changes around coins 2020-04-29 17:38:34 +02:00
Hugo Locurcio f0d25e85ad
Fix code style after recent changes 2020-04-29 17:36:31 +02:00
VanessaE caa92be9dd add recipes for copper, silver, gold coins
and put them into the creative inv like normal
(silver requires moreores)
2020-04-29 17:34:38 +02:00
Hugo Locurcio 40f840dd33
Remove obsolete notice about renaming the extracted mod folder
This is no longer required thanks to `mod.conf`.
2020-01-01 17:55:36 +01:00
Hugo Locurcio ae3cc4b075
Update copyright statements to 2020 2020-01-01 04:10:24 +01:00
Hugo Locurcio 1b7be03956
Bump to version 2.0.0 2019-11-25 13:51:18 +01:00
Hugo Locurcio 0e30357190
Link to the WorldEdit mod in NODES_ITEMS.md 2019-10-13 14:15:25 +02:00
Hugo Locurcio ccf94fb78b
Make inventory images use textures available in Minetest Game 5.0.0
This closes #9.
2019-10-13 14:13:10 +02:00
Hugo Locurcio f0a3d58a99
Update changelog to mention nodes/items not being droppable anymore 2019-10-04 00:23:02 +02:00
Ragulan R ea85b3e073 Move maptools.drop_msg above dofiles
Maptools tools/items have become droppable again, the function to prevent this is loaded after nodes.lua, leading the on_drop function to be nil.
2019-10-04 00:21:18 +02:00
Hugo Locurcio fa62966bbe
Update pre-commit hooks to 2.3.0 2019-09-25 23:06:20 +02:00
Hugo Locurcio 65cb89a261
Document the Minetest 5.0.0 version requirement 2019-09-08 22:57:15 +02:00
Hugo Locurcio cb4888a2bb
Travis CI: Use the `bionic` distribution 2019-07-29 00:49:03 +02:00
Hugo Locurcio ae83eea882
Optimize PNG images losslessly
Commands used:

- `parallel optipng -o7 -zm1-9 -strip all ::: **/*.png`
- `parallel advpng -z4 -i5000 ::: **/*.png`
2019-06-19 21:22:29 +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
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