Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make global names in default mod use good naming convention and move ↵ | Perttu Ahola | 2011-12-03 |
| | | | | backwards-compatibility definitions to mods/legacy | ||
* | inventorycube: use all three specified textures; also moved mesh creation / ↵ | Kahrl | 2011-12-03 |
| | | | | modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube | ||
* | Change naming convention to be modname:* instead of modname_* (sorry modders!) | Perttu Ahola | 2011-12-03 |
| | |||
* | Enforced mod global naming convention and better error reporting | Perttu Ahola | 2011-12-03 |
| | |||
* | Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft" | Perttu Ahola | 2011-12-02 |
| | |||
* | Create the necessary API for /giveme and /give and implement those commands; ↵ | Perttu Ahola | 2011-11-29 |
| | | | | also sort out the scripts a bit | ||
* | Reorganize mods | Perttu Ahola | 2011-11-29 |