aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api
AgeCommit message (Expand)Author
2016-01-15Make ItemStack:set_count(0) clear the item stacksfan5
2015-12-15Add option to give every object a nametagBlockMen
2015-12-07Fix threshold typeest31
2015-12-07Mapgen: Add propagate_shadow bool to calcLightingparamat
2015-12-06Fix spelling of noise_thresholdJun Zhang
2015-11-08Add LuaSecureRandomest31
2015-11-06Add server side ncurses terminalest31
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
2015-11-02Add callback parameter for core.emerge_area()kwolekr
2015-10-26SAPI: Fix seed parameter truncation for LuaPseudoRandom constructorkwolekr
2015-10-26SAPI: Move core.get_us_time() to Util modulekwolekr
2015-10-25SAPI: Throw runtime error instead of if l_get_mapgen_object called in incorre...kwolekr
2015-10-25SAPI: Mark all Lua API functions requiring envlockkwolekr
2015-10-26Correct comment in l_util.cppest31
2015-10-18ABMs: Make catch-up behaviour optionalparamat
2015-10-18Remove wstrgettextest31
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Refactor loggingShadowNinja
2015-10-04Allow setting chunksize in core.set_mapgen_paramskwolekr
2015-10-04Hide mapgens from main menu not intended for end userskwolekr
2015-10-04Add emerge completion callback mechanismkwolekr
2015-10-04Define and use limit constants for Irrlicht fixed-width typeskwolekr
2015-10-02Add get_biome_id(biome_name) callbackDuane Robertson
2015-09-23Add /emergeblocks command and core.emerge_area() Lua APIkwolekr
2015-09-19Various style cleanups + unused code removalest31
2015-09-17Ore: Add puff ore typekwolekr
2015-09-13Ore: Add ore sheet column height range selectionkwolekr
2015-09-03Areastore: fix "attempt to index a number value"est31
2015-08-30l_mainmenu.h: remove unused l_get_dirlist functionest31
2015-08-27Push error handler afresh each time lua_pcall is usedKahrl
2015-08-27Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl
2015-08-18SAPI: Disable unlockable time profilingkwolekr
2015-08-16SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr
2015-08-13minimap: Add ability to disable from serverkwolekr
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr
2015-08-05Improve Script CPP API diagnosticskwolekr
2015-08-03Biome API: Make fallback biome stone and water, disable fillerparamat
2015-07-27Add AreaStore data structureest31
2015-07-25Fix MSVC number conversion warningSmallJoker
2015-07-25Fix minetest.get_(all)_craft_recipe(s) regressionest31
2015-07-25Cleanup server addparticle(spawner) by merge two identical functions.Loic Blot
2015-07-23Optional reconnect functionalityest31
2015-07-20Added get_player_velocity() method. Fixes #1176Elia Argentieri
2015-07-18Refactor particle code to remove the while loopsTeTpaAka
2015-07-18Make acc and vel deprecated in add_particle and search for acceleration and v...TeTpaAka
2015-07-18Fix invisible player when the attached entity is removedTeTpaAka
2015-07-10Fix damage flash when damage disabledkwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-06-22Fix some issues with animations, and allow non-looped animations to be definedMirceaKitsune