index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
lua_api
/
l_internal.h
Age
Commit message (
Expand
)
Author
2022-05-02
Async environment for mods to do concurrent tasks (#11131)
sfan5
2020-11-01
Fix incorrect deprecation hints
SmallJoker
2020-10-31
Fix segfault in deprecation logging due to tail call, log by default (#10174)
rubenwardy
2020-04-11
scriptapi: Sort out ServerEnvironment / Environment distinction properly
sfan5
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-05-06
Use a settings object for the main settings
ShadowNinja
2017-03-17
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
Loïc Blot
2017-01-16
Rename ObjectRef methods to be consistent and predictable
rubenwardy
2015-10-25
SAPI: Mark all Lua API functions requiring envlock
kwolekr
2015-08-18
SAPI: Disable unlockable time profiling
kwolekr
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2013-11-29
Fix modstore/favourites hang by adding asynchronous lua job support
sapier
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl