Mercurial > mm7
log Player.cpp @ 1258:eb1a22f7dfef
age | author | description |
---|---|---|
Wed, 12 Jun 2013 03:59:08 +0200 | Grumpy7 | Player::SetVariable cleanup - removed some labels at the cost of 2 extra small functions |
Tue, 11 Jun 2013 15:24:05 +0200 | Grumpy7 | Player::SetVariable cleanup - moved around some cases to group similar types together, some cases reordered according to enum values |
Sun, 09 Jun 2013 16:04:02 +0200 | Grumpy7 | SoundSetAction to std::array |
Sun, 09 Jun 2013 01:30:36 +0200 | Grumpy7 | arrays to std::arrays phase 3 - finishing global arrays |
Sun, 09 Jun 2013 00:30:48 +0200 | Grumpy7 | arrays to std::arrays phase 2 - mm7_data.h converted |
Tue, 04 Jun 2013 18:29:35 +0200 | Grumpy7 | pPartyBuffs - change plain numbers to enums |
Tue, 04 Jun 2013 03:21:21 +0200 | Grumpy7 | temporary _CRT_SECURE_NO_WARNINGS to remove some warnings |