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
/
ItemGrid.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-34
/
+34
2014-07-18
Clarified RemoveItem()'s comments.
madmaxoft
1
-1
/
+2
2014-07-18
Added RemoveItem() function to the player inventory.
Howaner
1
-0
/
+3
2014-03-28
Fixed non-virtual destructors warnings.
madmaxoft
1
-22
/
+24
2013-12-22
Fixed signedness warning in cItemGrid.
madmaxoft
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-08-11
Added an AllowEmptyStacks param to cItemGrid::HowManyCanFit().
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-191
/
+191
2013-07-03
Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)
madmaxoft
1
-5
/
+16
2013-06-13
cItemGrid: Added IsSlotEmpty() functions
madmaxoft@gmail.com
1
-0
/
+6
2013-05-26
Fixed cItemGrid API, no more changeable GetSlot().
madmaxoft@gmail.com
1
-5
/
+2
2013-05-26
Clarified documentation on the cItemGrid:RemoveItem() functions
madmaxoft@gmail.com
1
-2
/
+6
2013-05-26
ItemGrid: Added the RemoveOneItem() function
madmaxoft@gmail.com
1
-0
/
+6
2013-05-25
cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems
madmaxoft@gmail.com
1
-0
/
+9
2013-05-24
Slight cleanup in the cInventory / cItemGrid API
madmaxoft@gmail.com
1
-2
/
+14
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-7
/
+59
2013-04-10
ItemGrid: Renamed all Item to Slot - better and consistent naming
madmaxoft@gmail.com
1
-11
/
+11
2013-04-10
Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.
madmaxoft@gmail.com
1
-0
/
+94