summaryrefslogtreecommitdiff
path: root/stairsplus
AgeCommit message (Collapse)Author
2017-02-19Prepare for v1.0.0 releaseHugo Locurcio
2017-01-26allow passing paramtype2 to the nodes being created (#65)Vanessa Ezekowitz
2016-12-31Prevent creating a globalAuke Kok
2016-12-31Run cleanfile on all files, fixing whitespace issues.Auke Kok
2016-10-03Add Alias Functions (#54)Thomas--S
* register_alias * register_alias_force
2016-07-12Fix drop logic. (#49)John Cole
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.
2016-06-17Add support for the alternative drop syntax (#46)Thomas--S
Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
2016-06-10Aspen tree registration in stairsplus. (#44)Luka Vandervelden
2016-02-19Prevent glass slabs from becoming transparent on sides/bottom.Auke Kok
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.
2016-01-26Fix warningAuke Kok
Fixes #25
2015-11-01Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo
2015-08-24Add acacia tree and wood, modify pine tree and wood namesCalinou
2015-07-16Merge pull request #17 from beyondlimits/masterCalinou
Additional crafting recipes for slabs
2015-07-05Save light_source in saw's output for glowing default nodesjp
2015-07-04Additional crafting recipes for slabsMarcin
2015-07-04Merge pull request #16 from beyondlimits/masterCalinou
Add recipe for splitting alternative stairs into 4 microblocks
2015-07-04Added recipe for splitting alternative stairs into 4 microblocks.Marcin
2015-07-02Merge pull request #15 from beyondlimits/masterCalinou
Correct recipes for slopes
2015-07-01Removed shaped and added new shapeless crafting recipes for slopes.Marcin
2015-06-28Merge pull request #14 from beyondlimits/masterCalinou
Add circular crafting rule to 3-microblock stairs
2015-06-27Added circular crafting rule to 3-microblock stairsMarcin
2015-06-27Merge pull request #8 from kilbith/patch-1Calinou
Add meselamp to registration
2015-06-18Added missing slopesMarcin
2015-06-17Add meselamp to registrationkilbith
2015-06-15Add stairsplus support to obsidian brickCraig Davison
2015-03-03Add size information to slab description (by est31).Calinou
2015-02-11Check for ndef before registering Stairs+ nodes.Calinou
2015-01-12More informative and shorter headers.Calinou
2015-01-11Add licensing headers to all files, fix intllib global variable warnings.Calinou
2015-01-06Add support for minetest game pine tree.Olivier Samyn
2014-12-27Add compressed cobblestone, crafted with 9 cobblestone.Calinou
2014-10-30Add some more recipes for slopes.Calinou
2014-10-29Add inner, outer, outer-cut slopes and their half and half-raised ↵Calinou
variations, with crafting recipes for them. Code cleanup is ongoing.
2014-10-28Add slopes and their crafting.Calinou
2014-10-19Fix issue #1: “stairsplus_in_creative_inventory not being honored”.Calinou
2014-07-28Make Stairs+ recipes mod-agnostic.Calinou
2014-07-21Code cleanup, new Stairs+ recipes.Calinou
2014-07-03New recipes, code cleanup.Calinou
2014-06-27Code cleanup. Add tar and more stone types.Calinou
2014-05-10Put comment before the line.Calinou
2014-05-10Stairs+ nodes are not in wood and stone groups anymore to not make them ↵Calinou
usable in crafting.
2014-05-04Stairs+ nodes let light pass through.Calinou
2014-05-04New recipes for Stairs+ nodes. Allows crafting most useful Stairs+ nodes. ↵Calinou
More accurate nodes still require the usage of the circular saw.
2014-05-04Disable desert cobblestone Stairs+ nodes because it doesn't work with ↵Calinou
minetest_game.
2014-05-03Added desert cobblestone Stairs+ nodes, circular saw cosmetic changes, ↵Calinou
remove obsolete code.
2014-05-02Remove unused stairsplus_convert.lua, code cleanup.Calinou
2014-04-30Compressed textures, glass uses glasslike_framed drawtype, new texture for ↵Calinou
glow glass, added texture for trap glow glass and trap super glow glass.
2014-03-09Merge ShadowNinja's rewrite.Calinou
2014-01-20Big update: new stair types, code looks better.Calinou
2013-11-07Rewrite slightly to use the new 6d facedir prediction code in builtin.Vanessa Ezekowitz
Keeps the old behavior of sneak == force wall (rather than invert). Add protection/ownership checking. Can be phased out later after protection mods start taking advantage of the engine's built-in ownershi-checking functions. Got rid of the /st command, since it didn't work anyway. Minor re-arrangement of init.lua to put the mod's title block at the top where it belongs :-)