Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented drinkable potions, noeffect entity effect, | archshift | 2014-06-17 | 1 | -0/+14 |
| | | | | Clears entity effects on death | ||||
* | Implemented milk, added documentation to Pawn.h | archshift | 2014-06-17 | 1 | -0/+20 |
| | |||||
* | Pawn.cpp: fixed effect iterator BAD_ACCESS | archshift | 2014-06-17 | 1 | -8/+13 |
| | | | | | | Erasure was occurring before the iterator increased, causing a bad access. Solved by storing map pairs in variables and manually updating iterator before erasure. Fixed mix-up in function arguments on food poisoning | ||||
* | Pawn: Enabled entity effect broadcast, added typedef | archshift | 2014-06-17 | 1 | -3/+4 |
| | | | | Typedef'd std::map<cEntityEffect::eType, cEntityEffect> to tEffectMap | ||||
* | Entity effects: Added handlers for entity effects | archshift | 2014-06-17 | 1 | -0/+95 |
| | | | | | | Implemented hunger, instant health, damage, poison, regen Added "template" entity effect implementations | ||||
* | Added iterator on tick to manage entity effect duration | archshift | 2014-06-17 | 1 | -1/+18 |
| | |||||
* | 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/+25 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+19 |