Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Alias Functions (#54) | Thomas--S | 2016-10-03 |
| | | | | * register_alias * register_alias_force | ||
* | Fix drop logic. (#49) | John Cole | 2016-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--S | 2016-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 Vandervelden | 2016-06-10 |
| | |||
* | Prevent glass slabs from becoming transparent on sides/bottom. | Auke Kok | 2016-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 warning | Auke Kok | 2016-01-26 |
| | | | Fixes #25 | ||
* | Make stairplus:register_* functions work without using register_all. | Pierre-Yves Rollo | 2015-11-01 |
| | |||
* | Add acacia tree and wood, modify pine tree and wood names | Calinou | 2015-08-24 |
| | |||
* | Merge pull request #17 from beyondlimits/master | Calinou | 2015-07-16 |
|\ | | | | | Additional crafting recipes for slabs | ||
| * | Additional crafting recipes for slabs | Marcin | 2015-07-04 |
| | | |||
* | | Save light_source in saw's output for glowing default nodes | jp | 2015-07-05 |
| | | |||
* | | Merge pull request #16 from beyondlimits/master | Calinou | 2015-07-04 |
|\| | | | | | Add recipe for splitting alternative stairs into 4 microblocks | ||
| * | Added recipe for splitting alternative stairs into 4 microblocks. | Marcin | 2015-07-04 |
| | | |||
* | | Merge pull request #15 from beyondlimits/master | Calinou | 2015-07-02 |
|\| | | | | | Correct recipes for slopes | ||
| * | Removed shaped and added new shapeless crafting recipes for slopes. | Marcin | 2015-07-01 |
| | | |||
* | | Merge pull request #14 from beyondlimits/master | Calinou | 2015-06-28 |
|\| | | | | | Add circular crafting rule to 3-microblock stairs | ||
| * | Added circular crafting rule to 3-microblock stairs | Marcin | 2015-06-27 |
| | | |||
* | | Merge pull request #8 from kilbith/patch-1 | Calinou | 2015-06-27 |
|\ \ | |/ |/| | Add meselamp to registration | ||
| * | Add meselamp to registration | kilbith | 2015-06-17 |
| | | |||
* | | Added missing slopes | Marcin | 2015-06-18 |
|/ | |||
* | Add stairsplus support to obsidian brick | Craig Davison | 2015-06-15 |
| | |||
* | Add size information to slab description (by est31). | Calinou | 2015-03-03 |
| | |||
* | Check for ndef before registering Stairs+ nodes. | Calinou | 2015-02-11 |
| | |||
* | More informative and shorter headers. | Calinou | 2015-01-12 |
| | |||
* | Add licensing headers to all files, fix intllib global variable warnings. | Calinou | 2015-01-11 |
| | |||
* | Add support for minetest game pine tree. | Olivier Samyn | 2015-01-06 |
| | |||
* | Add compressed cobblestone, crafted with 9 cobblestone. | Calinou | 2014-12-27 |
| | |||
* | Add some more recipes for slopes. | Calinou | 2014-10-30 |
| | |||
* | Add inner, outer, outer-cut slopes and their half and half-raised ↵ | Calinou | 2014-10-29 |
| | | | | variations, with crafting recipes for them. Code cleanup is ongoing. | ||
* | Add slopes and their crafting. | Calinou | 2014-10-28 |
| | |||
* | Fix issue #1: “stairsplus_in_creative_inventory not being honored”. | Calinou | 2014-10-19 |
| | |||
* | Make Stairs+ recipes mod-agnostic. | Calinou | 2014-07-28 |
| | |||
* | Code cleanup, new Stairs+ recipes. | Calinou | 2014-07-21 |
| | |||
* | New recipes, code cleanup. | Calinou | 2014-07-03 |
| | |||
* | Code cleanup. Add tar and more stone types. | Calinou | 2014-06-27 |
| | |||
* | Put comment before the line. | Calinou | 2014-05-10 |
| | |||
* | Stairs+ nodes are not in wood and stone groups anymore to not make them ↵ | Calinou | 2014-05-10 |
| | | | | usable in crafting. | ||
* | Stairs+ nodes let light pass through. | Calinou | 2014-05-04 |
| | |||
* | New recipes for Stairs+ nodes. Allows crafting most useful Stairs+ nodes. ↵ | Calinou | 2014-05-04 |
| | | | | More accurate nodes still require the usage of the circular saw. | ||
* | Disable desert cobblestone Stairs+ nodes because it doesn't work with ↵ | Calinou | 2014-05-04 |
| | | | | minetest_game. | ||
* | Added desert cobblestone Stairs+ nodes, circular saw cosmetic changes, ↵ | Calinou | 2014-05-03 |
| | | | | remove obsolete code. | ||
* | Remove unused stairsplus_convert.lua, code cleanup. | Calinou | 2014-05-02 |
| | |||
* | Compressed textures, glass uses glasslike_framed drawtype, new texture for ↵ | Calinou | 2014-04-30 |
| | | | | glow glass, added texture for trap glow glass and trap super glow glass. | ||
* | Merge ShadowNinja's rewrite. | Calinou | 2014-03-09 |
| | |||
* | Big update: new stair types, code looks better. | Calinou | 2014-01-20 |
| | |||
* | Rewrite slightly to use the new 6d facedir prediction code in builtin. | Vanessa Ezekowitz | 2013-11-07 |
| | | | | | | | | | | | | | 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 :-) | ||
* | Fix drops | Calinou | 2013-10-27 |
| | |||
* | Added new aliases for screwdriver and circular saw, new microblocks/panels, ↵ | Calinou | 2013-10-27 |
| | | | | circular saw now has 4 rows with 8 items each | ||
* | New slab types: 1/16, 1/8, 7/8, 15/16 slabs (suggested by VanessaE), ↵ | Calinou | 2013-10-26 |
| | | | | reorganized circular saw | ||
* | Allow stair/slab crafting by default, can be disabled in _config.txt | Calinou | 2013-09-15 |
| |