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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
Enable some more clang-tidy linter checks (#4738)
peterbell10
1
-2
/
+2
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-1
/
+79
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-0
/
+21
2018-01-05
Improved fishing rewards (#4120)
Bond-009
1
-1
/
+3
2018-01-03
Add the fmt library (#4065)
peterbell10
1
-4
/
+4
2017-08-24
Minor changes (#3909)
mathiascode
1
-1
/
+1
2017-08-18
Represent cItem::m_Lore as an AStringVector (#3882)
peterbell10
1
-2
/
+11
2017-07-28
Added anvil enchantment handling. (#3857)
Lane Kolbly
1
-3
/
+196
2017-07-02
Added armor durability reduction when player is attacked.
Lane Kolbly
1
-0
/
+20
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-14
/
+12
2015-11-23
change from single followable item to multiple
Gargaj
1
-0
/
+30
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-1
/
+0
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-15
/
+15
2015-07-15
Leather Armor can now be dyed.
Samuel Barney
1
-0
/
+19
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-08-28
Fixed bad values in the IsEnchantable() method.
Hownaer
1
-4
/
+16
2014-08-28
Fixed crashes and use std::swap.
Hownaer
1
-16
/
+20
2014-08-28
Enchanting table improvements.
Hownaer
1
-20
/
+12
2014-07-23
Fix item durability.
Howaner
1
-23
/
+23
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-3
/
+3
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-07-17
Fixed basic whitespace problems.
madmaxoft
1
-1
/
+13
2014-06-24
Fix pickup combining over the maximum stack size.
Howaner
1
-1
/
+1
2014-05-07
Change m_RepairCost to int.
Howaner
1
-1
/
+1
2014-05-07
Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.
Howaner
1
-0
/
+4
2014-04-21
Replaced X.size() with X.empty(), where applicable.
madmaxoft
1
-3
/
+3
2014-04-21
Fixed enchanting return values.
Mattes D
1
-3
/
+3
2014-04-19
Fixed Code (2)
daniel0916
1
-97
/
+93
2014-04-19
Fixed Code
daniel0916
1
-72
/
+94
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-3
/
+0
2014-04-18
Fixed Errors
daniel0916
1
-4
/
+3
2014-04-17
Fixed some Errors (not all)
daniel0916
1
-7
/
+2
2014-04-17
Modified many things
daniel0916
1
-0
/
+141
2014-04-12
Added complete Enchanting System
daniel0916
1
-106
/
+0
2014-03-12
Added additional macros to support the MSVC size_t format and changed all formats to use the macros
Tycho
1
-4
/
+4
2014-03-11
Fixed a load of format string errors
Tycho
1
-4
/
+4
2014-02-27
Implemented ballistic missiles (fireworks)
Tiger Wang
1
-1
/
+21
2014-01-31
Some updates for enchanting (2)
daniel0916
1
-0
/
+106
2014-01-16
Removed CustomCopy()
Tiger Wang
1
-19
/
+0
2014-01-16
Possibly did what xoft wanted
Tiger Wang
1
-0
/
+19
2014-01-15
Implemented custom names and lore
Tiger Wang
1
-22
/
+10
2014-01-06
Fixed a few MSVC warnings.
madmaxoft
1
-1
/
+1
2013-11-27
Fixed VC2008 compilation, normalized include paths.
madmaxoft
1
-1
/
+1
2013-11-26
Another
Alexander Harkness
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-10
Added cItem::GetMaxStackSize()
madmaxoft
1
-0
/
+9
2013-11-02
Multiple fixes
Tiger Wang
1
-0
/
+1
2013-06-16
cItem: Added useful utility functions
madmaxoft@gmail.com
1
-0
/
+34
2013-06-04
Fixed cItem::IsStackableWith()
madmaxoft@gmail.com
1
-1
/
+8
2013-06-02
Enchantments are now stored in Anvil world and in player inventory
madmaxoft@gmail.com
1
-4
/
+15
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-1
/
+1
2013-05-19
Inventory code cleanup, players can now see each other's armor
madmaxoft@gmail.com
1
-2
/
+2
2013-05-12
cItems: Added runtime bounds-checking to avoid server crashes with badly written plugins.
madmaxoft@gmail.com
1
-0
/
+59
2013-04-11
Fixed a bit of coding style and function names in cItem
madmaxoft@gmail.com
1
-0
/
+56
2013-04-10
Dispensers rewritten to use ItemGrid
madmaxoft@gmail.com
1
-0
/
+11
2013-04-10
Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.
madmaxoft@gmail.com
1
-0
/
+15
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-6
/
+6
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-9
/
+16
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-51
/
+51
2012-05-28
Chests and Furnaces are now saved properly into Anvil scheme.
madmaxoft@gmail.com
1
-1
/
+1
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
-0
/
+7
2011-12-28
- implemented the fire simulation in native c++ (cFireSimulator)
lapayo94@gmail.com
1
-1
/
+1
2011-12-21
- Crafting fixed in 1.0.0
lapayo94@gmail.com
1
-0
/
+22
2011-10-31
Player data is saved and loaded as human readable JSON now.
faketruth
1
-0
/
+22