log Party.cpp @ 2229:10c909eb6766

age author description
Fri, 31 Jan 2014 00:37:26 +0100 Grumpy7 Some more PVS error fixing
Wed, 29 Jan 2014 17:26:24 +0600 Ritor1 CastSpell continue
Tue, 28 Jan 2014 17:25:58 +0600 Ritor1 CastSpell continue
Mon, 13 Jan 2014 14:31:25 +0600 Ritor1 uDefaultPartyHeight = 192
Thu, 09 Jan 2014 14:36:48 +0200 Nomad Render decoupling.
Thu, 09 Jan 2014 02:34:20 +0200 Nomad Some Render decoupling.
Mon, 02 Dec 2013 20:42:46 +0600 Ritor1 small fix
Mon, 02 Dec 2013 19:51:19 +0600 Ritor1 _494035_timed_effects__water_walking_damage__etc()
Thu, 28 Nov 2013 17:12:50 +0600 Ritor1 Time.h rename
Sat, 16 Nov 2013 00:02:24 +0600 Ritor1 substract item and AddItem for Alexis fix
Sun, 03 Nov 2013 01:19:07 -0800 Grumpy7 char picking up item off by one fixed
Wed, 30 Oct 2013 00:47:37 -0700 Grumpy7 changing most of auto types to their actual types
Sun, 20 Oct 2013 23:12:09 -0700 Grumpy7 Fixing a small bug in Party::AddItemToParty + removing unreachable return
Wed, 16 Oct 2013 03:23:03 +0200 Grumpy7 changed some memsets to fills in player.cpp, party.cpp and changing to sizeof(varName)
Mon, 14 Oct 2013 06:32:30 +0200 Grumpy7 changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Fri, 11 Oct 2013 10:12:24 +0200 Grumpy7 zeroing number of deaths
Fri, 11 Oct 2013 09:20:52 +0200 Grumpy7 adding some member value zeroing to Party::Reset
Fri, 11 Oct 2013 07:29:14 +0200 Grumpy7 sub_421B2C_PlaceInInventory_or_DropPickedItem to Party::sub_421B2C_PlaceInInventory_or_DropPickedItem
Fri, 11 Oct 2013 07:04:19 +0200 Grumpy7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Fri, 11 Oct 2013 05:49:39 +0200 Grumpy7 cleaned up part of party.cpp, renamed byte_AE3368 to playerAlreadyPicked + 3 vars after it, moved them to party.cpp, some player.cpp bugfixes
Wed, 09 Oct 2013 09:08:15 +0200 Grumpy7 Changing arrays in class Player to std::array
Sun, 06 Oct 2013 09:19:12 +0200 Grumpy7 dword_5B65CC to npcIdToDismissAfterDialogue, Party::field_709 to Party::hirelingScrollPosition
Mon, 30 Sep 2013 05:48:32 +0200 Grumpy7 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Tue, 24 Sep 2013 07:29:55 +0200 Grumpy7 ITEM_ENCHANTED to ITEM_HARDENED, created helper functions to get params from itemtable for ItemGens
Wed, 18 Sep 2013 10:22:16 +0200 Grumpy7 DamagePlayerFromMonster continuing cleanup, part 3
Sat, 07 Sep 2013 21:55:02 +0200 Nomad stru141 & misc cleaning
Sat, 07 Sep 2013 20:05:20 +0200 Nomad assert, Abortf, AbortWithError -> Assert, Error
Wed, 04 Sep 2013 20:30:49 +0200 yoctozepto Style :-)
Wed, 04 Sep 2013 20:30:05 +0200 yoctozepto Oopsie :-)
Wed, 04 Sep 2013 20:24:16 +0200 yoctozepto Fixed #62
Wed, 21 Aug 2013 16:06:50 +0200 Nomad Function names
Wed, 21 Aug 2013 14:26:36 +0200 Nomad ModalWindow
Wed, 31 Jul 2013 13:27:23 +0200 Nomad uninitialized Party::walk_sound_timer leads to crash
Mon, 22 Jul 2013 15:23:43 +0600 Ritor1 RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Mon, 22 Jul 2013 14:49:12 +0600 Ritor1 ClearTextureList
Thu, 18 Jul 2013 17:29:20 +0200 Nomad Research on #62
Tue, 16 Jul 2013 20:51:29 +0200 Grumpy7 changed a few member variables in Player to slightly less confusing names
Mon, 15 Jul 2013 02:14:39 +0200 Grumpy7 Fixing an ancient bug in sub_421B2C_PlaceInInventory_or_DropPickedItem
Sun, 14 Jul 2013 23:22:43 +0200 Grumpy7 Moved condition checking to a separate class, extracted it from player::SetCondition
Sat, 13 Jul 2013 17:13:45 +0200 Grumpy7 _449B57_test_bit(pParty->_quest_bits, 99) and _449B57_test_bit(pParty->_quest_bits, 100) changed to Party::IsPartyGood, Party::IsPartyEvil, respectively
Sat, 06 Jul 2013 00:29:29 +0400 Gloval turnengine refactoring continue
Mon, 24 Jun 2013 23:55:02 +0400 Gloval autonotes and quest tables overflow fixed
Wed, 19 Jun 2013 17:06:58 +0600 Ritor1 moving files mm7_x ending
Tue, 18 Jun 2013 17:28:11 +0600 Ritor1 moving files continue
Mon, 17 Jun 2013 17:34:01 +0600 Ritor1 moving files
Sun, 09 Jun 2013 00:30:48 +0200 Grumpy7 arrays to std::arrays phase 2 - mm7_data.h converted
Sat, 08 Jun 2013 21:33:22 +0200 Grumpy7 arrays to std::arrays phase 1
Tue, 04 Jun 2013 18:29:35 +0200 Grumpy7 pPartyBuffs - change plain numbers to enums
Tue, 04 Jun 2013 03:21:21 +0200 Grumpy7 temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Fri, 24 May 2013 20:57:11 +0100 zipi pointer cleaning
Thu, 23 May 2013 20:51:27 +0100 zipi some AI cleaning
Wed, 22 May 2013 14:12:51 +0200 Nomad 004C1EE5 & other stuff
Sun, 19 May 2013 20:38:49 +0400 Gloval comtinue player cleaning
Wed, 01 May 2013 12:45:02 +0200 Nomad stru279 removed.
Mon, 22 Apr 2013 17:34:36 +0600 Ritor1 Rings
Sun, 31 Mar 2013 12:39:29 +0100 zipi * AI function renames
Sun, 31 Mar 2013 10:44:43 +0100 zipi * AI fixed (temporary)
Wed, 27 Mar 2013 00:27:38 +0200 Nomad Massive refactors of spells + PID (packed id) macros introduced.
Sun, 24 Mar 2013 21:14:28 +0200 Nomad Taveling by foot fixed.
Sat, 23 Mar 2013 20:22:51 +0200 Nomad days_played_without_rest