Sun, 20 Jul 2014 22:38:31 +0600 |
Ritor1 |
LOD.cpp cleaned and search memory corrupt
|
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
|
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, 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
|
Tue, 28 Jan 2014 17:25:58 +0600 |
Ritor1 |
CastSpell continue
|
Thu, 09 Jan 2014 02:34:20 +0200 |
Nomad |
Some Render decoupling.
|
Wed, 06 Nov 2013 13:06:02 +0000 |
zipi |
signed fixes
|
Wed, 30 Oct 2013 00:47:37 -0700 |
Grumpy7 |
changing most of auto types to their actual types
|
Sun, 22 Sep 2013 10:44:42 +0200 |
Grumpy7 |
Player::ReceiveSpecialAttackEffect finishing cleanup, special attack type enum created
|
Sun, 22 Sep 2013 10:04:00 +0200 |
Grumpy7 |
Player::_48DCF6 renamed to Player::ReceiveSpecialAttackEffect, some case reordering, fixing getting only disease3 instead of disease1 and ignoring disease2 and 3, uSpecialAttack to uSpecialAttackType, uSpecialAttackType to uSpecialAttackLevel
|
Tue, 10 Sep 2013 21:07:07 +0200 |
Nomad |
Allocator (CMemory) bye-bye
|
Sat, 07 Sep 2013 20:05:20 +0200 |
Nomad |
assert, Abortf, AbortWithError -> Assert, Error
|
Wed, 28 Aug 2013 18:43:07 +0200 |
Nomad |
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
|
Wed, 14 Aug 2013 00:40:23 +0400 |
Gloval |
TE mostly working
|
Fri, 05 Jul 2013 01:46:44 +0400 |
Gloval |
turn engine file added
|
Wed, 19 Jun 2013 17:06:58 +0600 |
Ritor1 |
moving files mm7_x ending
|
Sun, 09 Jun 2013 17:35:10 +0200 |
Grumpy7 |
sprintf didn't use .data member of new arrays
|
Sun, 09 Jun 2013 00:30:48 +0200 |
Grumpy7 |
arrays to std::arrays phase 2 - mm7_data.h converted
|
Tue, 04 Jun 2013 03:21:21 +0200 |
Grumpy7 |
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
|
Tue, 28 May 2013 00:19:45 +0200 |
Grumpy7 |
something to bool cast (performance warning) mostly fixed
|
Mon, 27 May 2013 21:37:14 +0200 |
Grumpy7 |
strcmpi to stricmp conversion
|
Sat, 23 Mar 2013 00:20:16 +0400 |
Gloval |
monster init refactored
|
Tue, 19 Mar 2013 01:33:35 +0400 |
Gloval |
monster parser almost complete.
|
Mon, 18 Mar 2013 22:53:56 +0400 |
Gloval |
frame_table parser, new files for UI func
|
Sun, 17 Mar 2013 18:31:54 +0400 |
Gloval |
monster table continue fixinf
|
Sun, 17 Mar 2013 12:47:19 +0400 |
Gloval |
monster table init rework started
|
Mon, 18 Feb 2013 00:47:36 +0400 |
Gloval |
more text parsers refactor
|
Sat, 16 Feb 2013 00:44:38 +0400 |
Gloval |
Merge
|
Sat, 16 Feb 2013 00:33:21 +0400 |
Gloval |
new texts file, fix text rendender error
|
Fri, 15 Feb 2013 19:53:40 +0200 |
Nomad |
D3D constants, shore tiles, camera flags
|
Sat, 12 Jan 2013 09:45:18 +0600 |
Ritor1 |
init
|