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.cpp
Age
Commit message (
Expand
)
Author
2022-09-30
Fix inconsistent craft replacements (#9250) (#12819)
Wuzzy
2022-09-16
Fix UAF in craft recipes (#12763)
savilli
2022-05-10
Fix cooking and fuel crafts with aliases
Jude Melton-Houghton
2020-04-08
Overall improvements to log messages (#9598)
sfan5
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
2019-03-31
Use unordered_map instead of map for craft definitions (#8432)
HybridDog
2019-01-13
Speed up the craft definition handling (#8097)
Jozef Behran
2018-10-16
Add disable_repair group to prevent tool repair (#7381)
Wuzzy
2017-10-16
Don't try to craft a non-existent item
Esteban I. RM
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-17
Modernize src/c* src/d* and src/e* files (#6263)
Loïc Blot
2017-02-04
Add ItemStack key-value meta storage
rubenwardy
2016-07-05
Adding minetest.clear_craft
Foghrye4
2016-03-19
Clean up Strfnd
ShadowNinja
2015-11-15
Allow craft replacements to use groups
TeTpaAka
2015-08-25
Change i++ to ++i
David Jones
2015-07-04
Fix endless loop since grandparent commit
est31
2015-07-04
Craftdef: Use numbers instead of iterators
est31
2015-07-04
Fix missing check for 0 in craft replacements
TeTpaAka
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-05-08
Fix release build warning
est31
2015-04-26
Remove craftdef serialisation
est31
2015-04-26
Craftdef refactor
est31
2015-04-05
craftdef.cpp: Return 0 after assert to make Clang happy
Loic Blot
2015-04-05
Crafting speedup
est31
2015-03-20
Optimize minetest.get_(all)_craft_recipe(s)
gregorycu
2015-02-10
Craftdef.cpp: Improve loop and mathematics for CraftDefinitionShaped::check
Loic Blot
2015-02-02
Fix getCraftRecipe returing wrong reciep due to way to unspecific output matc...
sapier
2013-08-25
Fix aliases not working in shapeless crafting recipes
Kahrl
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
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-26
Working group-shapeless and multigroup recipes
Perttu Ahola
2012-07-21
Add minetest.get_craft_recipe()
darkrose
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
2012-06-06
Allow groups in crafting recipes
Perttu Ahola
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-03-11
Clean up log messages everywhere
Perttu Ahola
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-02
Add InvRef and InvStack (currently untested and unusable)
Perttu Ahola
2011-11-29
Catch SerializationError in CCraftDefManager::getCraftResult()
Perttu Ahola
2011-11-29
Crafting definition in scripts
Perttu Ahola