v0.3-rc4: Fixed multiple mistakes
- Default configuration is debug, releases are stripped.
- Map is included into release.
- Unconditional repaint of stdscr from scratch every 1 second. Allows to outlive glitches if any.
- Fixed server console command 'dump here' and disabled 'kick 16'.
- Fixed implicit fallthrough warnings in state machine source.
- User terminal size does not matter anymore, just won't draw more than 80x24.
- Removed redundant MOVE, FIRE, ROTATE message sendings from client, when its state doesn't allows it.