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
/
ItemGrid.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-11
Added an AllowEmptyStacks param to cItemGrid::HowManyCanFit().
madmaxoft
1
-2
/
+5
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-662
/
+662
2013-07-26
cItemGrid: ChangeSlotCount() now returns -1 if invalid SlotNum
madmaxoft@gmail.com
1
-2
/
+2
2013-07-03
Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)
madmaxoft
1
-12
/
+40
2013-06-13
Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.
madmaxoft@gmail.com
1
-3
/
+7
2013-06-13
cItemGrid: Added IsSlotEmpty() functions
madmaxoft@gmail.com
1
-0
/
+25
2013-06-04
ItemGrid: fixed changing item count when ToRemove == CurrentCount
madmaxoft@gmail.com
1
-1
/
+1
2013-05-26
Fixed cItemGrid API, no more changeable GetSlot().
madmaxoft@gmail.com
1
-25
/
+0
2013-05-26
ItemGrid: Added the RemoveOneItem() function
madmaxoft@gmail.com
1
-0
/
+47
2013-05-25
cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems
madmaxoft@gmail.com
1
-0
/
+41
2013-05-24
Slight cleanup in the cInventory / cItemGrid API
madmaxoft@gmail.com
1
-0
/
+18
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-14
/
+189
2013-04-10
ItemGrid: Renamed all Item to Slot - better and consistent naming
madmaxoft@gmail.com
1
-40
/
+40
2013-04-10
Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.
madmaxoft@gmail.com
1
-0
/
+349