aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix MgStoneType and BiomeType enum nameskwolekr2016-05-271-6/+6
* Move biome calculation to BiomeGenkwolekr2016-05-271-6/+10
* Pathfinder: Fix styleest312016-05-011-5/+5
* Add option to not send pre v25 init packetest312016-03-151-1/+3
* Much better API for auth.{cpp, h}est312016-03-151-1/+1
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-092-0/+13
* Add AreaStore custom ID APIShadowNinja2016-03-071-1/+4
* Implement AreaStore serializationShadowNinja2016-03-072-18/+23
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-071-8/+1
* Move AreaStore to utilShadowNinja2016-03-073-9/+7
* Simplify AreaStore ID managementShadowNinja2016-03-071-14/+3
* Add minetest.register_lbm() to run code on block load onlyest312016-03-072-0/+58
* Use LuaErrors in security check macrosShadowNinja2016-03-071-2/+1
* Require minetest.request_http_api to be called from the mod's main scopeJeija2016-03-031-2/+19
* Fix main menu being unable to set secure settingsShadowNinja2016-03-031-3/+4
* Fix minetest.request_insecure_environment() always returning nilJeija2016-02-261-2/+3
* Add Lua interface to HTTPFetchRequestJeija2016-02-223-0/+227
* Ignore spaces in secure.trusted_mods settingJeija2016-02-191-0/+2
* Require request_insecure_environment to be called from the mod's main scopeShadowNinja2016-02-191-5/+27
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-112-1/+1
* Add '/clearobjects quick'Kahrl2016-02-112-2/+18
* Don't print whole json data buffer to errorstream on errorest312016-01-281-2/+8
* Make ItemStack:set_count(0) clear the item stacksfan52016-01-151-1/+1
* Add option to give every object a nametagBlockMen2015-12-151-41/+55
* Fix threshold typeest312015-12-071-3/+3
* Mapgen: Add propagate_shadow bool to calcLightingparamat2015-12-071-1/+2
* Fix spelling of noise_thresholdJun Zhang2015-12-061-1/+10
* Add LuaSecureRandomest312015-11-082-0/+148
* Add server side ncurses terminalest312015-11-063-1/+16
* Schematics: Add core.place_schematic_on_vmanip APIkwolekr2015-11-052-2/+49
* Add callback parameter for core.emerge_area()kwolekr2015-11-022-7/+51
* SAPI: Fix seed parameter truncation for LuaPseudoRandom constructorkwolekr2015-10-261-3/+3
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-264-12/+15
* SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...kwolekr2015-10-251-1/+1
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-2513-37/+141
* Correct comment in l_util.cppest312015-10-261-1/+3
* ABMs: Make catch-up behaviour optionalparamat2015-10-181-2/+8
* Remove wstrgettextest312015-10-181-2/+2
* Rename macros with two leading underscoresShadowNinja2015-10-141-4/+4
* Refactor loggingShadowNinja2015-10-142-51/+13
* Allow setting chunksize in core.set_mapgen_paramskwolekr2015-10-041-1/+9
* Hide mapgens from main menu not intended for end userskwolekr2015-10-041-1/+1
* Add emerge completion callback mechanismkwolekr2015-10-041-23/+22
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-042-2/+2
* Add get_biome_id(biome_name) callbackDuane Robertson2015-10-022-0/+29
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-232-0/+28
* Various style cleanups + unused code removalest312015-09-191-1/+2
* Ore: Add puff ore typekwolekr2015-09-171-15/+38
* Ore: Add ore sheet column height range selectionkwolekr2015-09-131-1/+12
* Areastore: fix "attempt to index a number value"est312015-09-031-0/+1