log Player.cpp @ 1683:96d567a7d15f

age author description
Fri, 20 Sep 2013 10:34:07 +0200 Grumpy7 moving OnInventoryLeftClick to Player::
Fri, 20 Sep 2013 10:23:54 +0200 Grumpy7 OnInventoryLeftClick cleanup
Thu, 19 Sep 2013 08:26:28 +0200 Grumpy7 DamagePlayerFromMonster reducing variable scope
Wed, 18 Sep 2013 10:22:16 +0200 Grumpy7 DamagePlayerFromMonster continuing cleanup, part 3
Wed, 18 Sep 2013 09:06:28 +0200 Grumpy7 DamagePlayerFromMonster continuing cleanup, part 2
Wed, 18 Sep 2013 06:30:53 +0200 Grumpy7 DamagePlayerFromMonster continuing cleanup
Tue, 17 Sep 2013 07:30:41 +0200 Grumpy7 DamagePlayerFromMonster starting cleanup
Sun, 15 Sep 2013 03:08:12 +0200 Grumpy7 _43ED6F_check_party_races to IsDwarfPresentInParty
Sun, 15 Sep 2013 02:20:06 +0200 Grumpy7 sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
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