aboutsummaryrefslogtreecommitdiff
path: root/stairsplus
Commit message (Collapse)AuthorAge
* "_two_sides" also train compatibleOch Noe2021-07-28
|
* 1/16 slabs are now train compatibleOch Noe2021-07-28
|
* train compatibilits for flat panels and microblocks ("_1")Och Noe2021-07-25
|
* "silver blocks" are now also cur-able in the circular sawOch Noe2021-03-30
|
* 2m long slopes are now train slope compatibleOch Noe2020-11-13
|
* stained glass now cutable, grval-slopes repairedOch Noe2019-01-19
|
* register_abm commented outOch Noe2018-11-26
|
* "mithril" from moreores added, incl. dependencyOch Noe2018-11-14
|
* "ehlphabet" added again - no danger of cyclic dependenciesOch Noe2018-06-09
|
* several bugfixesGabriel Pérez-Cerezo2018-05-13
|
* Added maple mod supportGabriel Pérez-Cerezo2018-05-03
|
* more stuff from Och_NoeGabriel Pérez-Cerezo2018-03-24
|
* Replace deprecated methods:AntumDeluge2017-08-12
| | | | - 'setting_get' with 'settings:get' - 'setting_getbool' with 'settings:get_bool'
* Support tin and silver/sandstone blocks (#79)lemon-melon2017-08-12
| | | Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw.
* Make wool sawable (#72)Fixer2017-03-14
| | | | | | | | | | | | | | * Make wool sawable Based on my simple research https://github.com/minetest-mods/moreblocks/issues/71 enabling wool should not cause major slowdowns. Code pasted from gloopblocks * List wool as optional dependancy * Added check for wool dependancy * Make life easier for translators
* build a list of all of the stairsplus slab/stair/etc... shapes (#70)Vanessa Ezekowitz2017-02-23
| | | for other mods to reference.
* add some 0.4.15 default nodes to table saw, including farming:straw (#69)Vanessa Ezekowitz2017-02-23
| | | | | | | * add some 0.4.15 default nodes to table saw including farming:straw * fix hard-coded drop
* add a few new shapes to the table saw: (#67)Vanessa Ezekowitz2017-02-21
| | | | | * 1/16 slab, L-shaped (two sides) * 1/16 slab, corner-shaped (three sides) * 1/16 slab, U-shaped (three sides)
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* allow passing paramtype2 to the nodes being created (#65)Vanessa Ezekowitz2017-01-26
|
* Prevent creating a globalAuke Kok2016-12-31
|
* Run cleanfile on all files, fixing whitespace issues.Auke Kok2016-12-31
|
* Add Alias Functions (#54)Thomas--S2016-10-03
| | | | * register_alias * register_alias_force
* Fix drop logic. (#49)John Cole2016-07-12
| | | | | | | | | | | The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic.
* Add support for the alternative drop syntax (#46)Thomas--S2016-06-17
| | | Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
* Aspen tree registration in stairsplus. (#44)Luka Vandervelden2016-06-10
|
* Prevent glass slabs from becoming transparent on sides/bottom.Auke Kok2016-02-19
| | | | | | | | | | | For all glasslike drawtype nodes, the tiles contain up to 2 textures. The second texture is for "connected" glass, but that likely is a transparent texture. If we use the `tiles` def without modification, we will make all those slabs/slopes transparent on all sides except the top. To fix, we remove the tiles[2] from the tiledef in case the node is a glasslike drawtype.
* Fix warningAuke Kok2016-01-26
| | | Fixes #25
* Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo2015-11-01
|
* Add acacia tree and wood, modify pine tree and wood namesCalinou2015-08-24
|
* Merge pull request #17 from beyondlimits/masterCalinou2015-07-16
|\ | | | | Additional crafting recipes for slabs
| * Additional crafting recipes for slabsMarcin2015-07-04
| |
* | Save light_source in saw's output for glowing default nodesjp2015-07-05
| |
* | Merge pull request #16 from beyondlimits/masterCalinou2015-07-04
|\| | | | | Add recipe for splitting alternative stairs into 4 microblocks
| * Added recipe for splitting alternative stairs into 4 microblocks.Marcin2015-07-04
| |
* | Merge pull request #15 from beyondlimits/masterCalinou2015-07-02
|\| | | | | Correct recipes for slopes
| * Removed shaped and added new shapeless crafting recipes for slopes.Marcin2015-07-01
| |
* | Merge pull request #14 from beyondlimits/masterCalinou2015-06-28
|\| | | | | Add circular crafting rule to 3-microblock stairs
| * Added circular crafting rule to 3-microblock stairsMarcin2015-06-27
| |
* | Merge pull request #8 from kilbith/patch-1Calinou2015-06-27
|\ \ | |/ |/| Add meselamp to registration
| * Add meselamp to registrationkilbith2015-06-17
| |
* | Added missing slopesMarcin2015-06-18
|/
* Add stairsplus support to obsidian brickCraig Davison2015-06-15
|
* Add size information to slab description (by est31).Calinou2015-03-03
|
* Check for ndef before registering Stairs+ nodes.Calinou2015-02-11
|
* More informative and shorter headers.Calinou2015-01-12
|
* Add licensing headers to all files, fix intllib global variable warnings.Calinou2015-01-11
|
* Add support for minetest game pine tree.Olivier Samyn2015-01-06
|
* Add compressed cobblestone, crafted with 9 cobblestone.Calinou2014-12-27
|
* Add some more recipes for slopes.Calinou2014-10-30
|