log CastSpellInfo.cpp @ 2209:3664342f5d93

age author description
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
Tue, 10 Sep 2013 08:31:04 +0200 Grumpy7 Player::GetItemsBonus removed majority of labels
Sun, 08 Sep 2013 05:22:33 +0200 Grumpy7 Player::ReceiveDamage, very small edits; prepended "Is" to item functions returning bool values (broken, indetified, stolen)
Sat, 07 Sep 2013 23:06:13 +0200 Grumpy7 Changed the new Assert macro definition slightly, Party::AddItem (for some reason in players.cpp) renamed to Party::AddItemToParty, cleaned up; some unused variables in previous functions removed
Wed, 04 Sep 2013 16:00:15 +0200 yoctozepto Clean CastSpellInfo. (2)
Wed, 04 Sep 2013 14:34:59 +0200 yoctozepto Clean CastSpellInfo. (1)
Tue, 03 Sep 2013 15:09:07 +0200 yoctozepto Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
Wed, 28 Aug 2013 18:43:07 +0200 Nomad * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Wed, 21 Aug 2013 16:06:50 +0200 Nomad Function names
Fri, 09 Aug 2013 17:30:33 +0600 Ritor1 DrawPaperdoll cleaning
Wed, 07 Aug 2013 08:55:34 +0400 Gloval more renaming TE
Tue, 06 Aug 2013 00:56:33 +0400 Gloval Merge
Tue, 06 Aug 2013 00:52:46 +0400 Gloval some turn engine renaming
Fri, 02 Aug 2013 13:48:57 +0600 Ritor1 LloydBeacons
Thu, 01 Aug 2013 17:51:16 +0600 Ritor1 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Sun, 28 Jul 2013 19:07:12 +0100 zipi more label cleaning 3
Fri, 26 Jul 2013 21:16:51 +0200 Nomad Highlighted locations with "using uninitialized variable" warning.
Fri, 26 Jul 2013 18:11:36 +0600 Ritor1 FindSound
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 00:42:50 +0200 Grumpy7 Condition checking functions slightly renamed, some final changes in Player::SetCondition