log mm7_5.cpp @ 2088:6c0dbff26f5d

age author description
Tue, 03 Dec 2013 20:18:17 +0200 Nomad 32bits almost there
Sun, 01 Dec 2013 23:43:03 +0600 Ritor1 AttackerInfo, MerchandiseTest
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, 06 Nov 2013 13:06:02 +0000 zipi signed fixes
Tue, 05 Nov 2013 21:55:52 +0000 zipi constructor functions
Wed, 30 Oct 2013 00:47:37 -0700 Grumpy7 changing most of auto types to their actual types
Mon, 28 Oct 2013 22:16:42 -0700 Grumpy7 Fixing players not getting damaged by projectiles
Sat, 26 Oct 2013 00:41:13 -0700 Grumpy7 stru319::_4273BB moved to Actor::_4273BB, renamed to _4273BB_DoesHitOtherActor
Fri, 25 Oct 2013 11:19:41 -0700 Grumpy7 pActorBuffs[15] to pActorBuffs[ACTOR_BUFF_SHIELD]
Fri, 25 Oct 2013 11:11:31 -0700 Grumpy7 pActorBuffs[3] to pActorBuffs[ACTOR_BUFF_SHRINK]
Fri, 25 Oct 2013 11:08:34 -0700 Grumpy7 pActorBuffs[6] to pActorBuffs[ACTOR_BUFF_PARALYZED]
Fri, 25 Oct 2013 11:07:52 -0700 Grumpy7 pActorBuffs[5] to pActorBuffs[ACTOR_BUFF_STONED]
Wed, 23 Oct 2013 15:37:17 +0200 Nomad MSVS 2012 project file & some compilation warning fixes
Tue, 22 Oct 2013 23:42:46 +0600 Ritor1 LoadGame slots error fix
Tue, 22 Oct 2013 22:04:25 +0600 Ritor1 GameUI_MsgProc() movement
Tue, 22 Oct 2013 15:52:01 +0600 Ritor1 which_player_to_attack rename and cleaning
Thu, 17 Oct 2013 09:00:11 +0200 Grumpy7 Actor::_43B3E0_CalcDamage changed to non-static
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: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
Mon, 30 Sep 2013 17:29:27 +0600 Ritor1 UITransition.cpp cleaning(continue)
Wed, 25 Sep 2013 17:29:14 +0600 Ritor1 pop-up window in character(paperdill) window, alchemy
Wed, 25 Sep 2013 12:54:27 +0600 Ritor1 m
Wed, 25 Sep 2013 12:22:32 +0600 Ritor1 m
Tue, 24 Sep 2013 07:29:55 +0200 Grumpy7 ITEM_ENCHANTED to ITEM_HARDENED, created helper functions to get params from itemtable for ItemGens
Sun, 22 Sep 2013 10:51:08 +0200 Grumpy7 Merge
Sun, 22 Sep 2013 03:12:11 +0200 Grumpy7 Player::StealFromActor cleanup, renamed UIMSG_1B to UIMSG_STEALFROMACTOR
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:34:07 +0200 Grumpy7 moving OnInventoryLeftClick to Player::
Fri, 20 Sep 2013 10:23:54 +0200 Grumpy7 OnInventoryLeftClick cleanup
Fri, 20 Sep 2013 14:31:42 +0600 Ritor1 PlayerCreationUI_Draw()
Thu, 19 Sep 2013 17:58:56 +0600 Ritor1 GameMenuUI_DrawKeyBindings() and GameMenuUI_DrawVideoOptions() cleared
Tue, 17 Sep 2013 19:24:23 +0100 zipi fixpoint functions renaming
Tue, 17 Sep 2013 14:10:41 +0200 Nomad class OutdoorCamera -> ODMRenderParams
Sat, 14 Sep 2013 22:43:45 +0100 zipi mul <> sub0 difference
Sat, 14 Sep 2013 22:02:56 +0100 zipi AI visibility issue temporarily fixed
Sun, 15 Sep 2013 00:46:00 +0600 Ritor1 m
Tue, 10 Sep 2013 18:43:52 +0200 Nomad OnInventoryItemRightClick logic restored
Tue, 10 Sep 2013 12:54:07 +0200 Nomad More OnInventoryItemRightClick (not finished)
Mon, 09 Sep 2013 20:09:01 +0200 Nomad OnInventoryItemRightClick
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:24:16 +0200 yoctozepto Fixed #62
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.
Mon, 02 Sep 2013 12:46:32 +0200 yoctozepto Cleanup of VectorTypes.
Fri, 30 Aug 2013 22:23:54 +0100 zipi player detection partly working
Wed, 28 Aug 2013 18:43:07 +0200 Nomad * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Mon, 26 Aug 2013 21:41:27 +0100 zipi typo
Mon, 26 Aug 2013 21:40:29 +0100 zipi sub_4077F1 cleaned, and fixed previous mistake in cleaning
Mon, 26 Aug 2013 20:59:51 +0100 zipi sub_4075DB cleaned
Mon, 26 Aug 2013 18:49:17 +0100 zipi minor fix
Wed, 21 Aug 2013 16:06:50 +0200 Nomad Function names
Wed, 21 Aug 2013 14:26:36 +0200 Nomad ModalWindow
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