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
/
SplashPotionEntity.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-4
/
+4
*
Add enum for Sound and Particle Effects
Dave Tucker
2015-11-24
1
-1
/
+2
*
Unified the doxy-comment format.
Mattes D
2015-07-31
1
-1
/
+5
*
Fix comments
tycho
2015-05-28
1
-5
/
+6
*
Made -Weverything an error.
tycho
2015-05-24
1
-3
/
+8
*
SplashPotionEntity: Use `const cItem &` instead of a cItem
archshift
2014-07-26
1
-1
/
+1
*
Fixed indentations, removed redundant init code in SplashPotionEntity.cpp
archshift
2014-07-26
1
-3
/
+0
*
Moved potion static functions to EntityEffect to create splash potions through world
archshift
2014-07-26
1
-6
/
+10
*
Line tracer invalid chunk fix
Tiger Wang
2014-07-20
1
-6
/
+7
*
Added destroy-timer system to splash potion entities
archshift
2014-07-20
1
-3
/
+4
*
Merge pull request #1223 from mc-server/fixes
Mattes D
2014-07-19
1
-4
/
+1
|
\
|
*
Fixed clamping issues
archshift
2014-07-19
1
-4
/
+1
*
|
Splash potions: Renamed PotionParticleType to PotionColor for clarity
archshift
2014-07-19
1
-4
/
+4
*
|
Fixed splash potion color on toss
archshift
2014-07-19
1
-0
/
+14
|
/
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Fixed 3 MSVC warnings in SplashPotionEntity.
madmaxoft
2014-07-17
1
-1
/
+1
*
Restructured cSplashPotionEntity code.
madmaxoft
2014-07-15
1
-38
/
+69
*
For now, removed creator member from Entity Effect for pointer safety
archshift
2014-07-12
1
-1
/
+1
*
EntityEffects.x -> EntityEffect.x, Object-Oriented effects
archshift
2014-06-19
1
-1
/
+1
*
Entity effects: changed User to Creator, removed pawn pass-by-value
archshift
2014-06-17
1
-1
/
+1
*
Entity Effects: Clarified user, added it to AddEntityEffect
archshift
2014-06-17
1
-5
/
+3
*
Changed the AddEntityEffect() params for easier calls.
madmaxoft
2014-06-17
1
-7
/
+12
*
Cave spider now poisons its victim, added IsPawn function to Entity
archshift
2014-06-17
1
-1
/
+1
*
Applies splash potion effects to mobs as well as players
archshift
2014-06-17
1
-6
/
+9
*
Added splash potion functionality
archshift
2014-06-17
1
-6
/
+52
*
Added classes for splash potions and wither skulls
archshift
2014-06-17
1
-0
/
+37