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
/
craftdef.h
Age
Commit message (
Expand
)
Author
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2019-12-07
Clean up craft replacements docs
Paul Ouellette
2019-08-10
Fix some issues with minetest.clear_craft (#8712)
Paul Ouellette
2019-07-27
Prefix RecipePriority elements with PRIORITY_
Paul Ouellette
2019-07-27
Initialize priority in CraftDefinition constructors
Paul Ouellette
2019-05-20
Prioritise craft recipes
HybridDog
2019-05-20
Test crafting hash type only once for a recipe
HybridDog
2017-08-17
Modernize src/c* src/d* and src/e* files (#6263)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-16
C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...
Loïc Blot
2017-04-19
Fix various copy instead of const ref reported by cppcheck (#5615)
Loïc Blot
2016-07-05
Adding minetest.clear_craft
Foghrye4
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-04-26
Remove craftdef serialisation
est31
2015-04-05
Crafting speedup
est31
2015-03-20
Optimize minetest.get_(all)_craft_recipe(s)
gregorycu
2013-03-05
Added method to get all registered recipes for item(node)
RealBadAngel
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-07-21
Add minetest.get_craft_recipe()
darkrose
2012-06-06
Allow replacements in cooking and fuel recipes
Kahrl
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2011-11-29
Crafting definition in scripts
Perttu Ahola