]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_env.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / script / lua_api / l_env.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-04-08 ShadowNinjaSpacing fixes
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2021-11-29 Elias FleckensteinMake LuaVoxelManipulator available to CSM API
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-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-30 SmallJokerAdd core.compare_block_status function (#11247)
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-29 Elias FleckensteinAdd minetest.get_objects_in_area (#10668)
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-13 ZughyFix float argument check in minetest.set_timeofday...
2020-10-06 HybridDogAdd minetest.get_artificial_light and minetest.get_natu...
2020-10-04 Elias FleckensteinThe Robot Update
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-08-22 Elias FleckensteinRemoved console output spammed by minetest.find_node_near
2020-08-22 Elias FleckensteinAdded Documentation for Additional API
2020-08-18 Elias Fleckensteinidk 20-08-2020
2020-08-16 Elias FleckensteinImproved World Hacks, added API functions
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
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...
next