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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-4
/
+4
2013-12-22
merged in warnings changes
Tycho Bickerstaff
1
-1
/
+7
2013-12-22
converted commneted paramater names to the unused macro
Tycho Bickerstaff
1
-1
/
+7
2013-12-21
Root is now warnings clean
Tycho Bickerstaff
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-08-30
Shooting a bow kinda works.
madmaxoft
1
-3
/
+6
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-96
/
+96
2013-07-28
Implemented basic eating support.
madmaxoft
1
-8
/
+9
2013-05-19
Inventory code cleanup, players can now see each other's armor
madmaxoft@gmail.com
1
-3
/
+3
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
-1
/
+1
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-22
/
+34
2012-11-15
- Added the "wait" music disc
luksor111@gmail.com
1
-1
/
+1
2012-10-18
Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.
madmaxoft@gmail.com
1
-7
/
+7
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
-0
/
+0
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-0
/
+0
2012-08-22
Added a documentation for block and item handlers
lapayo94@gmail.com
1
-1
/
+12
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 cItemHandler::GetMaxStackSize() with a very basic implementation
madmaxoft@gmail.com
1
-0
/
+12
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
-1
/
+1
2012-07-17
Simple health regeneration system
lapayo94@gmail.com
1
-2
/
+17
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-1
/
+1
2012-07-16
Fixed a copypasta error in previous commit
madmaxoft@gmail.com
1
-1
/
+1
2012-07-16
Changed GetBlockMeta to return NIBBLETYPE instead of char
madmaxoft@gmail.com
1
-1
/
+1
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+45