]> git.lizzy.rs Git - dragonfireclient.git/history - src/scriptapi.cpp
Add a subfolder for models and transfer models from server to client
[dragonfireclient.git] / src / scriptapi.cpp
2012-11-25 MirceaKitsuneAdd a subfolder for models and transfer models from...
2012-11-25 MirceaKitsuneProperly read the mesh from LUA.
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-09-09 Perttu AholaAdd dtime_s to entity activation
2012-09-09 Perttu AholaFix ObjectRef:punch()
2012-09-07 Ilya ZhuravlevAdd liquid_renewable property.
2012-09-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-08-12 Matthew IAdd ban management routines to Lua API
2012-08-12 Matthew IExtend Lua API in order to implement chat commands
2012-08-12 Matthew IAllow digging of unknown nodes
2012-07-27 Perttu AholaHandle max<min in LuaPseudoRandom::l_next()
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 Matthew IAdd minetest.get_modnames() to Lua API
2012-07-21 Perttu AholaFix typo in scriptapi.cpp in minetest.get_craft_recipe()
2012-07-20 darkroseCheck for table type when reading groups from Lua
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-18 Perttu AholaFix /builtin/misc.lua:47: attempt to call method 'is_pl...
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-16 Perttu AholaFix "Node placement prediction failed for (places __def...
2012-06-16 Perttu AholaNode texture animation
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-05 KahrlAllow replacements in cooking and fuel recipes
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 Perttu AholaAdd ObjRef:is_player() and modify ObjRef:get_player_nam...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaAdd node on_construct, on_destruct callbacks and update...
2012-06-03 darkroseStrip unneeded variables from NodeMetadata
2012-06-03 KahrlWIP node metadata, node timers
2012-04-08 Perttu AholaEnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-07 Sergey GilfanovPerlinNoise for Lua.
2012-04-06 Perttu AholaAdd EnvRef:find_node_near(pos, radius, nodenames)
2012-04-04 Perttu AholaRemove debug output
2012-04-04 Perttu AholaFix dropped nodeitem visuals
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaRemplement and improve /setting in Lua, now called...
2012-04-01 Perttu AholaAllow getting the path of builtin.lua using minetest...
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-30 Perttu AholaObjectRef:set_armor_groups() and ObjectRef:set_properti...
2012-03-30 Perttu AholaObjectProperties
2012-03-29 Kahrlon_joinplayer + on_leaveplayer + scriptapi_run_callback...
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-28 Perttu AholaAdd EnvRef:set_node()
2012-03-28 Perttu AholaAdd range option to PseudoRandom:next()
2012-03-28 Perttu AholaAdd blockseed to on_generated
2012-03-28 Perttu AholaAdd minetest.is_singleplayer()
2012-03-27 Perttu AholaAdd PseudoRandom in Lua API
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd sound.dig
2012-03-24 Perttu AholaAdd sounds, tune things
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaFix and improve Server's privilege get/setters
2012-03-11 Perttu AholaClean up log messages everywhere
2012-03-10 Perttu AholaImmediate smoke puff when a normal entity is punched...
2012-03-10 Perttu AholaLuaEntity armor groups
2012-03-10 Perttu AholaEntity damage system WIP; Remove C++ mobs
2012-03-10 Perttu AholaDigging time groups WIP
2012-02-28 Perttu AholaMerge remote-tracking branch 'jn/random-fixes'
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-28 Perttu AholaAdd minetest.get_worldpath() for getting location for...
2012-01-24 Perttu AholaAdd EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()
2012-01-22 KahrlFix give_initial_stuff mod; experimental mod: dug_item...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-06 Perttu AholaObjectRef:setpos() to move player properly (a bit short...
2012-01-05 Perttu AholaImplement minetest.register_on_dieplayer()
2012-01-02 Perttu AholaMark ObjectRef::get_entity_name() deprecated
2012-01-02 Perttu AholaAdd name field to registered entities
2012-01-02 Perttu AholaAdd ObjectRef:getvelocity(), ObjectRef:setyaw() and...
2012-01-02 Perttu AholaAdd ObjectRef:get_luaentity()
2012-01-02 Perttu AholaObjectRef:get_entity_name() and fixing of comments...
2012-01-02 Perttu AholaMake add_entity return a reference to added entity...
2012-01-02 Perttu AholaAdd ObjectRef:get_inventory() and add stuff to document...
2012-01-02 Perttu AholaWorking implementation of experimental:luafurnace
2012-01-02 Perttu AholaRandom fixes to InvRef related stuff and a broken luafu...
2012-01-02 Perttu AholaAdd InvRef:get_list() and InvRef:set_list() and fix...
2012-01-02 Perttu AholaAdd minetest.get_inventory(location), untested
2012-01-01 Perttu AholaA small robustness addition to ItemStack
2012-01-01 Perttu AholaRename InvStack to ItemStack
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2011-12-28 Perttu AholaAdd EnvRef:get_objects_inside_radius(pos, radius)
next