index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
CraftingRecipes.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor startup streamlining
Tiger Wang
2013-09-28
1
-2
/
+2
*
Replaced MIN / MAX with std::min and std::max
madmaxoft@gmail.com
2013-05-07
1
-4
/
+4
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-13
/
+13
*
CraftingRecipes parse now dumps lines it cannot parse.
madmaxoft@gmail.com
2012-11-18
1
-0
/
+5
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-2
/
+2
*
Refactored windows.
madmaxoft@gmail.com
2012-09-20
1
-1
/
+1
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-765
/
+765
*
Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTING
madmaxoft@gmail.com
2012-06-12
1
-6
/
+17
*
Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.
madmaxoft@gmail.com
2012-06-12
1
-22
/
+249
*
Fixed a bug in crafting recipes - would consume multiple items of asterisked ingredients (FS #205)
madmaxoft@gmail.com
2012-06-09
1
-18
/
+25
*
Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.
madmaxoft@gmail.com
2012-06-04
1
-0
/
+520