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
/
Item.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unified the doxy-comment format.
Mattes D
2015-07-31
1
-1
/
+0
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-15
/
+15
*
Leather Armor can now be dyed.
Samuel Barney
2015-07-15
1
-0
/
+19
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Fixed bad values in the IsEnchantable() method.
Hownaer
2014-08-28
1
-4
/
+16
*
Fixed crashes and use std::swap.
Hownaer
2014-08-28
1
-16
/
+20
*
Enchanting table improvements.
Hownaer
2014-08-28
1
-20
/
+12
*
Fix item durability.
Howaner
2014-07-23
1
-23
/
+23
*
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
2014-07-21
1
-3
/
+3
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-1
/
+13
*
Fix pickup combining over the maximum stack size.
Howaner
2014-06-24
1
-1
/
+1
*
Change m_RepairCost to int.
Howaner
2014-05-07
1
-1
/
+1
*
Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.
Howaner
2014-05-07
1
-0
/
+4
*
Merge pull request #909 from jfhumann/fixes
Mattes D
2014-04-22
1
-3
/
+0
|
\
|
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-3
/
+0
*
|
Replaced X.size() with X.empty(), where applicable.
madmaxoft
2014-04-21
1
-3
/
+3
*
|
Fixed enchanting return values.
Mattes D
2014-04-21
1
-3
/
+3
*
|
Fixed Code (2)
daniel0916
2014-04-19
1
-97
/
+93
*
|
Fixed Code
daniel0916
2014-04-19
1
-72
/
+94
*
|
Fixed Errors
daniel0916
2014-04-18
1
-4
/
+3
*
|
Fixed some Errors (not all)
daniel0916
2014-04-17
1
-7
/
+2
*
|
Modified many things
daniel0916
2014-04-17
1
-0
/
+141
*
|
Added complete Enchanting System
daniel0916
2014-04-12
1
-106
/
+0
*
|
Merge remote-tracking branch 'upstream/master' into Enchanting
daniel0916
2014-04-07
1
-5
/
+25
|
\
|
|
*
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
2014-03-12
1
-4
/
+4
|
*
Fixed a load of format string errors
Tycho
2014-03-11
1
-4
/
+4
|
*
Implemented ballistic missiles (fireworks)
Tiger Wang
2014-02-27
1
-1
/
+21
*
|
Some updates for enchanting (2)
daniel0916
2014-01-31
1
-0
/
+106
|
/
*
Removed CustomCopy()
Tiger Wang
2014-01-16
1
-19
/
+0
*
Possibly did what xoft wanted
Tiger Wang
2014-01-16
1
-0
/
+19
*
Implemented custom names and lore
Tiger Wang
2014-01-15
1
-22
/
+10
*
Fixed a few MSVC warnings.
madmaxoft
2014-01-06
1
-1
/
+1
*
Fixed VC2008 compilation, normalized include paths.
madmaxoft
2013-11-27
1
-1
/
+1
*
Another
Alexander Harkness
2013-11-26
1
-1
/
+1
*
Attempt to fix compilation
Tiger Wang
2013-11-24
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+261