Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -82/+0 | |
Changed effect map to take a pointer of the effect as a result. | |||||
2014-06-17 | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 1 | -5/+5 | |
2014-06-17 | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 1 | -3/+3 | |
Added second AddEntityEffect with a pass-by-value of the class. | |||||
2014-06-17 | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 1 | -15/+12 | |
2014-06-17 | Entity Effect: Separates total duration and ticks of activity | archshift | 1 | -3/+10 | |
Changed HandleEntityEffect to use cEntityEffect's ticks instead of a static counter | |||||
2014-06-17 | Entity effect type: use 'eff' as a prefix instead of 'ef' | archshift | 1 | -24/+24 | |
2014-06-17 | Added splash potion functionality | archshift | 1 | -0/+4 | |
2014-06-17 | Implemented drinkable potions, noeffect entity effect, | archshift | 1 | -0/+1 | |
Clears entity effects on death | |||||
2014-06-17 | EntityEffect: read-only getters, added user and distance modifier fields | archshift | 1 | -5/+25 | |
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-17 | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 1 | -0/+53 | |