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