Mercurial > mm7
log mm7_6.cpp @ 1911:af38275939cc
age | author | description |
---|---|---|
Tue, 22 Oct 2013 15:52:01 +0600 | Ritor1 | which_player_to_attack rename and cleaning |
Sun, 20 Oct 2013 02:52:48 -0700 | Grumpy7 | renaming dword_4DF380 to dword_4DF380_hostilityRanges, moved it to actor.cpp |
Mon, 14 Oct 2013 06:32:30 +0200 | Grumpy7 | changing most of party arrays to std::arrays, some minor cleanups in actor.cpp |
Sun, 13 Oct 2013 07:18:03 +0200 | Grumpy7 | some char* cast removal + adding const_casts where appropriate |
Fri, 11 Oct 2013 07:29:14 +0200 | Grumpy7 | sub_421B2C_PlaceInInventory_or_DropPickedItem to Party::sub_421B2C_PlaceInInventory_or_DropPickedItem |
Fri, 11 Oct 2013 07:04:19 +0200 | Grumpy7 | party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h |
Wed, 09 Oct 2013 09:08:15 +0200 | Grumpy7 | Changing arrays in class Player to std::array |