log texts.cpp @ 2423:1b6bf88f561b

age author description
Tue, 22 Jul 2014 23:07:24 +0200 Grumpy7 fixing some memory access errors
Wed, 23 Jul 2014 01:12:55 +0600 Ritor1 memory problems, Mouse
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
Sun, 16 Mar 2014 21:04:39 +0100 Grumpy7 forgot to commit this one
Sat, 08 Mar 2014 16:04:44 +0100 Grumpy7 Fixing a bug in tokenization
Thu, 06 Mar 2014 00:41:04 +0100 Grumpy7 Using new tokenizer in Items.cpp initialize function
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
Thu, 09 Jan 2014 02:34:20 +0200 Nomad Some Render decoupling.
Fri, 11 Oct 2013 09:19:40 +0200 Grumpy7 changing global char* vars to const char* vars
Tue, 10 Sep 2013 21:07:07 +0200 Nomad Allocator (CMemory) bye-bye
Wed, 21 Aug 2013 14:26:36 +0200 Nomad ModalWindow