Mercurial > mm7
log Items.cpp @ 1898:dd9d4b7c1199
age | author | description |
---|---|---|
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 |
Tue, 24 Sep 2013 07:29:55 +0200 | Grumpy7 | ITEM_ENCHANTED to ITEM_HARDENED, created helper functions to get params from itemtable for ItemGens |
Sat, 21 Sep 2013 12:38:43 +0200 | Grumpy7 | Player::StealFromShop started cleanup, fixing a few errors caused by not commiting everything |
Fri, 20 Sep 2013 10:23:54 +0200 | Grumpy7 | OnInventoryLeftClick cleanup |