aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_env.cpp
AgeCommit message (Expand)Author
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-04-08Spacing fixesShadowNinja
2022-04-07Disentangle map implementations (#12148)Jude Melton-Houghton
2021-11-29Make LuaVoxelManipulator available to CSM APIElias Fleckenstein
2021-11-26Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)sfan5
2021-10-25Fix item duplication if player dies during interact callback (alternative) (#...sfan5
2021-09-19Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-05-30Add core.compare_block_status function (#11247)SmallJoker
2021-05-30script: Replace calls to depreated luaL_openlibsfan5
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-29Add minetest.get_objects_in_area (#10668)Elias Fleckenstein
2020-11-28Merged MinetestElias Fleckenstein
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-10-13Fix float argument check in minetest.set_timeofday() (#10483)Zughy
2020-10-06Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog
2020-10-04The Robot UpdateElias Fleckenstein
2020-09-16Clean up server-side translations, remove global variable (#10075)rubenwardy
2020-08-22Removed console output spammed by minetest.find_node_nearElias Fleckenstein
2020-08-22Added Documentation for Additional APIElias Fleckenstein
2020-08-18idk20-08-2020Elias Fleckenstein
2020-08-16Improved World Hacks, added API functionsElias Fleckenstein
2020-07-14Implement grouped mode for find_nodes_in_area (#9888)sfan5
2020-05-19Rework functionality of leveled nodes (#9852)Wuzzy
2020-05-14CSM: Bugfixes to camera:get_pos() and camera:get_fov()sfan5
2020-04-27script: Fix add_entity returning unusable ref if object deleted in on_activatesfan5
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-16Optimize get_objects_inside_radius calls (#9671)Loïc Blot
2020-04-14scriptapi: Some small optimizations to value pushing (#9669)sfan5
2020-04-11Reduce ServerEnvironment propagation (#9642)Loïc Blot
2020-04-11Drop content_sao.{cpp,h}Loic Blot
2020-04-11Move PlayerSAO to dedicated filesLoic Blot
2020-04-11scriptapi: Sort out ServerEnvironment / Environment distinction properlysfan5
2020-03-10minetest,get_connected_players: Return empty table at load time (#9493)sfan5
2020-03-05Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid ...Wuzzy
2020-03-03Fix core.get_player_by_name() returning unusable ObjectRefsfan5
2020-03-03Fix core.get_connected_players() returning unusable ObjectRefssfan5
2020-02-25Fix potential problem with core.get_connected_players()sfan5
2020-02-23Move core.get_connected_players() implementation to C++sfan5
2019-11-11[CSM] Expose more env functionssfan5
2019-11-11Refactor CSM restriction code a bitsfan5
2019-11-09[CSM] Remove non-functional minetest.get_day_count()sfan5
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2018-12-31Add minetest.load_area (#8023)HybridDog
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-08-16Raycast: export exact pointing location (#6304)Dániel Juhász
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-06-26Rename CSM flavours to restrictionsSmallJoker
2018-06-04Modernize lua read (part 1): C++ templating insurance (#7394)Loïc Blot