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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made -Weverything an error.
tycho
2015-05-24
1
-3
/
+3
*
C++11 and function rename.
Howaner
2014-12-17
1
-2
/
+1
*
Implemented vanilla-like shift click.
Howaner
2014-12-13
1
-0
/
+17
*
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
-4
/
+4
*
Use std::auto_ptr
Howaner
2014-08-31
1
-6
/
+6
*
Fixed compile warnings.
Howaner
2014-08-31
1
-3
/
+3
*
Rewrited furnace.txt loading.
Howaner
2014-08-31
1
-131
/
+110
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-1
/
+1
*
Fixed spaces around single-line comments.
madmaxoft
2014-07-17
1
-4
/
+4
*
FurnaceRecipe parsing: Fixed whitespace removing.
Mattes D
2014-06-26
1
-1
/
+1
*
Fixed misformed trimming.
Mattes D
2014-06-26
1
-1
/
+1
*
FurnaceRecipe: Moved the parsing into separate functions for clarity.
Mattes D
2014-06-26
1
-60
/
+60
*
FurnaceRecipe parser: Made the parser more forgiving.
Mattes D
2014-06-26
1
-2
/
+2
*
FurnaceRecipe parser: Added an else branch, changed to a switch.
Mattes D
2014-06-26
1
-45
/
+69
*
Merge remote-tracking branch 'origin/furnaceparsing'
Mattes D
2014-06-26
1
-92
/
+148
|
\
|
*
Parenthesised comparison
Tiger Wang
2014-06-23
1
-1
/
+1
|
*
Merge remote-tracking branch 'origin/furnaceparsing' into furnaceparsing
Tiger Wang
2014-06-22
1
-2
/
+2
|
|
\
|
|
*
Fixed compile errors
worktycho
2014-06-22
1
-2
/
+2
|
*
|
Suggestions
Tiger Wang
2014-06-22
1
-6
/
+7
|
|
/
|
*
Suggestions
Tiger Wang
2014-06-22
1
-36
/
+26
|
*
Removed debugging code
Tiger Wang
2014-06-21
1
-1
/
+0
|
*
Rewrote furnace recipe parser
Tiger Wang
2014-06-21
1
-93
/
+159
*
|
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+4
|
/
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+0
*
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
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+255