aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* l_mainmenu.h: remove unused l_get_dirlist functionest312015-08-301-2/+0
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-271-7/+5
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-273-6/+6
* SAPI: Disable unlockable time profilingkwolekr2015-08-181-4/+8
* SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr2015-08-161-2/+4
* minimap: Add ability to disable from serverkwolekr2015-08-131-0/+3
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-123-1/+38
* Improve Script CPP API diagnosticskwolekr2015-08-051-4/+6
* Biome API: Make fallback biome stone and water, disable fillerparamat2015-08-031-2/+2
* Add AreaStore data structureest312015-07-274-0/+473
* Fix MSVC number conversion warningSmallJoker2015-07-251-1/+1
* Fix minetest.get_(all)_craft_recipe(s) regressionest312015-07-251-3/+3
* Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot2015-07-251-40/+18
* Optional reconnect functionalityest312015-07-233-11/+17
* Added get_player_velocity() method. Fixes #1176Elia Argentieri2015-07-202-72/+91
* Refactor particle code to remove the while loopsTeTpaAka2015-07-181-87/+78
* Make acc and vel deprecated in add_particle and search for acceleration and v...TeTpaAka2015-07-181-23/+34
* Fix invisible player when the attached entity is removedTeTpaAka2015-07-181-10/+52
* Fix damage flash when damage disabledkwolekr2015-07-101-7/+5
* Use UTF-8 instead of narrowest312015-07-082-2/+2
* Fix bug when craft input isn't replacedTeTpaAka2015-06-221-2/+7
* Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune2015-06-222-5/+10
* Mapgen objects: Enable heatmap and humidmap for all biome api mapgensparamat2015-06-201-8/+13
* Use utf-8 in formspecsIlya Zhuravlev2015-06-131-1/+1