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
/
Entities
/
ProjectileEntity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed multiple issues with projectiles
Tiger Wang
2014-06-22
1
-27
/
+34
*
Merge pull request #844 from mc-server/ProjectileHitBlock
Mattes D
2014-06-01
1
-2
/
+2
|
\
|
*
Used recommendations
STRWarrior
2014-05-31
1
-2
/
+1
|
*
Using recommendations (I think)
STRWarrior
2014-03-30
1
-1
/
+2
|
*
Added a BlockHitPos parameter to OnProjectileHitBlock
STRWarrior
2014-03-30
1
-2
/
+2
|
*
Added a blockface parameter to the OnProjectileHitBlock hook.
STRWarrior
2014-03-30
1
-1
/
+1
*
|
Fixed projectile source filenames, indentations
archshift
2014-04-28
1
-8
/
+8
*
|
Fixed ToLua errors, added newlines
archshift
2014-04-27
1
-1
/
+1
*
|
Moved cFireworkEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-71
/
+1
*
|
Moved cGhastFireballEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-43
/
+1
*
|
Moved cFireChargeEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-54
/
+2
*
|
Moved cThrownSnowballEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-47
/
+1
*
|
Moved cExpBottleEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-26
/
+1
*
|
Moved cThrownEnderPearl out of ProjectileEntity.h
archshift
2014-04-27
1
-54
/
+1
*
|
Moved cThrownEggEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-58
/
+1
*
|
Moved cArrowEntity out of ProjectileEntity.h
archshift
2014-04-27
1
-192
/
+3
*
|
Creator not user.
archshift
2014-04-25
1
-3
/
+3
*
|
Rename spawn chicken method, Initialize m_HasTeleported.
archshift
2014-04-25
1
-3
/
+4
*
|
Chicken eggs and ender pearls can hit entities.
archshift
2014-04-25
1
-6
/
+56
*
|
Entities handle chunks properly again
Tiger Wang
2014-04-12
1
-1
/
+1
*
|
Removed debugging log from entity physics handling.
madmaxoft
2014-04-05
1
-1
/
+2
|
/
*
Fixed the OnProjectileHitBlock hook not stopping projectiles.
STRWarrior
2014-03-29
1
-1
/
+1
*
Added HOOK_PROJECTILE_HIT_BLOCK.
STRWarrior
2014-03-29
1
-0
/
+5
*
Fixed error when the hook gets called.
STRWarrior
2014-03-29
1
-1
/
+0
*
Added HOOK_PROJECTILE_HIT_ENTITY
STRWarrior
2014-03-29
1
-0
/
+6
*
Merge remote-tracking branch 'origin/SnowBall'
madmaxoft
2014-03-12
1
-2
/
+24
|
\
|
*
TakeDamage now has the cThrownSnowballEntity instead of the creator's object.
STRWarrior
2014-03-11
1
-1
/
+1
|
*
Snowballs now actualy hurt other entities.
STRWarrior
2014-03-11
1
-2
/
+24
*
|
Merge branch 'master' into ballisticmissiles
Tiger Wang
2014-03-09
1
-2
/
+2
|
\
|
|
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-2
/
+2
*
|
Implemented ballistic missiles (fireworks)
Tiger Wang
2014-02-27
1
-40
/
+47
|
/
*
Replace random Float Generation and broadcast the Exp Pickup Sound
Howaner
2014-02-16
1
-3
/
+1
*
Add Exp Bottle Effects
Howaner
2014-02-16
1
-0
/
+3
*
Improved Type safety of eBlockFace
Tycho
2014-02-04
1
-11
/
+11
*
Removed debug message when a firework entity hit a solid block.
STRWarrior
2014-01-29
1
-2
/
+0
*
Bottle o' Enchanting spawns an experience orb.
STRWarrior
2014-01-29
1
-1
/
+2
*
Removed internal cEntity::GetRot() usage.
madmaxoft
2014-01-17
1
-3
/
+3
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-6
/
+6
*
More reordering fixes.
madmaxoft
2013-12-20
1
-2
/
+2
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-2
/
+2
*
Tools make a sound when breaking, fixes #266
Tiger Wang
2013-12-06
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-24
/
+136
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+743