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