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
/
FurnaceRecipe.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
FurnaceRecipe parsing: Fixed whitespace removing.
Mattes D
1
-1
/
+1
2014-06-26
Fixed misformed trimming.
Mattes D
1
-1
/
+1
2014-06-26
FurnaceRecipe: Moved the parsing into separate functions for clarity.
Mattes D
1
-60
/
+60
2014-06-26
FurnaceRecipe parser: Made the parser more forgiving.
Mattes D
1
-2
/
+2
2014-06-26
FurnaceRecipe parser: Added an else branch, changed to a switch.
Mattes D
1
-45
/
+69
2014-06-23
Parenthesised comparison
Tiger Wang
1
-1
/
+1
2014-06-22
Suggestions
Tiger Wang
1
-6
/
+7
2014-06-22
Fixed compile errors
worktycho
1
-2
/
+2
2014-06-22
Suggestions
Tiger Wang
1
-36
/
+26
2014-06-21
Removed debugging code
Tiger Wang
1
-1
/
+0
2014-06-21
Rewrote furnace recipe parser
Tiger Wang
1
-93
/
+159
2014-06-19
Nullify deleted pointers.
archshift
1
-0
/
+4
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-1
/
+0
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
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-09-28
Minor startup streamlining
Tiger Wang
1
-2
/
+2
2013-06-16
Rewritten furnaces
madmaxoft@gmail.com
1
-25
/
+39
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-2
/
+2
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-240
/
+240
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
-2
/
+27
2012-01-29
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
1
-1
/
+3
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+214