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
/
src
/
CraftingRecipes.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-28
/
+28
2015-07-15
Leather Armor can now be dyed.
Samuel Barney
1
-0
/
+192
2015-07-12
Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions
bibo38
1
-2
/
+2
2015-06-07
Fixed style
Nounours Heureux
1
-1
/
+1
2015-06-07
Cake crafting now give back the bucket
Nounours Heureux
1
-1
/
+8
2015-05-31
Fixed crafting recipe matching.
Mattes D
1
-0
/
+3
2015-05-24
Made -Weverything an error.
tycho
1
-2
/
+2
2015-04-16
Recipes match zero DamageValue strictly.
Mattes D
1
-2
/
+2
2015-04-16
Fixed PolishedGranite et al crafting recipes.
Mattes D
1
-0
/
+1
2014-12-04
Fixed the CRAFTING_NO_RECIPE hook call.
Mattes D
1
-1
/
+1
2014-11-27
Replaced auto_ptr with unique_ptr.
Mattes D
1
-3
/
+3
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-9
/
+9
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-9
/
+9
2014-10-15
Functions in cPluginManager get references instead of pointers.
Mattes D
1
-4
/
+4
2014-08-29
A better hotfix for CraftingRecipies
Tiger Wang
1
-1
/
+1
2014-08-29
Hotfixed recipe.txt loading.
Hownaer
1
-2
/
+5
2014-08-13
Fixed Integer pasing warnings in CraftingRecipies.cpp
Tycho
1
-4
/
+2
2014-08-13
Fixed type issues in CraftingRecipe.cpp
Tycho
1
-2
/
+2
2014-08-13
Fixed forgotten error checking
Tycho
1
-1
/
+5
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
2014-07-21
Style: Normalized spaces after if, for and while.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-3
/
+3
2014-07-17
Fixed spaces around single-line comments.
madmaxoft
1
-1
/
+1
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-4
/
+4
2014-06-19
Nullify deleted pointers.
archshift
1
-0
/
+1
2014-04-23
Small changes
Tiger Wang
1
-2
/
+2
2014-04-21
Fixed a warning in CraftingRecipes.
Mattes D
1
-1
/
+1
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-4
/
+6
2014-03-12
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
1
-1
/
+1
2014-03-11
Fixed a load of format string errors
Tycho
1
-1
/
+1
2014-03-10
Fixed test asserts
Tycho
1
-0
/
+2
2014-03-09
Moved firework handler to separate function
Tiger Wang
1
-48
/
+45
2014-03-09
Fix Linux compile
Tiger Wang
1
-2
/
+3
2014-02-27
Implemented ballistic missiles (fireworks)
Tiger Wang
1
-1
/
+88
2013-12-08
Moved bindings-related to a Bindings subfolder.
madmaxoft
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-09-28
Minor startup streamlining
Tiger Wang
1
-2
/
+2
2013-05-07
Replaced MIN / MAX with std::min and std::max
madmaxoft@gmail.com
1
-4
/
+4
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-13
/
+13
2012-11-18
CraftingRecipes parse now dumps lines it cannot parse.
madmaxoft@gmail.com
1
-0
/
+5
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-09-20
Refactored windows.
madmaxoft@gmail.com
1
-1
/
+1
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-765
/
+765
2012-06-12
Added working crafting hooks HOOK_PRE_CRAFTING, HOOK_CRAFTING_NO_RECIPE and HOOK_POST_CRAFTING
madmaxoft@gmail.com
1
-6
/
+17
2012-06-12
Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether.
madmaxoft@gmail.com
1
-22
/
+249
2012-06-09
Fixed a bug in crafting recipes - would consume multiple items of asterisked ingredients (FS #205)
madmaxoft@gmail.com
1
-18
/
+25
2012-06-04
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
1
-0
/
+520