log mm7_3.cpp @ 2405:c4d286e4bb80

age author description
Mon, 23 Jun 2014 23:45:14 +0600 Ritor1 MapsLongTimer.h
Sun, 01 Jun 2014 17:20:22 +0600 Ritor1 Arena dialogue and other
Mon, 12 May 2014 01:55:23 +0200 Grumpy7 removing non-nullptr conditions before deletes
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 22:58:22 +0200 Grumpy7 Moving more functions out of unsorted_subs
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
Sat, 05 Apr 2014 20:14:15 +0200 Grumpy7 LightsStack_StationaryLight_::AddLight moved to LightStack.cpp
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
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
Sat, 15 Feb 2014 16:00:19 +0600 Ritor1 window->GetWidth() continue
Fri, 14 Feb 2014 18:08:30 +0600 Ritor1 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Thu, 06 Feb 2014 17:20:12 +0600 Ritor1 fixpoint_mul
Thu, 06 Feb 2014 00:38:03 +0600 Ritor1 DrawSpriteObjects_ODM() cleaned
Wed, 05 Feb 2014 17:24:38 +0600 Ritor1 _44100D_should_alter_right_panel()
Wed, 05 Feb 2014 00:59:33 +0600 Ritor1 sub_407A1C cleaning continue
Sun, 02 Feb 2014 00:10:40 +0600 Ritor1 draw FlyAction and WaterWalk icons
Fri, 31 Jan 2014 00:37:26 +0100 Grumpy7 Some more PVS error fixing
Thu, 30 Jan 2014 22:09:10 +0100 Grumpy7 sub_47C3D7_get_fog_related_stuff to sub_47C3D7_get_fog_specular cleanup, IsTerrainSlopeTooHigh restoring commented out min,min/max,max implementation, some small changes in OnMapLoad, sub_4465DF_check_season attempted to pick the best readabilty/maintainability tradeoff
Mon, 27 Jan 2014 17:33:34 +0600 Ritor1 CastSpell continue
Fri, 24 Jan 2014 18:01:51 +0600 Ritor1 SPELL_WATER_RECHARGE_ITEM
Thu, 23 Jan 2014 17:31:12 +0600 Ritor1 _46А6АС_GetActorsInViewport
Wed, 22 Jan 2014 17:34:05 +0600 Ritor1 _427E01_cast_spell continue
Tue, 21 Jan 2014 16:37:23 +0600 Ritor1 autosave continue
Fri, 17 Jan 2014 17:58:48 +0600 Ritor1 fixpoint_mul in different functions and others