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
/
EntityEffect.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix potential destruction crashes (#5095)
Tiger Wang
2021-01-02
1
-1
/
+1
*
Using Super.
Mattes D
2020-04-16
1
-46
/
+92
*
Implement invisibility effect
peterbell10
2017-08-03
1
-1
/
+7
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-36
/
+36
*
Added slowness effect and added entity support.
Howaner
2014-08-30
1
-0
/
+4
*
Added speed entity effect.
Hownaer
2014-08-28
1
-0
/
+4
*
Fixed a ToLua warning - operator = not supported.
madmaxoft
2014-08-03
1
-1
/
+1
*
Fixed indentations, removed redundant init code in SplashPotionEntity.cpp
archshift
2014-07-26
1
-2
/
+1
*
Moved potion static functions to EntityEffect to create splash potions through world
archshift
2014-07-26
1
-0
/
+19
*
Removed redundant semicolons and re-added warning
archshift
2014-07-24
1
-1
/
+1
*
Restructured cSplashPotionEntity code.
madmaxoft
2014-07-15
1
-5
/
+14
*
Only the cEntityEffect::effXXX constants are Lua-exported.
madmaxoft
2014-07-15
1
-71
/
+100
*
Readability and clarity changes
archshift
2014-07-14
1
-1
/
+1
*
EntityEffect: Inlined functions, added explicit copy constructor and operator.
archshift
2014-07-14
1
-3
/
+11
*
Changed separating comment style from asterisks to slashes.
archshift
2014-07-14
1
-69
/
+69
*
For now, removed creator member from Entity Effect for pointer safety
archshift
2014-07-12
1
-56
/
+48
*
EntityEffects.x -> EntityEffect.x, Object-Oriented effects
archshift
2014-06-19
1
-0
/
+438