aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_env.cpp
AgeCommit message (Expand)Author
2022-04-08Spacing fixesShadowNinja
2021-09-10Clean up/improve some scriptapi error handling codesfan5
2021-07-09Add API for mods to hook liquid transformation events (#11405)Warr1024
2021-06-20Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)sfence
2020-04-08Overall improvements to log messages (#9598)sfan5
2019-07-27Check for 'action' field in ABMs & LBMsSmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-04-01LINT: add clang-tidy step (#6295)Loïc Blot
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-12Make INodeDefManager::getIds return a vector, not a setKahrl
2017-01-15Added lua tracebacks to some errors where you have been blind to what… (#5043)sapier
2016-10-16Emergeblocks: Fix occasional crashRogier
2016-03-07s_env.{cpp, h} cleanupsest31
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2015-11-02Add callback parameter for core.emerge_area()kwolekr
2015-10-18ABMs: Make catch-up behaviour optionalparamat
2015-08-12SAPI: Track last executed mod and include in error messageskwolekr
2014-12-29Expose mapgen parameters on scripting initkwolekr
2014-12-14Expose mapgen chunksize in on_mapgen_init callbackskwolekr
2014-10-07Fix object reference pushing functions when called from coroutinesShadowNinja
2014-08-21Don't call a player event without having player to do a event forsapier
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Fix heart + bubble bar size on different texture packssapier
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-03Fix crash when a error occurs in a globalstep callbackShadowNinja
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-27Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr
2013-05-25Move scriptapi to separate folder (by sapier)sapier