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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added an AllowEmptyStacks param to cItemGrid::HowManyCanFit().
madmaxoft
2013-08-11
1
-1
/
+1
*
Changed everyting to Unix line endings.
Alexander Harkness
2013-07-29
1
-191
/
+191
*
Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)
madmaxoft
2013-07-03
1
-5
/
+16
*
cItemGrid: Added IsSlotEmpty() functions
madmaxoft@gmail.com
2013-06-13
1
-0
/
+6
*
Fixed cItemGrid API, no more changeable GetSlot().
madmaxoft@gmail.com
2013-05-26
1
-5
/
+2
*
Clarified documentation on the cItemGrid:RemoveItem() functions
madmaxoft@gmail.com
2013-05-26
1
-2
/
+6
*
ItemGrid: Added the RemoveOneItem() function
madmaxoft@gmail.com
2013-05-26
1
-0
/
+6
*
cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems
madmaxoft@gmail.com
2013-05-25
1
-0
/
+9
*
Slight cleanup in the cInventory / cItemGrid API
madmaxoft@gmail.com
2013-05-24
1
-2
/
+14
*
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
2013-05-24
1
-7
/
+59
*
ItemGrid: Renamed all Item to Slot - better and consistent naming
madmaxoft@gmail.com
2013-04-10
1
-11
/
+11
*
Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.
madmaxoft@gmail.com
2013-04-10
1
-0
/
+94