2017-10-04 20:43:50 +02:00
|
|
|
# Changelog
|
2017-02-19 13:35:16 +01:00
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2017-10-04 20:43:50 +02:00
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
2017-02-19 13:35:16 +01:00
|
|
|
|
2017-02-21 23:01:41 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
2020-12-14 14:44:21 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Clean Glass versions of Trap and (Super) Glowing Glass
|
|
|
|
|
2020-01-03 11:34:13 +01:00
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Legacy Stairs+ conversion code.
|
|
|
|
- It was only required to import worlds last edited before Q3 2013.
|
2020-10-28 16:41:16 +01:00
|
|
|
|
2020-10-02 11:21:10 +02:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Switch to GitHub Actions.
|
|
|
|
- Benefits include faster responses.
|
2020-01-03 11:34:13 +01:00
|
|
|
|
2020-06-07 14:25:19 +02:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Compressed desert cobblestone.
|
|
|
|
|
2019-11-25 13:43:10 +01:00
|
|
|
## [2.0.0] - 2019-11-25
|
|
|
|
|
2019-04-01 11:00:55 +02:00
|
|
|
### Added
|
|
|
|
|
2019-10-17 22:25:30 +02:00
|
|
|
- Stairs+ nodes for ice.
|
2019-04-21 16:55:45 +02:00
|
|
|
- `settingtypes.txt` file to allow configuring settings in the main menu.
|
2019-04-01 11:00:55 +02:00
|
|
|
- Polish translation.
|
|
|
|
|
2019-04-21 16:59:28 +02:00
|
|
|
### Changed
|
|
|
|
|
2019-05-22 11:33:15 +02:00
|
|
|
- The minimum supported Minetest version is now 5.0.0.
|
2019-05-08 20:00:15 +02:00
|
|
|
- Stairs+ nodes now emit one light level less compared to full nodes to make up
|
|
|
|
for their smaller visual size.
|
2019-04-21 16:59:28 +02:00
|
|
|
|
2019-05-22 09:39:06 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed a recipe conflict that made Centered Wooden Tiles impossible to craft.
|
|
|
|
|
2019-03-23 15:20:46 +01:00
|
|
|
## [1.3.0] - 2019-03-23
|
|
|
|
|
2019-03-03 20:02:40 +01:00
|
|
|
### Changed
|
|
|
|
|
2019-03-20 20:27:07 +01:00
|
|
|
- Stairs+ are now displayed in the creative inventory by default.
|
2018-07-14 01:02:39 +02:00
|
|
|
- Localization files now use the gettext `.po` format.
|
2019-03-03 23:17:10 +01:00
|
|
|
- Updated intllib support to avoid using deprecated functions.
|
2019-03-03 20:02:40 +01:00
|
|
|
|
2019-02-25 10:47:51 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Node rotation now works correctly when placing Stairs+ nodes.
|
2019-02-25 11:20:35 +01:00
|
|
|
- Stairs+ glasslike nodes' textures are now easier to see.
|
2019-02-25 10:47:51 +01:00
|
|
|
|
2018-11-24 17:39:42 +01:00
|
|
|
## [1.2.0] - 2018-11-24
|
|
|
|
|
2017-09-18 13:49:36 +02:00
|
|
|
### Added
|
|
|
|
|
2018-11-24 17:34:55 +01:00
|
|
|
- Stairs+ nodes for `basic_materials`'s concrete, cement and brass blocks.
|
2017-09-18 13:49:36 +02:00
|
|
|
- Listring add for circular saw.
|
2018-11-24 17:34:55 +01:00
|
|
|
- **Stairs+:** New API function
|
|
|
|
`stairsplus:register_custom_subset(subset, modname, subname, recipeitem, fields)`.
|
2017-09-18 13:49:36 +02:00
|
|
|
|
2017-11-20 23:13:16 +01:00
|
|
|
### Fixed
|
|
|
|
|
2018-11-24 17:34:55 +01:00
|
|
|
- The papyrus crafting recipe override is now properly applied over the
|
|
|
|
`default` mod's recipe.
|
|
|
|
- Centered wooden tiles are now craftable.
|
2017-12-19 23:47:00 +01:00
|
|
|
- Wool Stairs+ nodes can no longer be used in crafting.
|
2017-11-20 23:13:16 +01:00
|
|
|
- The circular saw can no longer replace items from the player's inventory
|
|
|
|
when it is full.
|
|
|
|
|
2018-02-17 21:08:08 +01:00
|
|
|
### Changed
|
|
|
|
|
2019-03-03 23:17:10 +01:00
|
|
|
- New crafting recipes for:
|
2018-02-17 21:08:08 +01:00
|
|
|
- Stone Tile
|
|
|
|
- Circle Stone Bricks
|
2018-03-04 12:41:55 +01:00
|
|
|
- Stairs+:
|
2019-03-03 23:17:10 +01:00
|
|
|
- Moved definitions to `stairsplus.defs` table into a separate file.
|
|
|
|
- Moved recipe definitions to `stairsplus.register_recipes` function
|
|
|
|
into a separate file.
|
2018-02-17 21:08:08 +01:00
|
|
|
|
2017-10-04 20:43:50 +02:00
|
|
|
## [1.1.0] - 2017-10-04
|
|
|
|
|
2017-02-21 23:01:41 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- 3 new node shapes in the circular saw (thin slabs, available in
|
|
|
|
"L-shaped", "corner-shaped" and "U-shaped" variations), all with 1/16
|
|
|
|
thickness.
|
2017-10-02 23:54:40 +02:00
|
|
|
- New Stairs+ nodes:
|
|
|
|
- Coral Skeleton
|
|
|
|
- Desert Sandstone, Silver Sandstone
|
|
|
|
- Desert Sandstone Brick, Silver Sandstone Brick
|
|
|
|
- Desert Sandstone Block, Silver Sandstone Block
|
|
|
|
- Obsidian Block
|
|
|
|
- Sandstone Block
|
|
|
|
- Stone Block, Desert Stone Block
|
|
|
|
- Straw
|
|
|
|
- Tin Block
|
|
|
|
- Wool (all colors)
|
2019-03-03 23:17:10 +01:00
|
|
|
- Other mods can now get a list of all the defined Stairs+ shapes.
|
2017-02-21 23:01:41 +01:00
|
|
|
|
2018-04-22 00:14:17 +02:00
|
|
|
## 1.0.0 - 2017-02-19
|
2017-02-19 13:35:16 +01:00
|
|
|
|
2017-02-23 17:10:49 +01:00
|
|
|
- Initial versioned release.
|
2017-10-04 20:43:50 +02:00
|
|
|
|
2019-11-25 13:43:10 +01:00
|
|
|
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v2.0.0...HEAD
|
|
|
|
[2.0.0]: https://github.com/minetest-mods/moreblocks/compare/v1.3.0...v2.0.0
|
2019-03-23 15:20:46 +01:00
|
|
|
[1.3.0]: https://github.com/minetest-mods/moreblocks/compare/v1.2.0...v1.3.0
|
2018-11-24 17:39:42 +01:00
|
|
|
[1.2.0]: https://github.com/minetest-mods/moreblocks/compare/v1.1.0...v1.2.0
|
2017-10-04 20:43:50 +02:00
|
|
|
[1.1.0]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...v1.1.0
|