]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_env.cpp
idk
[dragonfireclient.git] / src / script / lua_api / l_env.cpp
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...
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...
2014-12-08 kwolekrAdd flags and lacunarity as new noise parameters
2014-11-14 Craig RobbinsRemove most exceptions from getNode() (and variants)
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-19 sapierMod profiling support
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-04-18 prollerRemove liquid_finite and weather
2014-01-24 ShadowNinjaPass pointed_thing to on_punch and minetest.register_on...
2014-01-11 NovatuxAdd forceloading
2013-12-12 stujones11Make line_of_sight return blocking node position
2013-11-30 ShadowNinjaOptimize table creation
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-24 sapierFix line_of_sight (AGAIN)
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
next