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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-28
/
+28
*
Leather Armor can now be dyed.
Samuel Barney
2015-07-15
1
-0
/
+192
*
Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions
bibo38
2015-07-12
1
-2
/
+2
*
Fixed style
Nounours Heureux
2015-06-07
1
-1
/
+1
*
Cake crafting now give back the bucket
Nounours Heureux
2015-06-07
1
-1
/
+8
*
Fixed crafting recipe matching.
Mattes D
2015-05-31
1
-0
/
+3
*
Made -Weverything an error.
tycho
2015-05-24
1
-2
/
+2
*
Recipes match zero DamageValue strictly.
Mattes D
2015-04-16
1
-2
/
+2
*
Fixed PolishedGranite et al crafting recipes.
Mattes D
2015-04-16
1
-0
/
+1
*
Fixed the CRAFTING_NO_RECIPE hook call.
Mattes D
2014-12-04
1
-1
/
+1
*
Replaced auto_ptr with unique_ptr.
Mattes D
2014-11-27
1
-3
/
+3
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-9
/
+9
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-4
/
+4
*
A better hotfix for CraftingRecipies
Tiger Wang
2014-08-29
1
-1
/
+1
*
Hotfixed recipe.txt loading.
Hownaer
2014-08-29
1
-2
/
+5
*
Fixed Integer pasing warnings in CraftingRecipies.cpp
Tycho
2014-08-13
1
-4
/
+2
*
Fixed type issues in CraftingRecipe.cpp
Tycho
2014-08-13
1
-2
/
+2
*
Fixed forgotten error checking
Tycho
2014-08-13
1
-1
/
+5
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
Style: Normalized spaces after if, for and while.
madmaxoft
2014-07-21
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-3
/
+3
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-4
/
+4
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+1
*
Merge branch 'master' into fixes
Tiger Wang
2014-04-24
1
-5
/
+7
|
\
|
*
Merge pull request #909 from jfhumann/fixes
Mattes D
2014-04-22
1
-4
/
+6
|
|
\
|
|
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-4
/
+6
|
*
|
Fixed a warning in CraftingRecipes.
Mattes D
2014-04-21
1
-1
/
+1
|
|
/
*
/
Small changes
Tiger Wang
2014-04-23
1
-2
/
+2
|
/
*
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
2014-03-12
1
-1
/
+1
*
Fixed a load of format string errors
Tycho
2014-03-11
1
-1
/
+1
*
Fixed test asserts
Tycho
2014-03-10
1
-0
/
+2
*
Moved firework handler to separate function
Tiger Wang
2014-03-09
1
-48
/
+45
*
Fix Linux compile
Tiger Wang
2014-03-09
1
-2
/
+3
*
Implemented ballistic missiles (fireworks)
Tiger Wang
2014-02-27
1
-1
/
+88
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+770