Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stairs+ nodes are not in wood and stone groups anymore to not make them ↵ | Calinou | 2014-05-10 |
| | | | | usable in crafting. | ||
* | Fix rope not having sunlight_propagates = true. | Calinou | 2014-05-07 |
| | |||
* | Remove obsolete setting, update crafting recipes. | Calinou | 2014-05-05 |
| | |||
* | Stairs+ nodes let light pass through. | Calinou | 2014-05-04 |
| | |||
* | Change circular saw recipe to use wood instead of tree. | 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. | ||
* | Add default_fence_overlay.png to avoid texture error. | Calinou | 2014-05-04 |
| | |||
* | 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 |
| | |||
* | Make glass and obsidian glass framed to suit More Blocks glasses; some code ↵ | Calinou | 2014-05-01 |
| | | | | cleanups. | ||
* | Fix jungle fence texture name. | Calinou | 2014-04-30 |
| | |||
* | Added the ability to craft sticks back into wood, new jungle stick texture. | Calinou | 2014-04-30 |
| | |||
* | Obey log_mods setting (plural "mods"), added stick crafting using a sapling ↵ | Calinou | 2014-04-30 |
| | | | | or a jungle sapling. | ||
* | New Trap Stone texture. | Calinou | 2014-04-30 |
| | |||
* | Add textures. | Calinou | 2014-04-30 |
| | |||
* | Lots of crafting tweaks, slight code cleanup. | Calinou | 2014-04-30 |
| | |||
* | 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 pull request #18 from Xanthin/translation | Calinou | 2014-04-14 |
|\ | | | | | Added German translation and updated template. | ||
| * | update from calinou | Xanthin | 2014-04-08 |
| | | |||
| * | Update de.txt | Xanthin | 2014-04-04 |
| | | |||
| * | Update template.txt | Xanthin | 2014-04-04 |
| | | | | | | deleted things that are not more translated, changed saw label names to actual names, added jungle fence translation | ||
| * | add german translation | Xanthin | 2014-04-04 |
| | | |||
* | | Fix trap super glow glass light level, from 11 to 15. | Calinou | 2014-04-05 |
|/ | |||
* | Remove _config.txt. | Calinou | 2014-03-09 |
| | |||
* | Merge ShadowNinja's rewrite. | Calinou | 2014-03-09 |
| | |||
* | Merge pull request #11 from Jat15/patch-2 | Calinou | 2014-01-20 |
|\ | | | | | circular_saw limit in inventory input. | ||
| * | Circular_saw limit in inventory input | Jat15 | 2013-12-27 |
| | | | | | | Use for multiply block in circular saw. | ||
* | | Big update: new stair types, code looks better. | Calinou | 2014-01-20 |
| | | |||
* | | Merge pull request #10 from Jat15/patch-1 | Calinou | 2014-01-20 |
|\ \ | | | | | | | Fix circular saw bug: typo fix. | ||
| * | | Fix bug circular saw | Jat15 | 2013-12-23 |
| |/ | |||
* | | Typo fix. | Calinou | 2014-01-20 |
| | | |||
* | | Merge pull request #12 from Jat15/patch-horizontaltree | Calinou | 2014-01-20 |
|\ \ | | | | | | | Use 6d facedir for horizontal trees. | ||
| * | | Tree horizontal in 0.4.8 | Jat | 2013-12-27 |
| | | | | | | | | | | | | Use abm for fix facedir and convert tree and jungletree. | ||
* | | | Merge pull request #9 from Jat15/patch-translate | Calinou | 2014-01-20 |
|\ \ \ | | | | | | | | | Patch French translation and add more translation support. | ||
| * | | | Update fr.txt | Jat | 2013-12-12 |
| | | | | |||
| * | | | Add template.txt | Jat | 2013-12-12 |
| | | | | |||
| * | | | Circular_saw infotext translatable. | Jat | 2013-12-12 |
| |/ / | |||
* | | | Fix Stone Slabs/stairs/panels/microblocks not dropping correctly. | Calinou | 2014-01-20 |
| | | | |||
* | | | Fix invisible.png bug | Calinou | 2014-01-09 |
| |/ |/| | |||
* | | Add jungle sticks to stick group | Calinou | 2013-11-29 |
| | | |||
* | | Merge pull request #4 from Jat15/Patch-1 | Calinou | 2013-11-24 |
|\ \ | | | | | | | Add Coal Stone Bricks and modify the recipe of Iron Stone Bricks | ||
| * | | Add Coal Stone Bricks ( old Stone Bricks) and modify craft Iron Stone Bricks | Jat | 2013-11-03 |
| |/ | |||
* | | Merge pull request #5 from VanessaE/master | Calinou | 2013-11-24 |
|\ \ | | | | | | | Rewrite slightly to use the new 6d facedir prediction code in builtin | ||
| * | | 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 wood tile recipes | Calinou | 2013-11-20 |
|/ | |||
* | Compatibility definition for jungle wood stairs/slabs/panels/microblocks | Calinou | 2013-10-27 |
| | |||
* | Jungle Wood fix | Calinou | 2013-10-27 |
| | |||
* | 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 |