log Player.h @ 2307:c099af734c48

age author description
Sun, 16 Mar 2014 19:11:52 +0100 Grumpy7 stru319::PlayerHitOrMiss moved to Player class, cleaned up a bit, stru319::ActorHitOrMiss moved to Actor class, cleaned up a bit
Tue, 28 Jan 2014 17:25:58 +0600 Ritor1 CastSpell continue
Mon, 27 Jan 2014 00:13:01 +0600 Ritor1 CastSpell continue
Sat, 30 Nov 2013 21:00:37 +0200 Nomad Player.swig
Thu, 14 Nov 2013 17:25:09 +0600 Ritor1 ODM_ProcessPartyActions() continued refactoring
Sat, 19 Oct 2013 08:21:57 +0200 Grumpy7 getting rid of "signed value is out of range for enum constant" errors for Tileset_NULL and PLAYER_SKILL_INVALID
Wed, 09 Oct 2013 09:08:15 +0200 Grumpy7 Changing arrays in class Player to std::array
Wed, 09 Oct 2013 08:06:26 +0200 Grumpy7 Finishing Player.cpp, fixing some bugs
Tue, 08 Oct 2013 07:10:00 +0200 Grumpy7 Player::SubtractVariable changing return val to void, finishing cleanup
Mon, 07 Oct 2013 07:56:07 +0200 Grumpy7 Player::SubtractVariable helper functions
Thu, 03 Oct 2013 08:53:25 +0200 Grumpy7 Player::AddVariable adding helper functions
Thu, 03 Oct 2013 05:56:52 +0200 Grumpy7 Player::SetVariable finishing cleanup
Thu, 03 Oct 2013 05:27:54 +0200 Grumpy7 Player::SetVariable moved most of the conditions into a switch
Wed, 02 Oct 2013 08:51:43 +0200 Grumpy7 Player::SetVariable helper function for award sound
Wed, 25 Sep 2013 17:29:14 +0600 Ritor1 pop-up window in character(paperdill) window, alchemy
Wed, 25 Sep 2013 11:13:16 +0600 Ritor1 Слияние
Wed, 25 Sep 2013 08:59:01 +0600 Ritor1 m
Wed, 25 Sep 2013 07:11:16 +0200 Grumpy7 Item getter functions to reduce the number of ugly array accesses, fixing a bug with Player::setrecoverytime
Sun, 22 Sep 2013 10:44:42 +0200 Grumpy7 Player::ReceiveSpecialAttackEffect finishing cleanup, special attack type enum created
Sat, 21 Sep 2013 18:48:10 +0200 Grumpy7 Player::StealFromShop finishing cleanup
Sat, 21 Sep 2013 12:38:43 +0200 Grumpy7 Player::StealFromShop started cleanup, fixing a few errors caused by not commiting everything
Fri, 20 Sep 2013 10:51:42 +0200 Grumpy7 Fixing a few warnings in Players.cpp
Fri, 20 Sep 2013 10:34:07 +0200 Grumpy7 moving OnInventoryLeftClick to Player::
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 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 04:08:15 +0200 Grumpy7 Player::GetActualResistance cleaned up, some minor changes in Player::Recover, _48EA46_calc_special_bonus_by_items renamed to GetSpecialItemBonus
Tue, 10 Sep 2013 03:25:15 +0200 Grumpy7 Player::GetBaseResistance cleanup, setting default parameter to Player::GetItemsBonus
Sun, 08 Sep 2013 08:01:05 +0200 Grumpy7 Player::GetAttackRecoveryTime removing label, fixing shield skill being ignored, fixing haste being ignored