summaryrefslogtreecommitdiffstats
path: root/src/Entities/EntityEffects.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-19EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift1-31/+0
Changed effect map to take a pointer of the effect as a result.
2014-06-17Entity effects: changed User to Creator, removed pawn pass-by-valuearchshift1-3/+3
2014-06-17Entity Effect: Separates total duration and ticks of activityarchshift1-3/+5
Changed HandleEntityEffect to use cEntityEffect's ticks instead of a static counter
2014-06-17EntityEffect: read-only getters, added user and distance modifier fieldsarchshift1-5/+9
User: the pawn that uses or produces the entity effect (drinks/throws a potion) Distance modifier: the potency modifier from splash potion effectivity radius
2014-06-17Moved Effects.h to EntityEffects.h, added initial implarchshift1-0/+25