Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated cPawn::KilledBy signature for custom death messages. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -2/+1 |
| | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -8/+2 |
| | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 2014-06-17 | 1 | -9/+2 |
| | |||||
* | Added the OnEntityAddEffect hook. | madmaxoft | 2014-06-17 | 1 | -0/+2 |
| | |||||
* | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 2014-06-17 | 1 | -1/+10 |
| | | | | Added second AddEntityEffect with a pass-by-value of the class. | ||||
* | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 2014-06-17 | 1 | -7/+9 |
| | |||||
* | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+3 |
| | | | | Exported entity effect functions for ToLua and documented them in APIDesc.lua | ||||
* | Implemented drinkable potions, noeffect entity effect, | archshift | 2014-06-17 | 1 | -0/+1 |
| | | | | Clears entity effects on death | ||||
* | Implemented milk, added documentation to Pawn.h | archshift | 2014-06-17 | 1 | -0/+15 |
| | |||||
* | Pawn: Enabled entity effect broadcast, added typedef | archshift | 2014-06-17 | 1 | -1/+2 |
| | | | | Typedef'd std::map<cEntityEffect::eType, cEntityEffect> to tEffectMap | ||||
* | Entity effects: Added handlers for entity effects | archshift | 2014-06-17 | 1 | -0/+2 |
| | | | | | | Implemented hunger, instant health, damage, poison, regen Added "template" entity effect implementations | ||||
* | cPawn: Remove unused m_bBurnable | archshift | 2014-06-17 | 1 | -1/+0 |
| | |||||
* | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 2014-06-17 | 1 | -0/+7 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+28 |