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_craft.cpp
Age
Commit message (
Expand
)
Author
2022-05-02
Async environment for mods to do concurrent tasks (#11131)
sfan5
2022-05-02
Refactor some Lua API functions in preparation for async env
sfan5
2019-08-10
Fix some issues with minetest.clear_craft (#8712)
Paul Ouellette
2018-10-24
clear_craft: Return false if recipe not found, don't throw error (#7804)
Paramat
2018-06-30
Modernize lua read (part 2 & 3): C++ templating assurance (#7410)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-04-25
Fix various points reported by cppcheck (#5656)
Loïc Blot
2016-08-18
Script API: Make the craft recipe field 'method' consistent
SmallJoker
2016-07-05
Adding minetest.clear_craft
Foghrye4
2015-07-25
Fix minetest.get_(all)_craft_recipe(s) regression
est31
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-03-23
Fix minetest.get_craft_recipe function
est31
2015-03-20
Optimize minetest.get_(all)_craft_recipe(s)
gregorycu
2014-03-15
Remove lua_State parameter from LuaError::LuaError
ShadowNinja
2014-03-15
Revert "Make sure we get a stacktrace for as many lua errors as possible"
ShadowNinja
2014-03-15
Make sure we get a stacktrace for as many lua errors as possible
Sfan5
2013-12-21
Bugfix to get_all_craft_recipes.
RealBadAngel
2013-12-18
Handle LuaErrors in Lua -> C++ calls on LuaJIT
ShadowNinja
2013-11-30
Optimize table creation
ShadowNinja
2013-11-15
Pass a errfunc to lua_pcall to get a traceback
ShadowNinja
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier