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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
General fixes [SEE DESC]
Tiger Wang
1
-15
/
+105
2013-11-15
Switchified If, ElseIf statement
Tiger Wang
1
-11
/
+16
2013-11-14
Fixed arrow bugs
Tiger Wang
1
-24
/
+41
2013-11-12
Bundled fixes [SEE DESC]
Tiger Wang
1
-3
/
+104
2013-11-10
Bundled fixes [SEE DESC]
Tiger Wang
1
-0
/
+3
2013-10-29
Using tabs
tonibm19
1
-2
/
+2
2013-10-28
fixed indentation
tonibm19
1
-1
/
+1
2013-10-28
extra line
tonibm19
1
-0
/
+1
2013-10-28
attempt at fixing indentation
tonibm19
1
-3
/
+2
2013-10-28
Extra line
tonibm19
1
-0
/
+1
2013-10-28
Fixed indentation
tonibm19
1
-5
/
+2
2013-10-28
Added random chicken spawn when throwing an egg
tonibm19
1
-2
/
+13
2013-09-07
Added a (disabled) block logging to projectile path-tracing.
madmaxoft
1
-0
/
+10
2013-09-07
Implemented ghast fireball and firecharge projectiles
madmaxoft
1
-7
/
+102
2013-09-07
Arrows have proper yaw and pitch when shot, and stop when they hit a block.
madmaxoft
1
-7
/
+30
2013-09-03
Implemented exact block hit position.
madmaxoft
1
-21
/
+26
2013-09-03
Arrows deal damage based on their speed.
madmaxoft
1
-4
/
+10
2013-09-02
Projectiles slow down in water and lava.
madmaxoft
1
-3
/
+14
2013-09-02
Projectiles don't collide with their creators.
madmaxoft
1
-2
/
+6
2013-09-01
Arrows deal damage.
madmaxoft
1
-4
/
+123
2013-08-30
Thrown ender pearls now teleport and hurt.
madmaxoft
1
-1
/
+7
2013-08-30
Basic support for thrown items - eggs, snowballs and ender pearls.
madmaxoft
1
-3
/
+88
2013-08-30
Moved throw pos and speed calculation from cProjectileEntity into cPlayer.
madmaxoft
1
-31
/
+1
2013-08-30
Shooting a bow kinda works.
madmaxoft
1
-0
/
+41
2013-08-27
Implemented basic physics for projectiles.
madmaxoft
1
-18
/
+129
2013-08-26
Debug logging for arrows improved
madmaxoft
1
-1
/
+8
2013-08-26
Debug: arrow log their position in each tick
madmaxoft
1
-0
/
+12
2013-08-25
Added a few API accessors to cArrowEntity.
madmaxoft
1
-0
/
+17
2013-08-22
Added a few basic fields to cProjectileEntity and cArrowEntity.
madmaxoft
1
-1
/
+29
2013-08-22
Arrows can spawn on the client.
madmaxoft
1
-1
/
+2
2013-08-22
Added skeleton code for projectile spawning.
madmaxoft
1
-0
/
+79