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
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-2
/
+2
*
Remove old Android leftovers (#4722)
Mat
2020-05-07
1
-1
/
+1
*
Added check for item damage (#4681)
Lukas Pioch
2020-04-19
1
-2
/
+1
*
Ignore whitespace only lines in brewing and furnace recipes (#4332)
peterbell10
2019-06-11
1
-8
/
+6
*
Smelting Gives Experience (#4094)
Alex Sweet
2018-04-11
1
-4
/
+14
*
Add the fmt library (#4065)
peterbell10
2018-01-03
1
-3
/
+3
*
Fixed Clang 5.0 compile errors (#4085)
bibo38
2017-12-21
1
-1
/
+1
*
Minor changes (#3909)
mathiascode
2017-08-24
1
-1
/
+1
*
Use CMake's Android generators to crosscompile
Tiger Wang
2016-12-12
1
-1
/
+5
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-2
/
+2
*
Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions
bibo38
2015-07-12
1
-3
/
+3
*
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