]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_env.cpp
Store `MapEditEvent` blocks in a vector (#13071)
[minetest.git] / src / script / lua_api / l_env.cpp
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-12-04 sfan5Expose dtime_s to LBM handler
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-10-13 Jude Melton-HoughtonSpeed up find_nodes_in_area (#12845)
2022-10-09 Jude Melton-HoughtonOptimize lighting calculation (#12797)
2022-10-04 Jude Melton-HoughtonConsolidate API object code (#12728)
2022-06-26 JosiahWIFix two memleak reports from Coverity (#12466)
2022-06-15 sfan5Fix entity related bugs
2022-04-08 ShadowNinjaSpacing fixes
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2021-11-26 sfan5Fix find_nodes_in_area misbehaving with out-of-map...
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-10-13 ZughyFix float argument check in minetest.set_timeofday...
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-07-14 sfan5Implement grouped mode for find_nodes_in_area (#9888)
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-14 sfan5CSM: Bugfixes to camera:get_pos() and camera:get_fov()
2020-04-27 sfan5script: Fix add_entity returning unusable ref if object...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-14 sfan5scriptapi: Some small optimizations to value pushing...
2020-04-11 Loïc BlotReduce ServerEnvironment propagation (#9642)
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 sfan5scriptapi: Sort out ServerEnvironment / Environment...
2020-03-10 sfan5minetest,get_connected_players: Return empty table...
2020-03-05 WuzzyFix pathfinder bugs: returning nil frequently, broken...
2020-03-03 sfan5Fix core.get_player_by_name() returning unusable ObjectRef
2020-03-03 sfan5Fix core.get_connected_players() returning unusable...
2020-02-25 sfan5Fix potential problem with core.get_connected_players()
2020-02-23 sfan5Move core.get_connected_players() implementation to C++
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-11 sfan5Refactor CSM restriction code a bit
2019-11-09 sfan5[CSM] Remove non-functional minetest.get_day_count()
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2018-12-31 HybridDogAdd minetest.load_area (#8023)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-08-16 Dániel JuhászRaycast: export exact pointing location (#6304)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2018-02-21 paramatFind nodes in area (under air): Raise volume limit...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-29 Loïc BlotAdd minetest.bulk_set_node call + optimize Environment...
2017-12-26 Dániel JuhászLine_of_sight: Improve using VoxelLineIterator
2017-11-24 paramatClearobjects: Send progress messages to terminal using...
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-21 DTA7Set placer to nil instead of a non-functional one in...
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-12 KahrlMake INodeDefManager::getIds return a vector, not a set
2017-08-27 youcore.get_objects_inside_radius: Omit removed objects...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-19 SmallJokerfind_nodes_in_area: Extend maximal count to U32_MAX...
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-05-04 red-001Add option to also check the center to `find_node_near...
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-20 Dániel JuhászLight update for map blocks
2017-03-17 Loïc Blot[CSM] Add core.get_timeofday & core.get_day_count env...
2017-03-13 red-001Add `get_wielded_item`
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2016-10-16 RogierEmergeblocks: Fix occasional crash
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-06-04 kwolekrChange internal type for seeds to s32
2016-05-01 est31Pathfinder: Fix style
2016-03-09 Auke KokAdd consistent monotonic day counter - get_day_count()
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-02-11 KahrlAdd '/clearobjects quick'
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-09-23 kwolekrAdd /emergeblocks command and core.emerge_area() Lua API
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-16 kwolekrSEnv: Remove static_exists from ActiveObjects in delete...
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-06-13 TeTpaAkaAdd return list of individual counts to find_node_in_area
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-04-16 Loic BlotUse std::vector instead of std::set for Environment...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-17 Loic BlotSAO work: ActiveObject types & SAO cleanup * Replace...
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
next