aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api
AgeCommit message (Expand)Author
2015-04-19Add 'persistence' alias for Lua noiseparams and validate more vector parameterskwolekr
2015-04-19Biome API: Add biome-specific river waterparamat
2015-04-17Schematics: Fix core.schematic_create()kwolekr
2015-04-17Switch to check_v3s16 in l_mapgen.cpp and l_vmanip.cpp for type safetykwolekr
2015-04-17Refactor around translatePasswordest31
2015-04-16Biomes: Remove referenced biomes from Decorations on clearkwolekr
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2015-04-16Use std::vector instead of std::set for Environment::getObjectsInsideRadiusLoic Blot
2015-04-13Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr
2015-04-08Document for api functions that rely on current_modname, that it doesn't work...est31
2015-04-08Schematics: Prepend mod path to relative schematic filepathskwolekr
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-31ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr
2015-03-31GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr
2015-03-29Fix typoCraig Robbins
2015-03-28Add Lua function get_video_modes() for main menuCraig Robbins
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-24lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat
2015-03-23Add core.register_schematic() and cache schematics on usekwolekr
2015-03-23Fix minetest.get_craft_recipe functionest31
2015-03-22Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot
2015-03-22Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr
2015-03-20Optimize minetest.get_(all)_craft_recipe(s)gregorycu
2015-03-20Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...kwolekr
2015-03-18Fix game minetest.conf default settingsest31
2015-03-18Add a Lua call to do damages / healsLoic Blot
2015-03-13Prepare Protocol v25 init & authentication.Loic Blot
2015-03-11lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-05l_get_modnames: Compare using std::sort instead of a custom function which do...Loic Blot
2015-03-05Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...Loic Blot
2015-03-05Performance improvement: Use std::list instead of std::vector for request_med...Loic Blot
2015-03-04We always know playerSAO when calling SendInventory. Using it instead of sear...Loic Blot
2015-03-04Send Inventory packet on event, don't check it at each AsyncRunStep.Loic Blot
2015-03-03Send Breath packet on event, don't check it at each AsyncRunStepLoic Blot
2015-03-03Send Player HP when setHP (or a setHP caller) is called instead of looping an...Loic Blot
2015-02-27Change find_surface_nodes_in_area to find_nodes_in_area_under_airCraig Robbins
2015-02-27Add find_surface_nodes_in_area LUA call which permit to only get the nodes wh...Loic Blot
2015-02-26Biome API: Re-calculate biome at every surface in a mapchunk columnparamat
2015-02-23Disallow object:remove() if the object is a playerKahrl
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est31
2015-02-18Fix unused (and so, broken) enable_rollback_recording. This option must be re...Loic Blot
2015-02-17SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObje...Loic Blot
2015-02-16Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot
2015-02-12Fix .zip extraction (mod store)ngosang
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2015-01-07Fix direction property of HUDrubenwardy