Age | Commit message (Expand) | Author |
2012-06-03 | Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not em... | darkrose |
2012-06-03 | Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a... | Perttu Ahola |
2012-06-03 | minetest.get_craft_result | Perttu Ahola |
2012-06-03 | NodeMetaRef:{to,from}_table and lua_api.txt additions | Perttu Ahola |
2012-06-03 | on_metadata_inventory_{move,offer,take} | Perttu Ahola |
2012-06-03 | Implement sign using form field protocol | Perttu Ahola |
2012-06-03 | Add node on_construct, on_destruct callbacks and update lua_api.txt | Perttu Ahola |
2012-06-03 | Strip unneeded variables from NodeMetadata | darkrose |
2012-06-03 | WIP node metadata, node timers | Kahrl |
2012-04-08 | EnvRef:find_nodes_in_area(minp, maxp, nodenames) | Perttu Ahola |
2012-04-07 | PerlinNoise for Lua. | Sergey Gilfanov |
2012-04-06 | Add EnvRef:find_node_near(pos, radius, nodenames) | Perttu Ahola |
2012-04-04 | Remove debug output | Perttu Ahola |
2012-04-04 | Fix dropped nodeitem visuals | Perttu Ahola |
2012-04-01 | Implement dropped items as LuaEntities; leave the old ones as is for compatib... | Perttu Ahola |
2012-04-01 | Remplement and improve /setting in Lua, now called /set | Perttu Ahola |
2012-04-01 | Allow getting the path of builtin.lua using minetest.get_modpath("__builtin") | Perttu Ahola |
2012-03-31 | Add 'fly' and 'fast' privileges and the underlying privileges-to-client system | Perttu Ahola |
2012-03-31 | initial_properties field in entity definition | Perttu Ahola |
2012-03-30 | Reimplement authentication handler in Lua; now we have 1) infinite privilege ... | Perttu Ahola |
2012-03-30 | ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player... | Perttu Ahola |
2012-03-30 | ObjectProperties | Perttu Ahola |
2012-03-29 | on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfix | Kahrl |
2012-03-29 | added PlayerSAO and RemotePlayer, removed ServerRemotePlayer | Kahrl |
2012-03-29 | Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le... | Perttu Ahola |
2012-03-28 | Add EnvRef:set_node() | Perttu Ahola |
2012-03-28 | Add range option to PseudoRandom:next() | Perttu Ahola |
2012-03-28 | Add blockseed to on_generated | Perttu Ahola |
2012-03-28 | Add minetest.is_singleplayer() | Perttu Ahola |
2012-03-28 | Add PseudoRandom in Lua API | Perttu Ahola |
2012-03-24 | Lua API for playing sounds | Perttu Ahola |
2012-03-24 | Add sound.dig | Perttu Ahola |
2012-03-24 | Add sounds, tune things | Perttu Ahola |
2012-03-24 | Add event manager and use it to trigger sounds | Perttu Ahola |
2012-03-18 | Dynamic sky, fog and cloud colors; sun and moon | Perttu Ahola |
2012-03-15 | Fix and improve Server's privilege get/setters | Perttu Ahola |
2012-03-11 | Clean up log messages everywhere | Perttu Ahola |
2012-03-10 | Immediate smoke puff when a normal entity is punched to death | Perttu Ahola |
2012-03-10 | LuaEntity armor groups | Perttu Ahola |
2012-03-10 | Entity damage system WIP; Remove C++ mobs | Perttu Ahola |
2012-03-10 | Digging time groups WIP | Perttu Ahola |
2012-02-28 | Add minetest.get_worldpath() for getting location for custom data | Perttu Ahola |
2012-01-24 | Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday() | Perttu Ahola |
2012-01-22 | Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp... | Kahrl |
2012-01-22 | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl |
2012-01-12 | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl |
2012-01-06 | ObjectRef:setpos() to move player properly (a bit shortcuttish implementation) | Perttu Ahola |
2012-01-06 | Implement minetest.register_on_dieplayer() | Perttu Ahola |
2012-01-02 | Mark ObjectRef::get_entity_name() deprecated | Perttu Ahola |
2012-01-02 | Add name field to registered entities | Perttu Ahola |