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
/
BlockEntities
/
HopperEntity.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
Fixed compilation in MSVC (forward class definitions).
madmaxoft
1
-0
/
+1
2014-02-24
BlockEntities is warnings free
Tycho
1
-0
/
+2
2014-02-15
Removed debug messages again
Tiger Wang
1
-6
/
+0
2014-02-13
Added proper debug messages
Tiger Wang
1
-3
/
+8
2014-02-13
Fancy stuff with constant references
Tiger Wang
1
-2
/
+2
2014-02-12
Changed inheritance a bit
Tiger Wang
1
-18
/
+35
2014-02-11
Fixed #190
Tiger Wang
1
-2
/
+67
2014-01-16
Removed obsoleted functions
Tiger Wang
1
-2
/
+2
2014-01-06
Fixed a few MSVC warnings.
madmaxoft
1
-1
/
+0
2013-12-20
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
1
-2
/
+2
2013-12-08
Moved bindings-related to a Bindings subfolder.
madmaxoft
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-15
Removed BlockEntities' constructors from the API.
madmaxoft
1
-11
/
+0
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+1
2013-08-11
Added the OnHopperPullingItem and OnHopperPushingItem hooks.
madmaxoft
1
-50
/
+104
2013-08-03
Removed the unused BlockY parameter from cChunkDef::BlockToChunk()
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-523
/
+523
2013-06-20
Furnaces light up visually when they're cooking
madmaxoft@gmail.com
1
-8
/
+10
2013-06-20
Implemented hopper output
madmaxoft@gmail.com
1
-4
/
+211
2013-06-16
Rewritten furnaces
madmaxoft@gmail.com
1
-1
/
+23
2013-06-15
Fixed Linux compilation
madmaxoft@gmail.com
1
-1
/
+2
2013-06-13
Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.
madmaxoft@gmail.com
1
-0
/
+291