aboutsummaryrefslogtreecommitdiff
path: root/src/script (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for audio feedback if placing node failedBlockMen2015-11-071-0/+3
* 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-024-16/+102
* Fix Lua scripting synchronizationkwolekr2015-11-013-13/+43
* Fix server crashing on Lua errorsShadowNinja2015-10-314-20/+18
* 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
* Remove some abort() callsest312015-10-261-7/+3
* 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
* Add option to disable backface culling for modelsBlockMen2015-10-251-1/+3
* ABMs: Make catch-up behaviour optionalparamat2015-10-182-4/+13
* Remove wstrgettextest312015-10-181-2/+2
* Fix crash regression when invsize formspec gets usedest312015-10-171-4/+8
* Use warningstream for deprecated field messages and refactor log_deprecatedShadowNinja2015-10-152-40/+30
* Rename macros with two leading underscoresShadowNinja2015-10-141-4/+4
* Refactor loggingShadowNinja2015-10-142-51/+13
* Add new ContentParamType2 "CPT2_DEGROTATE"est312015-10-041-0/+1
* 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-2716-92/+188
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-277-16/+36
* Clean up threadingShadowNinja2015-08-234-65/+42
* 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-1213-41/+167
* Display Lua memory usage at the time of Out-of-Memory errorkwolekr2015-08-102-4/+10
* Improve Script CPP API diagnosticskwolekr2015-08-0516-107/+129
* Fix tiling issues for PLANTLIKE and FIRELIKE with FSAARealBadAngel2015-08-052-7/+11
* Biome API: Make fallback biome stone and water, disable fillerparamat2015-08-031-2/+2
* Add AreaStore data structureest312015-07-275-0/+475
* 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-235-19/+30
* 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