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
/
Items
/
ItemHandler.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-3
/
+3
2014-02-03
Fixed #626
Tiger Wang
1
-10
/
+15
2014-02-02
Changed Signiture of OnUpdate
Tycho
1
-1
/
+4
2014-02-01
Changed pointers to references
Tycho
1
-1
/
+1
2014-01-26
Refactored GetPlacementBlockTypeMeta
Tycho
1
-1
/
+2
2013-12-19
Implented cItemFishingRodHandler.
STRWarrior
1
-0
/
+2
2013-12-18
Implented Nether Wart.
STRWarrior
1
-0
/
+2
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
General fixes [SEE DESC]
Tiger Wang
1
-0
/
+2
2013-09-21
Fixed pickup spawning with inherited gamemode.
madmaxoft
1
-1
/
+1
2013-09-18
Implemented redstone comparators
Tiger Wang
1
-0
/
+2
2013-09-18
Multiple fixes [SEE DESC]
Tiger Wang
1
-14
/
+0
2013-09-14
Fixed empty-handed itemhandler.
madmaxoft
1
-6
/
+6
2013-09-08
Initial boat support
Tiger Wang
1
-0
/
+6
2013-08-30
Basic support for thrown items - eggs, snowballs and ender pearls.
madmaxoft
1
-0
/
+4
2013-08-30
Shooting a bow kinda works.
madmaxoft
1
-7
/
+15
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+1
2013-08-16
Feature and bugfixes [SEE DESC]
Tiger Wang
1
-0
/
+2
2013-08-08
Fixed food handler for mushroom soup - proper food level and saturation are applied and the player receives a wooden bowl back after nomming
James Ravenscroft
1
-0
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-500
/
+500
2013-07-28
Implemented basic eating support.
madmaxoft
1
-6
/
+9
2013-06-20
Updated the stacking (Patch contributed by Stephen304)
madmaxoft@gmail.com
1
-0
/
+16
2013-05-19
Inventory code cleanup, players can now see each other's armor
madmaxoft@gmail.com
1
-4
/
+4
2013-04-05
Added carrots and potatoes handling, bonemealing and proper lighting.
madmaxoft@gmail.com
1
-1
/
+3
2013-03-03
Added missing item types, fixed placing stone walls.
madmaxoft@gmail.com
1
-16
/
+33
2013-02-18
Minecarts can now be placed.
madmaxoft@gmail.com
1
-16
/
+24
2013-02-16
Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.
madmaxoft@gmail.com
1
-10
/
+10
2013-01-27
Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.
madmaxoft@gmail.com
1
-7
/
+7
2013-01-21
Fixed a possible crash on server restart.
madmaxoft@gmail.com
1
-0
/
+1
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-31
/
+19
2012-12-29
Cauldrons and Brewing Stands are now placeable
luksor111@gmail.com
1
-0
/
+4
2012-12-27
Added flower pots
luksor111@gmail.com
1
-0
/
+2
2012-11-15
- Added the "wait" music disc
luksor111@gmail.com
1
-2
/
+2
2012-10-21
Added more item stacking sizes (patch contributed by Hanfer)
madmaxoft@gmail.com
1
-26
/
+65
2012-10-18
Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.
madmaxoft@gmail.com
1
-62
/
+62
2012-10-18
Added basic spawn eggs (patch contributed by Luksor)
madmaxoft@gmail.com
1
-11
/
+9
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-29
Unified folder name-casing
madmaxoft@gmail.com
1
-1
/
+1
2012-09-29
Made beds placeable
faketruth
1
-0
/
+4
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-5
/
+5
2012-09-04
Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.
madmaxoft@gmail.com
1
-0
/
+1
2012-08-23
Fixed Bug #237
lapayo94@gmail.com
1
-0
/
+4
2012-08-14
Added a few more stackable items
madmaxoft@gmail.com
1
-12
/
+25
2012-08-11
Added some stackable items in cItemHandler::GetMaxStackSize()
madmaxoft@gmail.com
1
-0
/
+15
2012-08-11
Added cItemHandler::GetMaxStackSize() with a very basic implementation
madmaxoft@gmail.com
1
-0
/
+16
2012-07-29
Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.
madmaxoft@gmail.com
1
-88
/
+186
2012-07-17
Fixed incompatibility to apples c++ compiler...
lapayo94@gmail.com
1
-1
/
+4
2012-07-17
Simple health regeneration system
lapayo94@gmail.com
1
-10
/
+45
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-2
/
+8
2012-07-16
Changed GetBlockMeta to return NIBBLETYPE instead of char
madmaxoft@gmail.com
1
-1
/
+1
2012-07-16
fixed redstone repeater placement
lapayo94@gmail.com
1
-0
/
+3
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+224