Mercurial > mm7
log Player.cpp @ 1618:f5b13e6be493
age | author | description |
---|---|---|
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 |
Tue, 10 Sep 2013 04:16:54 +0200 | Grumpy7 | _48EA46_calc_special_bonus_by_items renamed to GetSpecialItemBonus, forgot to commit actor.cpp |