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
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-12
/
+4
2015-06-17
Fixes #2245
Tiger Wang
1
-1
/
+1
2015-05-11
Improved hoppers
Tiger Wang
1
-26
/
+15
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
2014-12-13
Own classes for all windows.
Howaner
1
-0
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-12
/
+12
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-12
/
+12
2014-10-12
convert old style casts to fix warnings
Steven Riehl
1
-35
/
+31
2014-09-30
Removed WSSCompact
Tiger Wang
1
-11
/
+0
2014-09-26
Removed more unessicary includes
Tycho
1
-3
/
+0
2014-08-10
Fixed potential null dereference
Tycho
1
-5
/
+5
2014-07-17
Normalized comments.
madmaxoft
1
-4
/
+4
2014-07-13
Fixed Issue with Comparing agast the wrong chest, potentially causing crashes.
worktycho
1
-7
/
+7
2014-07-12
cHopperEntity: Simplified chest conditions.
madmaxoft
1
-10
/
+4
2014-07-12
Suggestions and bug fix
Tiger Wang
1
-4
/
+13
2014-07-07
Implemented trapped chests & others
Tiger Wang
1
-8
/
+18
2014-06-24
Fixed crashes in HopperEntity.
Mattes D
1
-19
/
+58
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-4
/
+7
2014-03-16
Fixed double to float conversions.
madmaxoft
1
-1
/
+1
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