Mercurial > mm7
log Player.cpp @ 1619:eceabd56f399
age | author | description |
---|---|---|
Sat, 14 Sep 2013 19:09:44 +0200 | Grumpy7 | Player::EquipBody cleaned up |
Sat, 14 Sep 2013 07:21:56 +0200 | Grumpy7 | Player::UseItem_DrinkPotion_etc some minor edits(brace indentation, a few warnings), commented out 2 sections which never get used |
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 |
Tue, 10 Sep 2013 08:31:04 +0200 | Grumpy7 | Player::GetItemsBonus removed majority of labels |