In ComputerPlayer, redefining m_postDropActionExec as a queue of events rather
than a bitwise or'ed field; this way the order of post drop move events (slides
and rotations) can be verified as being correct. The changes turned out to be
very simple and as a result the code is much more robust now.