Mercurial > mm7
log Player.cpp @ 1617:8e3c6d7631f1
age | author | description |
---|---|---|
Sat, 14 Sep 2013 06:56:05 +0200 | Grumpy7 | Player::GetRace cleaned up + removed a few unused vars |
Sat, 14 Sep 2013 06:46:12 +0200 | Grumpy7 | Player::GetMagicalBonus cleaned up, identified a few player only effect spells used in mm6 |
Sat, 14 Sep 2013 06:04:18 +0200 | Grumpy7 | Moved enchantment attribute bonus list to items.cpp/h, created static function that create the enchantments + helper functions to get the enchantment strength, moved the whole logic of Player::GetItemsBonus to a case |
Thu, 12 Sep 2013 09:53:41 +0200 | Grumpy7 | started extracting enchantment effects to a helper class |