Mercurial > mm7
log Player.cpp @ 1270:2e4a07ad5243
age | author | description |
---|---|---|
Sat, 15 Jun 2013 02:15:03 +0200 | Grumpy7 | Player::GetSkillIdxByOrder cleanup - changing cycles to fors |
Wed, 12 Jun 2013 21:07:34 +0200 | Grumpy7 | included header cleanup |
Wed, 12 Jun 2013 15:12:38 +0200 | Grumpy7 | Player::SetVariable cleanup - preparing to remove LABEL_111 and LABEL_112 |
Wed, 12 Jun 2013 04:14:33 +0200 | Grumpy7 | Player::SetVariable cleanup - removing unused variables and function calls with them, some case shuffling |
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 |