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
/
source
/
items
/
Item.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.
madmaxoft@gmail.com
2012-09-04
1
-0
/
+1
*
Fixed Bug #237
lapayo94@gmail.com
2012-08-23
1
-0
/
+4
*
Added a few more stackable items
madmaxoft@gmail.com
2012-08-14
1
-12
/
+25
*
Added some stackable items in cItemHandler::GetMaxStackSize()
madmaxoft@gmail.com
2012-08-11
1
-0
/
+15
*
Added cItemHandler::GetMaxStackSize() with a very basic implementation
madmaxoft@gmail.com
2012-08-11
1
-0
/
+16
*
Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.
madmaxoft@gmail.com
2012-07-29
1
-88
/
+186
*
Fixed incompatibility to apples c++ compiler...
lapayo94@gmail.com
2012-07-17
1
-1
/
+4
*
Simple health regeneration system
lapayo94@gmail.com
2012-07-17
1
-10
/
+45
*
Some code improvements
lapayo94@gmail.com
2012-07-16
1
-2
/
+8
*
Changed GetBlockMeta to return NIBBLETYPE instead of char
madmaxoft@gmail.com
2012-07-16
1
-1
/
+1
*
fixed redstone repeater placement
lapayo94@gmail.com
2012-07-16
1
-0
/
+3
*
A new Block handling system :o
lapayo94@gmail.com
2012-07-15
1
-0
/
+224