Fix compile on certain Linux configurations, reduce spawn point height
[oweals/minetest.git] / src / scriptapi.cpp
2013-01-21 kwolekrFinish and clean up mapgen configuration
2013-01-21 kwolekrClean up EmergeManager, do initial work on Mapgen confi...
2013-01-21 kwolekrReadded and optimized mapgen V6
2013-01-21 kwolekrAdd initial Lua biomedef support, fixed biome selection
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2013-01-21 kwolekrstop MSVC++ from generating dumb warnings
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-07 RealBadAngelL-Systems treegen update.
2013-01-02 Perttu AholaAdd ServerEnvironment::setNode()/removeNode() to allow...
2013-01-02 Perttu AholaAdd InvRef:get_location()
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-30 RealBadAngelL-System treegen
2012-12-02 Perttu AholaSmooth day-night transitions
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-30 Matthew IAdd shutdown hook interface to Lua API
2012-11-25 MirceaKitsuneRealBadAngel's patch which allows the lua api to read...
2012-11-25 MirceaKitsuneA bunch of fixes
2012-11-25 MirceaKitsuneUpdate attachments at the ending of the addToScene...
2012-11-25 MirceaKitsuneComplete the attachment framework.
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-11-25 MirceaKitsuneGet the new animation framework properly working
2012-11-25 MirceaKitsuneJoint positioning and rotation code, and fix a problem...
2012-11-25 MirceaKitsuneAllow the LUA API to set animations to meshes as well...
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 267/head
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. 243/head
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'
next