log Items.cpp @ 2386:41c36ecc9f32

age author description
Mon, 09 Jun 2014 16:26:07 +0600 Ritor1 spawn_light_elemental cleaned
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
Wed, 09 Apr 2014 21:30:45 +0200 Grumpy7 Adding GUIButton.h
Sun, 06 Apr 2014 12:50:35 +0200 Grumpy7 Moving functions from unsorted_subs.h pt4
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
Sun, 16 Mar 2014 03:08:26 +0100 Grumpy7 byte_5111F6 to byte_5111F6_OwnedArtifacts, changed magic numbers to enums in GetItemTextureFilename
Sun, 16 Mar 2014 02:59:52 +0100 Grumpy7 GetItemTextureFilename cleaned up
Sat, 15 Mar 2014 23:42:51 +0100 Grumpy7 GenerateItemsInChest cleaned up a bit, unified the two switches
Sat, 15 Mar 2014 19:53:14 +0100 Grumpy7 some cleanups in ItemsTable::GenerateItem
Sat, 15 Mar 2014 12:24:20 +0100 Grumpy7 sub_4BE571 changed to sub_4BE571_AddItemToSet + cleaned up, dword_F8B1DC changed to dword_F8B1DC_currentShopOption + moved out of mm7_data
Sat, 15 Mar 2014 01:32:56 +0100 Grumpy7 Tokenizing ItemsTable::LoadPotions and ItemsTable::LoadPotionNotes()
Fri, 14 Mar 2014 23:06:24 +0100 Grumpy7 SpellStats::Initialize using tokenizer
Tue, 11 Mar 2014 22:55:15 +0100 Grumpy7 fixing rnd chest bug
Sat, 08 Mar 2014 17:53:38 +0100 Grumpy7 some more items.cpp init bugfixing
Sat, 08 Mar 2014 17:29:36 +0100 Grumpy7 Fixing warnings in items.cpp
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
Wed, 26 Feb 2014 01:26:22 +0100 Grumpy7 moved MerchandiseTest to ItemGen::MerchandiseTest
Thu, 30 Jan 2014 23:03:04 +0100 Grumpy7 fixing a few bugs reported by PVS
Thu, 09 Jan 2014 02:34:20 +0200 Nomad Some Render decoupling.
Sat, 02 Nov 2013 17:45:58 +0000 zipi Single and Two-handed ENUM
Wed, 23 Oct 2013 21:13:28 -0700 Grumpy7 DamageMonsterFromParty some additional vars removed, changed the ordering part to something more readable
Wed, 23 Oct 2013 12:49:25 +0600 Ritor1 GuildDialog fix and cleared
Sun, 20 Oct 2013 23:12:09 -0700 Grumpy7 Fixing a small bug in Party::AddItemToParty + removing unreachable return
Sun, 13 Oct 2013 07:18:03 +0200 Grumpy7 some char* cast removal + adding const_casts where appropriate
Fri, 11 Oct 2013 09:19:40 +0200 Grumpy7 changing global char* vars to const char* vars
Wed, 09 Oct 2013 09:08:15 +0200 Grumpy7 Changing arrays in class Player to std::array