| Commit message (Expand) | Author | Age |
* | Mark ObjectRef::get_entity_name() deprecated | Perttu Ahola | 2012-01-02 |
* | Add name field to registered entities | Perttu Ahola | 2012-01-02 |
* | Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw() | Perttu Ahola | 2012-01-02 |
* | Add ObjectRef:get_luaentity() | Perttu Ahola | 2012-01-02 |
* | ObjectRef:get_entity_name() and fixing of comments in default/init.lua | Perttu Ahola | 2012-01-02 |
* | Make add_entity return a reference to added entity (or nil) | Perttu Ahola | 2012-01-02 |
* | Add ObjectRef:get_inventory() and add stuff to documentation comments | Perttu Ahola | 2012-01-02 |
* | Working implementation of experimental:luafurnace | Perttu Ahola | 2012-01-02 |
* | Random fixes to InvRef related stuff and a broken luafurnace | Perttu Ahola | 2012-01-02 |
* | Add InvRef:get_list() and InvRef:set_list() and fix some things (untested) | Perttu Ahola | 2012-01-02 |
* | Add minetest.get_inventory(location), untested | Perttu Ahola | 2012-01-02 |
* | A small robustness addition to ItemStack | Perttu Ahola | 2012-01-02 |
* | Rename InvStack to ItemStack | Perttu Ahola | 2012-01-02 |
* | Add InvRef and InvStack (currently untested and unusable) | Perttu Ahola | 2012-01-02 |
* | Add EnvRef:get_objects_inside_radius(pos, radius) | Perttu Ahola | 2011-12-28 |
* | Add get_look_dir(), get_look_pitch() and get_look_yaw() for players | Perttu Ahola | 2011-12-28 |
* | Fix minetest.env:get_player_by_name(nil) causing segfault and similar things | Perttu Ahola | 2011-12-28 |
* | Add minetest.get_modpath(modname) | Perttu Ahola | 2011-12-11 |
* | Enforce modname naming convention | Perttu Ahola | 2011-12-04 |
* | Rename EnvRef:add_luaentity to EnvRef:add_entity | Perttu Ahola | 2011-12-04 |
* | Add EnvRef:get_node_light(pos, timeofday) | Perttu Ahola | 2011-12-04 |
* | Determine light_propagates from paramtype | Perttu Ahola | 2011-12-04 |
* | Craftitem aliases | Perttu Ahola | 2011-12-04 |
* | Tool aliases | Perttu Ahola | 2011-12-04 |
* | Node definition aliases | Perttu Ahola | 2011-12-03 |
* | Rename cookresult_item to cookresult_itemstring | Perttu Ahola | 2011-12-03 |
* | add EnvRef:get_node_or_nil() | Perttu Ahola | 2011-12-03 |
* | Add ABM required neighbor check | Perttu Ahola | 2011-12-03 |
* | 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 |
* | 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-12-02 |
* | Fix the previous commit | Perttu Ahola | 2011-12-02 |
* | Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_list | Perttu Ahola | 2011-12-02 |
* | Players are more like objects + related stuff | Perttu Ahola | 2011-12-01 |
* | Player-is-SAO WIP | Perttu Ahola | 2011-12-01 |
* | ObjectRef:get_player_name, ObjectRef:inventory_set_list, ObjectRef:inventory_... | Perttu Ahola | 2011-11-30 |
* | Add ObjectRef:punch and ObjectRef:right_click to Lua API | Perttu Ahola | 2011-11-30 |
* | Add get_wielded_itemstring, get_wielded_item, damage_wielded_item and make ge... | Perttu Ahola | 2011-11-30 |
* | Create the necessary API for /giveme and /give and implement those commands; ... | Perttu Ahola | 2011-11-29 |
* | CraftItem rework and Lua interface | Kahrl | 2011-11-29 |
* | Add NULL terminations to EnumString definitions | Perttu Ahola | 2011-11-29 |
* | GenericNodeMetadata and an example furnace | Perttu Ahola | 2011-11-29 |
* | Initial NodeMetaRef stuff | Perttu Ahola | 2011-11-29 |
* | Lua interface for ActiveBlockModifier | Perttu Ahola | 2011-11-29 |
* | Remove creation of builtin.lua defined minetest.registered_* tables in C | Perttu Ahola | 2011-11-29 |
* | For consistency, implement calling of on_chat_message callbacks in C | Perttu Ahola | 2011-11-29 |
* | Implement callback registration in Lua instead of C | Perttu Ahola | 2011-11-29 |
* | Add chat message callback and send functions | Perttu Ahola | 2011-11-29 |