aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-02Fix ABM trigger chance being often way too highPerttu Ahola
2012-01-02Fix server sending stuff before textures have been sentPerttu Ahola
2012-01-02Mark ObjectRef::get_entity_name() deprecatedPerttu Ahola
2012-01-02Add name field to registered entitiesPerttu Ahola
2012-01-02Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola
2012-01-02Add ObjectRef:get_luaentity()Perttu Ahola
2012-01-02Call this 0.4.dev-20120102-1Perttu Ahola
2012-01-02Make text area in message dialog a bit largerPerttu Ahola
2012-01-02Texture cache on client (mostly made by sapier) (breaks network compatibility)Perttu Ahola
2012-01-02ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola
2012-01-02Make add_entity return a reference to added entity (or nil)Perttu Ahola
2012-01-02Clean up InvRef documentation in default/init.lua a bitPerttu Ahola
2012-01-02Improve mini Lua referencePerttu Ahola
2012-01-02Add ObjectRef:get_inventory() and add stuff to documentation commentsPerttu Ahola
2012-01-02Working implementation of experimental:luafurnacePerttu Ahola
2012-01-02Random fixes to InvRef related stuff and a broken luafurnacePerttu Ahola
2012-01-02Add InvRef:get_list() and InvRef:set_list() and fix some things (untested)Perttu Ahola
2012-01-02Add minetest.get_inventory(location), untestedPerttu Ahola
2012-01-02A small robustness addition to ItemStackPerttu Ahola
2012-01-02Rename InvStack to ItemStackPerttu Ahola
2012-01-02Add InvRef and InvStack (currently untested and unusable)Perttu Ahola
2012-01-01Add default: to everything in default/init.lua (...hopefully doesn't break ↵Perttu Ahola
anything)
2012-01-01Fix segfault when generating stuff on world boundariesPerttu Ahola
2011-12-31Correctly pop stuff from the Lua stack in script_load()Perttu Ahola
2011-12-28Add virtual destructors to abstract classesGiuseppe Bilotta
IRespawnInitiator and InventoryActions are abstract classes, but they were missing a virtual destructor. Define it, even if it does nothing and its absence most likely makes no difference other tha causing warnings during compile.
2011-12-28Fix mirrored sign texturePerttu Ahola
2011-12-28Add wooden planks to creative inventoryPerttu Ahola
2011-12-28Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola
2011-12-28Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola
2011-12-28Fix minetest.env:get_player_by_name(nil) causing segfault and similar thingsPerttu Ahola
2011-12-11Extend load screen maximum timePerttu Ahola
2011-12-11Add minetest.get_modpath(modname)Perttu Ahola
2011-12-11add_luaentity->add_entity in mods/experimentalPerttu Ahola
2011-12-09Call this 0.4.dev-20111209-10.4.dev-20111209-1Perttu Ahola
2011-12-04Enforce modname naming conventionPerttu Ahola
2011-12-04Delete unknown LuaEntities when punchedPerttu Ahola
2011-12-04Improve /spawnentity a bitPerttu Ahola
2011-12-04Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola
2011-12-04Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola
2011-12-04Properly use time_from_last_punch for limiting PvP punch damagePerttu Ahola
2011-12-04Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improvesKahrl
Irrlicht 1.8 compat); also find dungeon master's fireball texture again; add /spawnentity command
2011-12-04Check symlinks with stat() to know if they are directories or notPerttu Ahola
2011-12-04Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, ↵Perttu Ahola
falling back on stat().
2011-12-04Fix player not dying when beated to death by other playerPerttu Ahola
2011-12-04Fix getting two old-style minerals per digged nodePerttu Ahola
2011-12-04Determine light_propagates from paramtypePerttu Ahola
2011-12-04Add experimental TNT's old name as an aliasPerttu Ahola
2011-12-04Add furnace to legacy aliasesPerttu Ahola
2011-12-04Make ToolItem and MaterialItem to convert names by aliases at creation time ↵Perttu Ahola
too (necessary for eg. crafting)
2011-12-04Fix fence namePerttu Ahola