summaryrefslogtreecommitdiffstats
path: root/src/Entities/EntityEffect.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-03Implement invisibility effectpeterbell101-1/+7
2016-02-05Bulk clearing of whitespaceLogicParrot1-36/+36
2014-08-30Added slowness effect and added entity support.Howaner1-0/+4
2014-08-28Added speed entity effect.Hownaer1-0/+4
2014-08-03Fixed a ToLua warning - operator = not supported.madmaxoft1-1/+1
2014-07-26Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift1-2/+1
2014-07-26Moved potion static functions to EntityEffect to create splash potions through worldarchshift1-0/+19
2014-07-24Removed redundant semicolons and re-added warningarchshift1-1/+1
2014-07-15Restructured cSplashPotionEntity code.madmaxoft1-5/+14
2014-07-15Only the cEntityEffect::effXXX constants are Lua-exported.madmaxoft1-71/+100
2014-07-14Readability and clarity changesarchshift1-1/+1
2014-07-14EntityEffect: Inlined functions, added explicit copy constructor and operator.archshift1-3/+11
2014-07-14Changed separating comment style from asterisks to slashes.archshift1-69/+69
2014-07-12For now, removed creator member from Entity Effect for pointer safetyarchshift1-56/+48
2014-06-19EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift1-0/+438