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
/
Inventory.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-25
/
+25
2015-05-18
Fixes #2052
Tiger Wang
1
-8
/
+2
2015-05-09
CheckBasicStyle: checks spaces around * and &.
Mattes D
1
-1
/
+1
2015-03-19
Removed unwanted base classes from Lua API.
Mattes D
1
-0
/
+2
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-2
/
+2
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-2
/
+2
2014-08-11
Gave names to unnamed enums
archshift
1
-2
/
+2
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
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-07-17
Fixed basic whitespace problems.
madmaxoft
1
-1
/
+1
2014-05-09
Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break.
Howaner
1
-19
/
+22
2014-03-28
Fixed non-virtual destructors warnings.
madmaxoft
1
-0
/
+2
2014-02-17
Map item handler; Fixed several bugs
andrew
1
-0
/
+3
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-05
Removed the obsolete SendWholeInventory(cInventory &) function.
madmaxoft
1
-2
/
+0
2013-07-26
cInventory: Added the ChangeSlotCount() function to the Lua API
madmaxoft@gmail.com
1
-0
/
+6
2013-07-03
Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)
madmaxoft
1
-3
/
+9
2013-05-24
Slight cleanup in the cInventory / cItemGrid API
madmaxoft@gmail.com
1
-2
/
+2
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-47
/
+112
2013-05-19
Fixed linux compilation
madmaxoft@gmail.com
1
-1
/
+1
2013-05-19
Inventory code cleanup, players can now see each other's armor
madmaxoft@gmail.com
1
-11
/
+22
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-13
/
+13
2012-12-21
Extended player inventory by direct r/o access to armor slots
madmaxoft@gmail.com
1
-0
/
+7
2012-10-24
Fixed issues with pickups.
sebi.noreply@gmail.com
1
-0
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-20
Refactored windows.
madmaxoft@gmail.com
1
-23
/
+17
2012-08-29
Gotten completely rid of all cPackets. The cProtocol125 class now does all the parsing and writing by itself.
madmaxoft@gmail.com
1
-2
/
+0
2012-08-24
Monster classes don't use cPackets. Chat messages are sent / broadcast without cPackets. BlockEntities don't use cPackets.
madmaxoft@gmail.com
1
-1
/
+2
2012-08-19
Another handful of packets rewritten.
madmaxoft@gmail.com
1
-3
/
+3
2012-08-18
Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.
madmaxoft@gmail.com
1
-1
/
+1
2012-08-11
Added partial shift+click handling to the survival inventory
madmaxoft@gmail.com
1
-0
/
+7
2012-08-11
Removed a useless include file.
madmaxoft@gmail.com
1
-1
/
+4
2012-08-07
Prepared WindowOwner class hierarchy for minecart with chest.
madmaxoft@gmail.com
1
-0
/
+3
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-82
/
+82
2012-03-19
Basic cWindow thread-safety
madmaxoft@gmail.com
1
-1
/
+10
2012-01-01
CreativeInventory Update
lapayo94@gmail.com
1
-0
/
+2
2012-01-01
- implemented separated inventory for creative mode (cSurvivalInventory and cCreativeInventory)
lapayo94@gmail.com
1
-6
/
+5
2011-10-31
Player data is saved and loaded as human readable JSON now.
faketruth
1
-2
/
+7
2011-10-26
Made several recomended changes. Gamemode is now world based. Need to add it to player.
admin@omencraft.com
1
-1
/
+0
2011-10-26
Added CreateInventoryAction packet for creative mode. Used cPacketEntityEquipment as template. Forced server into Creative Mode. Can't break blocks yet. Player can stil be damaged in creative mode and dying takes you back to survival mode.
admin@omencraft.com
1
-1
/
+2
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+67