Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-19 | Clean up rollback | ShadowNinja | |
2014-10-21 | Recalculate normals for cached meshes. | RealBadAngel | |
Check if mesh is here before adding to meshcollector. Fix deleting the meshes. | |||
2014-01-06 | Create new instance of mesh every time it's required (Solves #703) | Perttu Ahola | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-12-02 | ShaderSource and silly example shaders | Kahrl | |
2012-07-27 | Experimental-ish rollback functionality | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-31 | Add 'fly' and 'fast' privileges and the underlying privileges-to-client system | Perttu Ahola | |
2012-03-24 | Add event manager and use it to trigger sounds | Perttu Ahola | |
2012-03-24 | celeron55's sound system initial framework | Perttu Ahola | |
2012-01-22 | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | |
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes. | |||
2012-01-12 | The huge item definition and item namespace unification patch (itemdef), see ↵ | Kahrl | |
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef | |||
2011-11-29 | CraftItem rework and Lua interface | Kahrl | |
2011-11-29 | Crafting definition in scripts | Perttu Ahola | |
2011-11-29 | Node definition names | Perttu Ahola | |
2011-11-29 | GameDef compiles | Perttu Ahola | |
2011-11-29 | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | |
node/tool/item/whatever types |