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
/
ArrowEntity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak pickup sound pitch (#4598)
Mat
2020-04-03
1
-1
/
+1
*
Don't remove items twice (#4524)
Mat
2020-03-22
1
-1
/
+1
*
Improvements to knockback (#4504)
Mat
2020-03-19
1
-2
/
+6
*
Prevent arrows from sinking into the ground (#4509)
Mat
2020-03-19
1
-1
/
+1
*
Change outdated air drag value for arrows
Mat
2020-03-19
1
-1
/
+1
*
Play correct sound when entities are hit by arrows (#4481)
Mat
2020-03-04
1
-1
/
+1
*
Moved growing from cWorld / cChunk to cBlockHandler descendants.
Mattes D
2019-10-28
1
-5
/
+4
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
1
-2
/
+2
*
Add a formatting function for Vector3 (#4282)
peterbell10
2018-09-24
1
-3
/
+2
*
Deal with covered switches consistently (#4161)
peterbell10
2018-02-05
1
-4
/
+1
*
Rename cEntity swim states (#3996)
Alexander Harkness
2018-01-14
1
-5
/
+1
*
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
2017-09-19
1
-3
/
+3
*
Changed some int parameters to vector parameters (#3937)
Bond-009
2017-09-07
1
-3
/
+3
*
Added knockback to arrows, fixed knockback enchantment handling (#3900)
Lane Kolbly
2017-08-13
1
-16
/
+2
*
Updated sounds and effect IDs (#3422)
mathiascode
2017-02-15
1
-3
/
+3
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-1
/
+1
*
Entities now bail out of ticks if destroyed (#3363)
LogicParrot
2016-09-03
1
-0
/
+5
*
Fixed RasPi builds of unit tests.
Mattes D
2016-08-04
1
-1
/
+3
*
Improved tamed wolf pack cooperation and projectile reactions
LogicParrot
2016-01-22
1
-1
/
+1
*
Tamed wolf assists owner (attack / defence)
LogicParrot
2016-01-12
1
-6
/
+8
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-5
/
+5
*
Merge branch 'master' into PreventNewWarnings
tycho
2015-05-29
1
-4
/
+5
|
\
|
*
AI - Sane Skeleton
SafwatHalaby
2015-05-28
1
-10
/
+11
*
|
Make -Werror disabling file only
tycho
2015-05-19
1
-2
/
+2
|
/
*
Changed air drag units to 'interpolated ticks' per second
DevToaster
2015-03-31
1
-1
/
+1
*
Modified physics for more vanilla-like behavior
DevToaster
2015-03-31
1
-0
/
+4
*
Fixed trailing whitespace.
Mattes D
2015-03-21
1
-1
/
+1
*
Improved arrow in-flight and block-hit appearance
Tiger Wang
2015-03-20
1
-13
/
+2
*
Converted ArrowEntityTiers to std::chrono
Tycho
2015-01-16
1
-5
/
+5
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-3
/
+3
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-5
/
+9
*
Removed more unessicary includes
Tycho
2014-09-26
1
-1
/
+0
*
Fixed MSVC warning.
madmaxoft
2014-09-01
1
-2
/
+2
*
Protection Enchantments, some fixes
Jaume Aloy
2014-08-21
1
-5
/
+5
*
Fixes
Jaume Aloy
2014-08-19
1
-7
/
+8
*
Added more enchantments and some fixes
Jaume Aloy
2014-08-19
1
-4
/
+18
*
Added some Enchantments
Jaume Aloy
2014-08-19
1
-3
/
+23
*
Basic style fixes.
madmaxoft
2014-07-17
1
-2
/
+2
*
Normalized comments.
madmaxoft
2014-07-17
1
-6
/
+6
*
Maybe improved arrow sinking
Tiger Wang
2014-07-14
1
-2
/
+2
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-3
/
+3
*
Fixed arrow collection animation
Tiger Wang
2014-07-09
1
-21
/
+3
*
Merge pull request #1135 from mc-server/fixes
Tiger Wang
2014-07-09
1
-24
/
+16
|
\
|
*
Eps comparison
Tiger Wang
2014-07-04
1
-1
/
+1
|
*
Suggestions
Tiger Wang
2014-07-02
1
-8
/
+8
|
*
Vector clamping fixes
Tiger Wang
2014-07-01
1
-4
/
+8
|
*
Implemented Vector3<>::Floor()
Tiger Wang
2014-06-30
1
-2
/
+3
|
*
Suggestions
Tiger Wang
2014-06-29
1
-1
/
+3
|
*
Fixed multiple issues with projectiles
Tiger Wang
2014-06-22
1
-24
/
+9
*
|
Merged branch 'howaner/Bow'.
Mattes D
2014-06-26
1
-11
/
+40
|
\
\
|
|
/
|
/
|
|
*
Add comment.
Howaner
2014-06-26
1
-0
/
+1
|
*
GameMode check
Howaner
2014-06-26
1
-1
/
+1
|
*
derp
Howaner
2014-06-17
1
-3
/
+3
|
*
The same: Float, not Double
Howaner
2014-06-17
1
-1
/
+1
|
*
Float, not Double
Howaner
2014-06-17
1
-1
/
+1
|
*
Split Broadcast Sound Effect function call in multiple lines.
Howaner
2014-06-16
1
-2
/
+16
|
*
Fix bow sound and creative arrow pickup.
Howaner
2014-06-16
1
-10
/
+22
|
/
*
Initialise m_HasTeleported in both constructors
worktycho
2014-05-09
1
-0
/
+1
*
Fixed projectile source filenames, indentations
archshift
2014-04-28
1
-0
/
+193