aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Collapse)Author
2013-06-29Update documentation for get_mapgen_objectkwolekr
2013-06-28Add voxelarea.lua helper to builtinkwolekr
2013-06-27Apply various fixes to several thingskwolekr
2013-06-27LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵kwolekr
back to map
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-06-27Add Lua PerlinNoiseMap:get#dMap_flat APIkwolekr
2013-06-27Add minetest.get_mapgen_object to APIkwolekr
2013-06-27Add LuaVoxelManipkwolekr
2013-06-22Decoration: Add support for zero probability, fix breakage from last commitkwolekr
2013-06-22A handful of minor fixes to various thingskwolekr
2013-06-22Decoration: Add Schematic decoration typekwolekr
2013-06-20Remove deprecated functions that don't work anymore from lua_api.txtKahrl
2013-06-19Add drowningPilzAdam
2013-06-17Decoration: Change divlen to sidelenkwolekr
2013-06-17Add initial Decoration support, many misc. improvements & modificationskwolekr
2013-06-06Bump version to 0.4.70.4.7PilzAdam
2013-06-03Replace c55.me linksKahrl
2013-05-26Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
2013-05-22Make raillike nodes connect to any other raillike nodes if both are in the ↵Jeija
group connect_to_raillike
2013-05-20Use the group "soil" for nodes that saplings grow onShadowNinja
2013-05-19New modsystemPilzAdam
Mods are placed in $path_<user/share>/mods They can be enabled per world in world.mt or the configure world window
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-05-03Optional dependencies and properly handle mod name conflicts againKahrl
2013-05-01Add a Way of checking for specific Feature with Lua Adds ↵Sfan5
minetest.get_feature() and minetest.has_feature()
2013-04-25Generalize hud_builtin_enable into hud_set_flagskwolekr
2013-04-24Add new drawtype GLASSLIKE_FRAMEDRealBadAngel
2013-04-24Added support to disable built-in HUD elementsDiego Martínez
2013-04-23Add option to use texture alpha channelkwolekr
2013-04-23Add minetest.get_player_ip()ShadowNinja
2013-04-23Add option to not prepend "Server -!- " to messages sent with ↵ShadowNinja
minetest.chat_send_player()
2013-04-23Added offset support for HUD itemsDiego Martínez
2013-04-23Added support for alignment in HUD itemsDiego Martínez
2013-04-20Add direction parameter to statbars in HUD APIkwolekr
Fix health bar overlap when a larger texture is used
2013-04-18Fix Lua HUD documentationkwolekr
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-18Lua HUDJonathon Anderson
2013-04-10Bugfixes to get_craft_recipe and get_all_craft_recipes.RealBadAngel
Improvements to get_all_craft_recipes (see api doc)
2013-04-06Add Dijkstra A* and A* without prefetching pathfind algorithmssapier
2013-04-05Use the nodebox as selection box if it's not set manuallyDiego Martínez
2013-04-05Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune
Lua API.
2013-04-03Update doc/lua-api.txt0.4.6PilzAdam
2013-03-31Add Ore generation flags, implement ore absolute heightkwolekr
2013-03-29Add different place sound for nodesPilzAdam
2013-03-29New damage system, add damageGroups to ToolCapabilities, bump protocol versionPilzAdam
2013-03-28Fix parameter list of obj:set_attach() and obj:set_bone_position()PilzAdam
2013-03-24Vary ore sheet y position by noisekwolekr
2013-03-24Fix indentation of lua_api.txtPerttu Ahola
2013-03-24Update lua_api.txtkwolekr
2013-03-23Allow spawning particles from the server, from luaJeija
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h