log mm7_4.cpp @ 2455:51d4f38aca6c

age author description
Thu, 24 Jul 2014 18:14:26 +0100 zipi * sudden drop while flying fixed
Tue, 22 Jul 2014 17:43:28 +0600 Ritor1 pIcons_LOD->uNumLoadedFiles = pIcons_LOD->pFacesLock;
Mon, 21 Jul 2014 17:37:03 +0600 Ritor1 misstake in LoadSound
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
Sun, 01 Jun 2014 18:37:09 +0600 Ritor1 add UIArena.cpp and UIArena.h and other
Sun, 01 Jun 2014 17:20:22 +0600 Ritor1 Arena dialogue and other
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
Sun, 06 Apr 2014 21:12:24 +0200 Grumpy7 Moving functions from unsorted_subs.h pt5
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
Thu, 27 Feb 2014 00:36:31 +0100 Grumpy7 simplifying a loop in immolation effect
Thu, 27 Feb 2014 00:30:03 +0100 Grumpy7 _46A89E_immolation_effect moved into Party
Thu, 27 Feb 2014 00:27:58 +0100 Grumpy7 immolation cleaned up a bit
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
Wed, 26 Feb 2014 01:26:22 +0100 Grumpy7 moved MerchandiseTest to ItemGen::MerchandiseTest
Wed, 26 Feb 2014 01:20:07 +0100 Grumpy7 dword_F8B1B0_MasteryBeingTaught adding 2 else ifs
Wed, 26 Feb 2014 01:15:58 +0100 Grumpy7 Merge
Wed, 26 Feb 2014 01:14:18 +0100 Grumpy7 shop stealing cleaned up a bit
Tue, 25 Feb 2014 20:02:06 +0600 Ritor1 for RasterLine2D
Sun, 23 Feb 2014 18:44:01 +0100 Grumpy7 restoring deleted line in mm7_4.cpp
Sun, 23 Feb 2014 18:40:29 +0100 Grumpy7 dword_F8B1B0_MasteryBeingTaught removing redundant case bodies
Sun, 23 Feb 2014 15:54:00 +0100 Grumpy7 dword_F8B1B0 to dword_F8B1B0_MasteryBeingTaught, some final touches to _4B254D_SkillMasteryTeacher
Sun, 23 Feb 2014 15:42:15 +0100 Grumpy7 _4B254D_SkillMasteryTeacher unrolling switches
Sun, 23 Feb 2014 14:12:07 +0100 Grumpy7 _4B254D_SkillMasteryTeacher adding case, removing nested ifs, adding some comments
Sun, 23 Feb 2014 12:55:01 +0100 Grumpy7 _4B254D_SkillMasteryTeacher getting rid of uninitialized var use
Sun, 23 Feb 2014 03:07:46 +0100 Grumpy7 adding int_get_vector_length calls where the calls were inlined
Sat, 22 Feb 2014 19:55:54 +0100 Grumpy7 sub_4B1523_showSpellbookInfo moved to UIShops