Commit History

Author SHA1 Message Date
  Perttu Ahola 49b7055cb3 Make add_entity return a reference to added entity (or nil) 13 years ago
  Perttu Ahola cb88f7b6d4 Clean up InvRef documentation in default/init.lua a bit 13 years ago
  Perttu Ahola 9425fb8192 Improve mini Lua reference 13 years ago
  Perttu Ahola e48ccd7943 Add ObjectRef:get_inventory() and add stuff to documentation comments 13 years ago
  Perttu Ahola 6be5441176 Working implementation of experimental:luafurnace 13 years ago
  Perttu Ahola d5ba7ebaf0 Random fixes to InvRef related stuff and a broken luafurnace 13 years ago
  Perttu Ahola 270a482740 Add InvRef:get_list() and InvRef:set_list() and fix some things (untested) 13 years ago
  Perttu Ahola e0b4890794 Add minetest.get_inventory(location), untested 13 years ago
  Perttu Ahola 247e8b6e5d A small robustness addition to ItemStack 13 years ago
  Perttu Ahola b760e2ba23 Rename InvStack to ItemStack 13 years ago
  Perttu Ahola 103173fc9b Add InvRef and InvStack (currently untested and unusable) 13 years ago
  Perttu Ahola 70ed371d0c Add default: to everything in default/init.lua (...hopefully doesn't break anything) 13 years ago
  Perttu Ahola 81d3485109 Fix segfault when generating stuff on world boundaries 13 years ago
  Perttu Ahola 7b7b68cdab Correctly pop stuff from the Lua stack in script_load() 13 years ago
  Giuseppe Bilotta 135a65e200 Add virtual destructors to abstract classes 13 years ago
  Perttu Ahola 123529e5eb Fix mirrored sign texture 13 years ago
  Perttu Ahola e81989a0d8 Add wooden planks to creative inventory 13 years ago
  Perttu Ahola 1c15f53318 Add EnvRef:get_objects_inside_radius(pos, radius) 13 years ago
  Perttu Ahola 7937813c98 Add get_look_dir(), get_look_pitch() and get_look_yaw() for players 13 years ago
  Perttu Ahola ad4040d982 Fix minetest.env:get_player_by_name(nil) causing segfault and similar things 13 years ago
  Perttu Ahola 69579306dd Extend load screen maximum time 13 years ago
  Perttu Ahola bd21f00f0a Add minetest.get_modpath(modname) 13 years ago
  Perttu Ahola 012bcbcb48 add_luaentity->add_entity in mods/experimental 13 years ago
  Perttu Ahola e06d4555bf Call this 0.4.dev-20111209-1 13 years ago
  Perttu Ahola abd106bacb Enforce modname naming convention 13 years ago
  Perttu Ahola 008de2fb8f Delete unknown LuaEntities when punched 13 years ago
  Perttu Ahola 2e67fa3e48 Improve /spawnentity a bit 13 years ago
  Perttu Ahola ea36951bc4 Rename EnvRef:add_luaentity to EnvRef:add_entity 13 years ago
  Perttu Ahola 09c48b60bd Add EnvRef:get_node_light(pos, timeofday) 13 years ago
  Perttu Ahola 4cc117ddf6 Properly use time_from_last_punch for limiting PvP punch damage 13 years ago