log

age author description
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
Fri, 11 Oct 2013 05:49:39 +0200 Grumpy7 cleaned up part of party.cpp, renamed byte_AE3368 to playerAlreadyPicked + 3 vars after it, moved them to party.cpp, some player.cpp bugfixes
Wed, 09 Oct 2013 09:08:15 +0200 Grumpy7 Changing arrays in class Player to std::array
Wed, 09 Oct 2013 08:39:49 +0200 Grumpy7 cancelEventProcessing to dword_5B65C4_cancelEventProcessing
Wed, 09 Oct 2013 08:29:23 +0200 Grumpy7 adding <algorithm> to uicontrol to fix build issue with vs2008
Wed, 09 Oct 2013 08:09:48 +0200 Grumpy7 Merge
Wed, 09 Oct 2013 08:06:26 +0200 Grumpy7 Finishing Player.cpp, fixing some bugs
Tue, 08 Oct 2013 07:41:00 +0200 Grumpy7 dword_5B65C4 to cancelEventProcessing
Tue, 08 Oct 2013 07:10:00 +0200 Grumpy7 Player::SubtractVariable changing return val to void, finishing cleanup
Tue, 08 Oct 2013 05:46:44 +0200 Grumpy7 Player::SubtractVariable moving everything to one switch
Mon, 07 Oct 2013 07:56:07 +0200 Grumpy7 Player::SubtractVariable helper functions
Mon, 07 Oct 2013 06:37:49 +0200 Grumpy7 Changing itemlist accesses to helper functions + getting rid of some pPlayers array accesses
Tue, 08 Oct 2013 11:06:24 +0200 Nomad Merge