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
/
DropSpenserEntity.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-29
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
1
-22
/
+20
2018-07-27
cWorld: Manually bind deprecated broadcast functions (#4265)
peterbell10
1
-1
/
+1
2018-05-02
Prefer static_cast to reinterpret_cast (#4223)
peterbell10
1
-1
/
+1
2017-09-19
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
1
-2
/
+2
2017-06-16
BlockEntities: Support cloning self.
Mattes D
1
-2
/
+14
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-1
/
+1
2017-06-05
Fixes problems with windows:
Lukas Pioch
1
-1
/
+1
2017-02-15
Updated sounds and effect IDs (#3422)
mathiascode
1
-2
/
+2
2016-06-15
- Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.
QUSpilPrgm
1
-3
/
+3
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-6
/
+6
2015-12-18
Reorganised the redstone simulator
Tiger Wang
1
-15
/
+1
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-1
/
+2
2015-11-24
Add enum for Sound and Particle Effects
Dave Tucker
1
-7
/
+8
2015-07-12
Fixed DropSpenser sound #2333
mmdk95
1
-2
/
+2
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
-9
/
+13
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-3
/
+3
2014-10-12
convert old style casts to fix warnings
Steven Riehl
1
-11
/
+7
2014-09-30
Removed WSSCompact
Tiger Wang
1
-48
/
+0
2014-09-26
Removed more unessicary includes
Tycho
1
-1
/
+0
2014-09-13
Implemented Chest Minecarts
Tiger Wang
1
-1
/
+0
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-4
/
+4
2014-07-15
Fixed a DropSpenser AddFace bug
Tiger Wang
1
-1
/
+1
2014-02-24
BlockEntities is warnings free
Tycho
1
-0
/
+1
2014-02-12
Removed some unneeded BroadcastWholeWindow()s
Tiger Wang
1
-7
/
+0
2013-11-28
Moved json includes to where they are really needed.
madmaxoft
1
-0
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
1
-1
/
+1
2013-11-02
Fixed dropspensing speed and position
Tiger Wang
1
-1
/
+22
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-245
/
+245
2013-06-12
Implemented the Hopper block handler
madmaxoft@gmail.com
1
-10
/
+10
2013-05-30
Window contents are sent whenever the window is opened by a player.
madmaxoft@gmail.com
1
-1
/
+0
2013-05-28
Moved BlockEntities to a separate folder
madmaxoft@gmail.com
1
-2
/
+2
2013-05-28
Block entities now receive the cChunk param in their Tick() function
madmaxoft@gmail.com
1
-16
/
+13
2013-05-27
DropSpensers: Fixed activation when receiving redstone signal. Now only one item is dropspensed.
madmaxoft@gmail.com
1
-1
/
+15
2013-05-26
Fixed cItemGrid API, no more changeable GetSlot().
madmaxoft@gmail.com
1
-1
/
+24
2013-05-26
Implemented droppers
madmaxoft@gmail.com
1
-0
/
+212