Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-02 | Fix some warnings on some compilers | Giuseppe Bilotta | |
ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor | |||
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 | |||
2012-01-06 | Implement minetest.register_on_dieplayer() | Perttu Ahola | |
2011-12-02 | Fix script error reporting a bit | Perttu Ahola | |
2011-12-02 | Script-defined creative inventory | Perttu Ahola | |
2011-12-02 | Add time_from_last_punch to Lua API | Perttu Ahola | |
2011-11-29 | CraftItem rework and Lua interface | Kahrl | |
2011-11-29 | Add chat message callback and send functions | Perttu Ahola | |
2011-11-29 | Add on_generated hook | Perttu Ahola | |
2011-11-29 | on_newplayer and on_respawnplayer callbacks | Perttu Ahola | |
2011-11-29 | Add object reference to Lua on_place/dig/punchnode parameters | Perttu Ahola | |
2011-11-29 | Improve LuaEntity velocity/acceleration handling (by kahrl); implement ↵ | Perttu Ahola | |
staticdata interface to Lua | |||
2011-11-29 | Node place/dig Lua callbacks | Perttu Ahola | |
2011-11-29 | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | |
node/tool/item/whatever types | |||
2011-11-29 | Handle undefined objects better | Perttu Ahola | |
2011-11-29 | Scripting WIP: Add global environment step function on_step | Perttu Ahola | |
2011-11-29 | Scripting WIP: dynamic object stuff | Perttu Ahola | |
2011-11-29 | Scripting WIP | Perttu Ahola | |
2011-11-29 | Scripting WIP | Perttu Ahola | |
2011-11-29 | Scripting WIP | Perttu Ahola | |
2011-11-29 | Scripting WIP; Lua entity step callback works | Perttu Ahola | |
2011-11-29 | Scripting WIP | Perttu Ahola | |