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
clang-format-codebase
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
/
source
/
Entities
/
ProjectileEntity.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
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
They can be thrown, but they don't do anything on impact. Also they don't save to nor load from MCA.
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
The arrow is released, but sometimes hits wrong blocks or disappears completely.
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