log CastSpellInfo.cpp @ 2471:b61ebbb46ace

age author description
Sun, 17 Aug 2014 20:23:06 +0100 zipi cleaning project part 3
Sun, 17 Aug 2014 17:49:34 +0100 zipi cleaning project part 2
Sun, 20 Jul 2014 22:38:31 +0600 Ritor1 LOD.cpp cleaned and search memory corrupt
Mon, 14 Jul 2014 10:03:44 +0600 Ritor1 included directx 11
Mon, 12 May 2014 01:50:32 +0200 Grumpy7 removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Wed, 09 Apr 2014 21:45:07 +0200 Grumpy7 Finishing moving all known UI functions to their appropriate headers
Sat, 05 Apr 2014 20:27:09 +0200 Grumpy7 Moving some function declarations from unsorted subs to Actor.h and SpriteObject.h
Wed, 02 Apr 2014 23:21:34 +0200 Grumpy7 header file include cleanup
Wed, 02 Apr 2014 21:05:19 +0600 Ritor1 unused local variables I commented
Wed, 02 Apr 2014 01:21:05 +0200 Grumpy7 Moving functions out of mm7_6.cpp into appropriate classes as static methods or free functions
Sun, 16 Mar 2014 20:28:44 +0100 Grumpy7 stru319::DoesDmgTypeDoDamage moved to Actor class
Sun, 16 Mar 2014 19:58:02 +0100 Grumpy7 stru319::GetMagicalResistance renamed to stru319::DoesDmgTypeDoDamage
Fri, 14 Mar 2014 10:47:22 +0600 Ritor1 ActorHasItems
Wed, 26 Feb 2014 23:35:23 +0100 Grumpy7 adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Mon, 24 Feb 2014 16:19:01 +0600 Ritor1 for NextTurn()
Sun, 23 Feb 2014 03:07:46 +0100 Grumpy7 adding int_get_vector_length calls where the calls were inlined
Wed, 19 Feb 2014 22:30:39 +0100 Grumpy7 Merge
Wed, 19 Feb 2014 22:26:10 +0100 Grumpy7 some more pvs warning fixes
Fri, 14 Feb 2014 18:08:30 +0600 Ritor1 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Fri, 31 Jan 2014 17:30:36 +0600 Ritor1 UIMSG_SpellBook_PressTab continue
Thu, 30 Jan 2014 20:13:23 +0600 Ritor1 PLAYER_SKILL_BLASTER
Thu, 30 Jan 2014 17:41:54 +0600 Ritor1 pInventoryItemList->Reset()
Wed, 29 Jan 2014 22:08:04 +0600 Ritor1 CastSpell fix
Wed, 29 Jan 2014 17:26:24 +0600 Ritor1 CastSpell continue
Tue, 28 Jan 2014 22:41:49 +0600 Ritor1 CastSpell continue
Tue, 28 Jan 2014 17:25:58 +0600 Ritor1 CastSpell continue
Mon, 27 Jan 2014 17:33:34 +0600 Ritor1 CastSpell continue
Mon, 27 Jan 2014 00:13:01 +0600 Ritor1 CastSpell continue
Fri, 24 Jan 2014 18:01:51 +0600 Ritor1 SPELL_WATER_RECHARGE_ITEM
Thu, 23 Jan 2014 23:35:10 +0600 Ritor1 CastSpell
Thu, 23 Jan 2014 17:31:12 +0600 Ritor1 _46А6АС_GetActorsInViewport
Thu, 23 Jan 2014 00:18:05 +0600 Ritor1 _427E01_cast_spell continue
Wed, 22 Jan 2014 17:34:05 +0600 Ritor1 _427E01_cast_spell continue
Thu, 09 Jan 2014 17:29:17 +0200 Nomad Render decoupling.
Thu, 09 Jan 2014 14:36:48 +0200 Nomad Render decoupling.
Wed, 04 Dec 2013 00:45:10 +0600 Ritor1 m
Sun, 01 Dec 2013 20:13:48 +0600 Ritor1 AgressorAtackInfo
Thu, 28 Nov 2013 17:12:50 +0600 Ritor1 Time.h rename
Fri, 22 Nov 2013 10:34:22 +0200 Nomad Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Wed, 30 Oct 2013 00:47:37 -0700 Grumpy7 changing most of auto types to their actual types
Sat, 26 Oct 2013 00:54:12 -0700 Grumpy7 fixing bug in starburst casting
Fri, 25 Oct 2013 13:03:08 -0700 Grumpy7 stru319::LootActor(struct Actor *pActor) to Actor::LootActor
Fri, 25 Oct 2013 11:17:25 -0700 Grumpy7 pActorBuffs[12] to pActorBuffs[ACTOR_BUFF_ENSLAVED]
Fri, 25 Oct 2013 11:16:52 -0700 Grumpy7 pActorBuffs[11] to pActorBuffs[ACTOR_BUFF_FATE]
Fri, 25 Oct 2013 11:15:57 -0700 Grumpy7 pActorBuffs[10] to pActorBuffs[ACTOR_BUFF_MASS_DISTORTION]
Fri, 25 Oct 2013 11:15:18 -0700 Grumpy7 pActorBuffs[9] to pActorBuffs[ACTOR_BUFF_BERSERK]
Fri, 25 Oct 2013 11:13:15 -0700 Grumpy7 pActorBuffs[7] to pActorBuffs[ACTOR_BUFF_SLOWED]
Fri, 25 Oct 2013 11:12:18 -0700 Grumpy7 pActorBuffs[4] to pActorBuffs[ACTOR_BUFF_AFRAID]
Fri, 25 Oct 2013 11:09:52 -0700 Grumpy7 pActorBuffs[1] to pActorBuffs[ACTOR_BUFF_CHARM]
Fri, 25 Oct 2013 11:08:34 -0700 Grumpy7 pActorBuffs[6] to pActorBuffs[ACTOR_BUFF_PARALYZED]
Tue, 22 Oct 2013 00:39:04 -0700 Grumpy7 Actor::GetDirectionInfo changed the signature to a less confusing one
Sun, 20 Oct 2013 23:50:19 -0700 Grumpy7 UpdateActorAI getting rid of unnecessary memcpys
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 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
Sun, 06 Oct 2013 09:19:12 +0200 Grumpy7 dword_5B65CC to npcIdToDismissAfterDialogue, Party::field_709 to Party::hirelingScrollPosition
Fri, 27 Sep 2013 10:04:45 +0200 Grumpy7 Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Tue, 24 Sep 2013 07:29:55 +0200 Grumpy7 ITEM_ENCHANTED to ITEM_HARDENED, created helper functions to get params from itemtable for ItemGens
Fri, 20 Sep 2013 10:23:54 +0200 Grumpy7 OnInventoryLeftClick cleanup
Tue, 17 Sep 2013 19:24:23 +0100 zipi fixpoint functions renaming